LastMitigationActionOnJob Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. LastMitigationActionOnJob
- com.
Implements
public final class LastMitigationActionOnJob
implements JsonSerializable<LastMitigationActionOnJob>
Last Mitigation Action Performed On Job.
Constructor Summary
| Constructor | Description |
|---|---|
| LastMitigationActionOnJob() |
Creates an instance of Last |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
actionDateTimeInUtc()
Get the action |
|
Customer |
customerResolution()
Get the customer |
|
static
Last |
fromJson(JsonReader jsonReader)
Reads an instance of Last |
| Boolean |
isPerformedByCustomer()
Get the is |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Last |
withActionDateTimeInUtc(OffsetDateTime actionDateTimeInUtc)
Set the action |
|
Last |
withCustomerResolution(CustomerResolutionCode customerResolution)
Set the customer |
|
Last |
withIsPerformedByCustomer(Boolean isPerformedByCustomer)
Set the is |
Methods inherited from java.lang.Object
Constructor Details
LastMitigationActionOnJob
public LastMitigationActionOnJob()
Creates an instance of LastMitigationActionOnJob class.
Method Details
actionDateTimeInUtc
public OffsetDateTime actionDateTimeInUtc()
Get the actionDateTimeInUtc property: Action performed date time.
Returns:
customerResolution
public CustomerResolutionCode customerResolution()
Get the customerResolution property: Resolution code provided by customer.
Returns:
fromJson
public static LastMitigationActionOnJob fromJson(JsonReader jsonReader)
Reads an instance of LastMitigationActionOnJob from the JsonReader.
Parameters:
Returns:
Throws:
isPerformedByCustomer
public Boolean isPerformedByCustomer()
Get the isPerformedByCustomer property: Action performed by customer, possibility is that mitigation might happen by customer or service or by ops.
Returns:
toJson
validate
public void validate()
Validates the instance.
withActionDateTimeInUtc
public LastMitigationActionOnJob withActionDateTimeInUtc(OffsetDateTime actionDateTimeInUtc)
Set the actionDateTimeInUtc property: Action performed date time.
Parameters:
Returns:
withCustomerResolution
public LastMitigationActionOnJob withCustomerResolution(CustomerResolutionCode customerResolution)
Set the customerResolution property: Resolution code provided by customer.
Parameters:
Returns:
withIsPerformedByCustomer
public LastMitigationActionOnJob withIsPerformedByCustomer(Boolean isPerformedByCustomer)
Set the isPerformedByCustomer property: Action performed by customer, possibility is that mitigation might happen by customer or service or by ops.
Parameters:
Returns: