Class Validation

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class Validation
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Validation response.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Validation.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String lastOperation()
      Gets the lastOperation.
      Validation.Builder newBuilder()
      New builder.
      java.util.Date requested()
      Gets the requested.
      java.lang.String state()
      Gets the state.
      java.util.Map<java.lang.String,​java.lang.Object> target()
      Gets the target.
      java.util.Date validated()
      Gets the validated.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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