Description Class
- java.
lang. Object - com.
azure. resourcemanager. edgeorder. models. Description
- com.
Implements
public final class Description
implements JsonSerializable<Description>
Description related properties of a product system.
Constructor Summary
| Constructor | Description |
|---|---|
| Description() |
Creates an instance of Description class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
attributes()
Get the attributes property: Attributes for the product system. |
|
Description |
descriptionType()
Get the description |
| static Description |
fromJson(JsonReader jsonReader)
Reads an instance of Description from the Json |
| List<String> |
keywords()
Get the keywords property: Keywords for the product system. |
| List<Link> |
links()
Get the links property: Links for the product system. |
| String |
longDescription()
Get the long |
| String |
shortDescription()
Get the short |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
Description
public Description()
Creates an instance of Description class.
Method Details
attributes
public List<String> attributes()
Get the attributes property: Attributes for the product system.
Returns:
descriptionType
public DescriptionType descriptionType()
Get the descriptionType property: Type of description.
Returns:
fromJson
public static Description fromJson(JsonReader jsonReader)
Reads an instance of Description from the JsonReader.
Parameters:
Returns:
Throws:
keywords
public List<String> keywords()
Get the keywords property: Keywords for the product system.
Returns:
links
public List<Link> links()
Get the links property: Links for the product system.
Returns:
longDescription
public String longDescription()
Get the longDescription property: Long description of the product system.
Returns:
shortDescription
public String shortDescription()
Get the shortDescription property: Short description of the product system.
Returns:
toJson
validate
public void validate()
Validates the instance.