InfoType Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. InfoType
- com.
Implements
public final class InfoType
implements JsonSerializable<InfoType>
Custom user-defined information type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: Description of the info type. |
|
static
Info |
fromJson(JsonReader jsonReader)
Reads an instance of Info |
| String |
id()
Get the id property: Id of the info type. |
| String |
name()
Get the name property: Display name of the info type. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
description
public String description()
Get the description property: Description of the info type.
Returns:
fromJson
public static InfoType fromJson(JsonReader jsonReader)
Reads an instance of InfoType from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Id of the info type.
Returns:
name
public String name()
Get the name property: Display name of the info type.
Returns:
toJson
validate
public void validate()
Validates the instance.