TestNotificationDetailsResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. monitor. fluent. models. TestNotificationDetailsResponseInner
- com.
Implements
public final class TestNotificationDetailsResponseInner
implements JsonSerializable<TestNotificationDetailsResponseInner>
The details of the test notification results.
Constructor Summary
Constructor | Description |
---|---|
TestNotificationDetailsResponseInner() |
Creates an instance of Test |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Action |
actionDetails()
Get the action |
String |
completedTime()
Get the completed |
Context |
context()
Get the context property: The context info. |
String |
createdTime()
Get the created |
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
String |
state()
Get the state property: The overall state. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Test |
withActionDetails(List<ActionDetail> actionDetails)
Set the action |
Test |
withCompletedTime(String completedTime)
Set the completed |
Test |
withContext(Context context)
Set the context property: The context info. |
Test |
withCreatedTime(String createdTime)
Set the created |
Test |
withState(String state)
Set the state property: The overall state. |
Methods inherited from java.lang.Object
Constructor Details
TestNotificationDetailsResponseInner
public TestNotificationDetailsResponseInner()
Creates an instance of TestNotificationDetailsResponseInner class.
Method Details
actionDetails
public List
Get the actionDetails property: The list of action detail.
Returns:
completedTime
public String completedTime()
Get the completedTime property: The completed time.
Returns:
context
public Context context()
Get the context property: The context info.
Returns:
createdTime
public String createdTime()
Get the createdTime property: The created time.
Returns:
fromJson
public static TestNotificationDetailsResponseInner fromJson(JsonReader jsonReader)
Reads an instance of TestNotificationDetailsResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
state
public String state()
Get the state property: The overall state.
Returns:
toJson
validate
public void validate()
Validates the instance.
withActionDetails
public TestNotificationDetailsResponseInner withActionDetails(List
Set the actionDetails property: The list of action detail.
Parameters:
Returns:
withCompletedTime
public TestNotificationDetailsResponseInner withCompletedTime(String completedTime)
Set the completedTime property: The completed time.
Parameters:
Returns:
withContext
public TestNotificationDetailsResponseInner withContext(Context context)
Set the context property: The context info.
Parameters:
Returns:
withCreatedTime
public TestNotificationDetailsResponseInner withCreatedTime(String createdTime)
Set the createdTime property: The created time.
Parameters:
Returns:
withState
public TestNotificationDetailsResponseInner withState(String state)
Set the state property: The overall state.
Parameters:
Returns:
Applies to
Azure SDK for Java