OperationResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. quota. fluent. models. OperationResponseInner
- com.
Implements
public final class OperationResponseInner
implements JsonSerializable<OperationResponseInner>
The OperationResponse model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Operation |
display()
Get the display property: The display property. |
|
static
Operation |
fromJson(JsonReader jsonReader)
Reads an instance of Operation |
| String |
name()
Get the name property: The name property. |
| String |
origin()
Get the origin property: The origin property. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
display
public OperationDisplay display()
Get the display property: The display property.
Returns:
fromJson
public static OperationResponseInner fromJson(JsonReader jsonReader)
Reads an instance of OperationResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name property.
Returns:
origin
public String origin()
Get the origin property: The origin property.
Returns:
toJson
validate
public void validate()
Validates the instance.