@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1beta1VolumeError extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_TIME |
Constructor and Description |
---|
V1beta1VolumeError() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMessage()
String detailing the error encountered during Attach or Detach operation.
|
org.joda.time.DateTime |
getTime()
Time the error was encountered.
|
int |
hashCode() |
V1beta1VolumeError |
message(String message) |
void |
setMessage(String message) |
void |
setTime(org.joda.time.DateTime time) |
V1beta1VolumeError |
time(org.joda.time.DateTime time) |
String |
toString() |
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_TIME
public V1beta1VolumeError message(String message)
@Nullable public String getMessage()
public void setMessage(String message)
public V1beta1VolumeError time(org.joda.time.DateTime time)
@Nullable public org.joda.time.DateTime getTime()
public void setTime(org.joda.time.DateTime time)
Copyright © 2020. All rights reserved.