TroubleshootingResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. TroubleshootingResultInner
- com.
Implements
public final class TroubleshootingResultInner
implements JsonSerializable<TroubleshootingResultInner>
Troubleshooting information gained from specified resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
code()
Get the code property: The result code of the troubleshooting. |
|
Offset |
endTime()
Get the end |
|
static
Troubleshooting |
fromJson(JsonReader jsonReader)
Reads an instance of Troubleshooting |
|
List<Troubleshooting |
results()
Get the results property: Information from troubleshooting. |
|
Offset |
startTime()
Get the start |
|
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 result code of the troubleshooting.
Returns:
endTime
public OffsetDateTime endTime()
Get the endTime property: The end time of the troubleshooting.
Returns:
fromJson
public static TroubleshootingResultInner fromJson(JsonReader jsonReader)
Reads an instance of TroubleshootingResultInner from the JsonReader.
Parameters:
Returns:
Throws:
results
public List<TroubleshootingDetails> results()
Get the results property: Information from troubleshooting.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: The start time of the troubleshooting.
Returns:
toJson
validate
public void validate()
Validates the instance.