ComponentStatus Class
- java.
lang. Object - com.
azure. resourcemanager. workloadorchestration. models. ComponentStatus
- com.
Implements
public final class ComponentStatus
implements JsonSerializable<ComponentStatus>
Component Status.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Component |
fromJson(JsonReader jsonReader)
Reads an instance of Component |
| String |
name()
Get the name property: Component name. |
| String |
status()
Get the status property: Component status. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ComponentStatus fromJson(JsonReader jsonReader)
Reads an instance of ComponentStatus from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Component name.
Returns:
status
public String status()
Get the status property: Component status.
Returns:
toJson
validate
public void validate()
Validates the instance.