StandardComponentProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. StandardComponentProperties
- com.
Implements
public final class StandardComponentProperties
implements JsonSerializable<StandardComponentProperties>
Describes properties of an component as related to the standard.
Constructor Summary
| Constructor | Description |
|---|---|
| StandardComponentProperties() |
Creates an instance of Standard |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Standard |
fromJson(JsonReader jsonReader)
Reads an instance of Standard |
| String |
key()
Get the key property: Component Key matching component |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Standard |
withKey(String key)
Set the key property: Component Key matching component |
Methods inherited from java.lang.Object
Constructor Details
StandardComponentProperties
public StandardComponentProperties()
Creates an instance of StandardComponentProperties class.
Method Details
fromJson
public static StandardComponentProperties fromJson(JsonReader jsonReader)
Reads an instance of StandardComponentProperties from the JsonReader.
Parameters:
Returns:
Throws:
key
public String key()
Get the key property: Component Key matching componentMetadata.
Returns:
toJson
validate
public void validate()
Validates the instance.
withKey
public StandardComponentProperties withKey(String key)
Set the key property: Component Key matching componentMetadata.
Parameters:
Returns: