Package com.clinia.model.registry
Class V1ResourceOperationReceipt
java.lang.Object
com.clinia.model.registry.V1ResourceOperationReceipt
V1ResourceOperationReceipt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe time the operation was completed (whether successfully or not).getError()Get errorgetId()The ID of the resource created, upserted, or deleted.The time the operation was received.Get statusgetType()The type of resource created, upserted, or deleted.inthashCode()setStatus(V1OperationStatus status) toString()
-
Constructor Details
-
V1ResourceOperationReceipt
public V1ResourceOperationReceipt()
-
-
Method Details
-
getReceivedAt
The time the operation was received. -
getCompletedAt
The time the operation was completed (whether successfully or not). -
setStatus
-
getStatus
Get status -
setError
-
getError
Get error -
setId
-
getId
The ID of the resource created, upserted, or deleted. -
setType
-
getType
The type of resource created, upserted, or deleted. -
equals
-
hashCode
public int hashCode() -
toString
-