Class AssetTrackOperationStatusInner
java.lang.Object
com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackOperationStatusInner
Status of asset track operation.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AssetTrackOperationStatusInner class. -
Method Summary
Modifier and TypeMethodDescriptionendTime()
Get the endTime property: Operation end time.com.azure.core.management.exception.ManagementError
error()
Get the error property: The error detail.id()
Get the id property: Operation resource ID.name()
Get the name property: Operation identifier.Get the startTime property: Operation start time.status()
Get the status property: Operation status.void
validate()
Validates the instance.withEndTime
(OffsetDateTime endTime) Set the endTime property: Operation end time.withError
(com.azure.core.management.exception.ManagementError error) Set the error property: The error detail.Set the id property: Operation resource ID.Set the name property: Operation identifier.withStartTime
(OffsetDateTime startTime) Set the startTime property: Operation start time.withStatus
(String status) Set the status property: Operation status.
-
Constructor Details
-
AssetTrackOperationStatusInner
public AssetTrackOperationStatusInner()Creates an instance of AssetTrackOperationStatusInner class.
-
-
Method Details
-
name
Get the name property: Operation identifier.- Returns:
- the name value.
-
withName
Set the name property: Operation identifier.- Parameters:
name
- the name value to set.- Returns:
- the AssetTrackOperationStatusInner object itself.
-
id
Get the id property: Operation resource ID.- Returns:
- the id value.
-
withId
Set the id property: Operation resource ID.- Parameters:
id
- the id value to set.- Returns:
- the AssetTrackOperationStatusInner object itself.
-
startTime
Get the startTime property: Operation start time.- Returns:
- the startTime value.
-
withStartTime
Set the startTime property: Operation start time.- Parameters:
startTime
- the startTime value to set.- Returns:
- the AssetTrackOperationStatusInner object itself.
-
endTime
Get the endTime property: Operation end time.- Returns:
- the endTime value.
-
withEndTime
Set the endTime property: Operation end time.- Parameters:
endTime
- the endTime value to set.- Returns:
- the AssetTrackOperationStatusInner object itself.
-
status
Get the status property: Operation status.- Returns:
- the status value.
-
withStatus
Set the status property: Operation status.- Parameters:
status
- the status value to set.- Returns:
- the AssetTrackOperationStatusInner object itself.
-
error
public com.azure.core.management.exception.ManagementError error()Get the error property: The error detail.- Returns:
- the error value.
-
withError
public AssetTrackOperationStatusInner withError(com.azure.core.management.exception.ManagementError error) Set the error property: The error detail.- Parameters:
error
- the error value to set.- Returns:
- the AssetTrackOperationStatusInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-