AssignedComponentItem Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. AssignedComponentItem
- com.
Implements
public final class AssignedComponentItem
implements JsonSerializable<AssignedComponentItem>
describe the properties of a security assessment object reference (by key).
Constructor Summary
| Constructor | Description |
|---|---|
| AssignedComponentItem() |
Creates an instance of Assigned |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Assigned |
fromJson(JsonReader jsonReader)
Reads an instance of Assigned |
| String |
key()
Get the key property: unique key to a security assessment object. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Assigned |
withKey(String key)
Set the key property: unique key to a security assessment object. |
Methods inherited from java.lang.Object
Constructor Details
AssignedComponentItem
public AssignedComponentItem()
Creates an instance of AssignedComponentItem class.
Method Details
fromJson
public static AssignedComponentItem fromJson(JsonReader jsonReader)
Reads an instance of AssignedComponentItem from the JsonReader.
Parameters:
Returns:
Throws:
key
public String key()
Get the key property: unique key to a security assessment object.
Returns:
toJson
validate
public void validate()
Validates the instance.
withKey
public AssignedComponentItem withKey(String key)
Set the key property: unique key to a security assessment object.
Parameters:
Returns: