public final class TroubleshootingResultInner extends Object
| Constructor and Description |
|---|
TroubleshootingResultInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
code()
Get the code property: The result code of the troubleshooting.
|
OffsetDateTime |
endTime()
Get the endTime property: The end time of the troubleshooting.
|
List<TroubleshootingDetails> |
results()
Get the results property: Information from troubleshooting.
|
OffsetDateTime |
startTime()
Get the startTime property: The start time of the troubleshooting.
|
void |
validate()
Validates the instance.
|
TroubleshootingResultInner |
withCode(String code)
Set the code property: The result code of the troubleshooting.
|
TroubleshootingResultInner |
withEndTime(OffsetDateTime endTime)
Set the endTime property: The end time of the troubleshooting.
|
TroubleshootingResultInner |
withResults(List<TroubleshootingDetails> results)
Set the results property: Information from troubleshooting.
|
TroubleshootingResultInner |
withStartTime(OffsetDateTime startTime)
Set the startTime property: The start time of the troubleshooting.
|
public OffsetDateTime startTime()
public TroubleshootingResultInner withStartTime(OffsetDateTime startTime)
startTime - the startTime value to set.public OffsetDateTime endTime()
public TroubleshootingResultInner withEndTime(OffsetDateTime endTime)
endTime - the endTime value to set.public String code()
public TroubleshootingResultInner withCode(String code)
code - the code value to set.public List<TroubleshootingDetails> results()
public TroubleshootingResultInner withResults(List<TroubleshootingDetails> results)
results - the results value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.