Class ModelOperationInfo

  • Direct Known Subclasses:
    ModelOperation

    public class ModelOperationInfo
    extends Object
    ModelOperationInfo.
    • Constructor Detail

      • ModelOperationInfo

        public ModelOperationInfo()
    • Method Detail

      • getOperationId

        public String getOperationId()
        Get the operationId property: Operation ID.
        Returns:
        the operationId value.
      • getStatus

        public ModelOperationStatus getStatus()
        Get the status property: Operation status.
        Returns:
        the status value.
      • getPercentCompleted

        public Integer getPercentCompleted()
        Get the percentCompleted property: Operation progress (0-100).
        Returns:
        the percentCompleted value.
      • getCreatedOn

        public OffsetDateTime getCreatedOn()
        Get the createdDateTime property: Date and time (UTC) when the operation was created.
        Returns:
        the createdDateTime value.
      • getLastUpdatedOn

        public OffsetDateTime getLastUpdatedOn()
        Get the lastUpdatedDateTime property: Date and time (UTC) when the status was last updated.
        Returns:
        the lastUpdatedDateTime value.
      • getKind

        public ModelOperationKind getKind()
        Get the kind property: Type of operation.
        Returns:
        the kind value.
      • getResourceLocation

        public String getResourceLocation()
        Get the resourceLocation property: URL of the resource targeted by this operation.
        Returns:
        the resourceLocation value.