Class ContributionPropertyDescription
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.extensionmanagement.types.ContributionPropertyDescription
Description about a property of a contribution type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
com.fasterxml.jackson.databind.JsonNode
getType()
void
setDescription
(String description) void
void
setRequired
(String required) void
setType
(com.fasterxml.jackson.databind.JsonNode type) Methods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Constructor Details
-
ContributionPropertyDescription
public ContributionPropertyDescription()
-
-
Method Details
-
getDescription
-
setDescription
-
getName
-
setName
-
getRequired
-
setRequired
-
getType
public com.fasterxml.jackson.databind.JsonNode getType() -
setType
public void setType(com.fasterxml.jackson.databind.JsonNode type)
-