PerfMonResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. PerfMonResponseInner
- com.
Implements
public final class PerfMonResponseInner
implements JsonSerializable<PerfMonResponseInner>
Performance monitor API response.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
code()
Get the code property: The response code. |
|
Perf |
data()
Get the data property: The performance monitor counters. |
|
static
Perf |
fromJson(JsonReader jsonReader)
Reads an instance of Perf |
| String |
message()
Get the message property: The message. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
code
public String code()
Get the code property: The response code.
Returns:
data
public PerfMonSet data()
Get the data property: The performance monitor counters.
Returns:
fromJson
public static PerfMonResponseInner fromJson(JsonReader jsonReader)
Reads an instance of PerfMonResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: The message.
Returns:
toJson
validate
public void validate()
Validates the instance.