public final class PerfMonResponseInner extends Object
| Constructor and Description |
|---|
PerfMonResponseInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
code()
Get the code property: The response code.
|
PerfMonSet |
data()
Get the data property: The performance monitor counters.
|
String |
message()
Get the message property: The message.
|
void |
validate()
Validates the instance.
|
PerfMonResponseInner |
withCode(String code)
Set the code property: The response code.
|
PerfMonResponseInner |
withData(PerfMonSet data)
Set the data property: The performance monitor counters.
|
PerfMonResponseInner |
withMessage(String message)
Set the message property: The message.
|
public String code()
public PerfMonResponseInner withCode(String code)
code - the code value to set.public String message()
public PerfMonResponseInner withMessage(String message)
message - the message value to set.public PerfMonSet data()
public PerfMonResponseInner withData(PerfMonSet data)
data - the data value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.