Class OfferingInstanceLastOperation
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.OfferingInstanceLastOperation
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class OfferingInstanceLastOperation extends com.ibm.cloud.sdk.core.service.model.GenericModelthe last operation performed and status.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOfferingInstanceLastOperation.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringmessage()Gets the message.OfferingInstanceLastOperation.BuildernewBuilder()New builder.java.lang.Stringoperation()Gets the operation.java.lang.Stringstate()Gets the state.java.lang.StringtransactionId()Gets the transactionId.java.lang.Stringupdated()Gets the updated.
-
-
-
Method Detail
-
newBuilder
public OfferingInstanceLastOperation.Builder newBuilder()
New builder.- Returns:
- a OfferingInstanceLastOperation builder
-
operation
public java.lang.String operation()
Gets the operation. last operation performed.- Returns:
- the operation
-
state
public java.lang.String state()
Gets the state. state after the last operation performed.- Returns:
- the state
-
message
public java.lang.String message()
Gets the message. additional information about the last operation.- Returns:
- the message
-
transactionId
public java.lang.String transactionId()
Gets the transactionId. transaction id from the last operation.- Returns:
- the transactionId
-
updated
public java.lang.String updated()
Gets the updated. Date and time last updated.- Returns:
- the updated
-
-