Package net.stickycode.kuuty.model.v18
Class IoK8sApiStorageV1VolumeError
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.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.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_MESSAGEstatic StringJSON_PROPERTY_TIME
-
Constructor Summary
Constructors Constructor Description IoK8sApiStorageV1VolumeError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMessage()String detailing the error encountered during Attach or Detach operation.OffsetDateTimegetTime()Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.inthashCode()IoK8sApiStorageV1VolumeErrormessage(String message)voidsetMessage(String message)voidsetTime(OffsetDateTime time)IoK8sApiStorageV1VolumeErrortime(OffsetDateTime time)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_MESSAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TIME
public static final String JSON_PROPERTY_TIME
- See Also:
- Constant Field Values
-
-
Method Detail
-
message
public IoK8sApiStorageV1VolumeError message(String message)
-
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)
-
time
public IoK8sApiStorageV1VolumeError time(OffsetDateTime time)
-
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
-
setTime
public void setTime(OffsetDateTime time)
-
-