Class IoK8sApiStorageV1VolumeError


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]")
    public class IoK8sApiStorageV1VolumeError
    extends Object
    VolumeError captures an error encountered during a volume operation.
    • Constructor Detail

      • IoK8sApiStorageV1VolumeError

        public IoK8sApiStorageV1VolumeError()
    • Method Detail

      • getMessage

        @Nullable
        public String getMessage()
        String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
        Returns:
        message
      • setMessage

        public void setMessage​(String message)
      • getTime

        @Nullable
        public OffsetDateTime getTime()
        Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
        Returns:
        time
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object