Class Validation
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.Validation
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Validation extends com.ibm.cloud.sdk.core.service.model.GenericModelValidation response.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValidation.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringlastOperation()Gets the lastOperation.Validation.BuildernewBuilder()New builder.java.util.Daterequested()Gets the requested.java.lang.Stringstate()Gets the state.java.util.Map<java.lang.String,java.lang.Object>target()Gets the target.java.util.Datevalidated()Gets the validated.
-
-
-
Method Detail
-
newBuilder
public Validation.Builder newBuilder()
New builder.- Returns:
- a Validation builder
-
validated
public java.util.Date validated()
Gets the validated. Date and time of last successful validation.- Returns:
- the validated
-
requested
public java.util.Date requested()
Gets the requested. Date and time of last validation was requested.- Returns:
- the requested
-
state
public java.lang.String state()
Gets the state. Current validation state - <empty>, in_progress, valid, invalid, expired.- Returns:
- the state
-
lastOperation
public java.lang.String lastOperation()
Gets the lastOperation. Last operation (e.g. submit_deployment, generate_installer, install_offering.- Returns:
- the lastOperation
-
target
public java.util.Map<java.lang.String,java.lang.Object> target()
Gets the target. Validation target information (e.g. cluster_id, region, namespace, etc). Values will vary by Content type.- Returns:
- the target
-
-