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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
message represents the error encountered during Attach or Detach operation.getTime()
time represents the time the error was encountered.int
hashCode()
Set message in a chainable fashion.void
setMessage
(String message) Set the message property valuevoid
setTime
(ZonedDateTime time) Set the time property valuetime
(ZonedDateTime time) Set time in a chainable fashion.toString()
-
Field Details
-
JSON_PROPERTY_MESSAGE
- See Also:
-
JSON_PROPERTY_TIME
- See Also:
-
-
Constructor Details
-
V1VolumeError
public V1VolumeError()
-
-
Method Details
-
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
Set the message property value -
message
Set message in a chainable fashion.- Returns:
- The same instance of V1VolumeError for chaining.
-
getTime
time represents the time the error was encountered.- Returns:
- the time property value
-
setTime
Set the time property value -
time
Set time in a chainable fashion.- Returns:
- The same instance of V1VolumeError for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-