Class V1VolumeError

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1VolumeError

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1VolumeError extends Object
VolumeError captures an error encountered during a volume operation.
  • Field Details

  • Constructor Details

    • V1VolumeError

      public V1VolumeError()
  • Method Details

    • getMessage

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

      public void setMessage(String message)
      Set the message property value
    • message

      public V1VolumeError message(String message)
      Set message in a chainable fashion.
      Returns:
      The same instance of V1VolumeError for chaining.
    • getTime

      public ZonedDateTime getTime()
      time represents the time the error was encountered.
      Returns:
      the time property value
    • setTime

      public void setTime(ZonedDateTime time)
      Set the time property value
    • time

      public V1VolumeError time(ZonedDateTime time)
      Set time in a chainable fashion.
      Returns:
      The same instance of V1VolumeError for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object