Class VolumeError

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class VolumeError
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    VolumeError captures an error encountered during a volume operation.
    • Constructor Detail

      • VolumeError

        public VolumeError​(java.lang.String message,
                           java.time.OffsetDateTime time)
      • VolumeError

        public VolumeError()
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
      • getTime

        public java.time.OffsetDateTime getTime()
      • setMessage

        public void setMessage​(java.lang.String message)
        message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
      • setTime

        public void setTime​(java.time.OffsetDateTime time)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object