@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V1StatusCause extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_FIELD |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_REASON |
Constructor and Description |
---|
V1StatusCause() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1StatusCause |
field(String field) |
String |
getField()
The field of the resource that has caused this error, as named by its JSON serialization.
|
String |
getMessage()
A human-readable description of the cause of the error.
|
String |
getReason()
A machine-readable description of the cause of the error.
|
int |
hashCode() |
V1StatusCause |
message(String message) |
V1StatusCause |
reason(String reason) |
void |
setField(String field) |
void |
setMessage(String message) |
void |
setReason(String reason) |
String |
toString() |
public static final String SERIALIZED_NAME_FIELD
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_REASON
public V1StatusCause field(String field)
@Nullable public String getField()
public void setField(String field)
public V1StatusCause message(String message)
@Nullable public String getMessage()
public void setMessage(String message)
public V1StatusCause reason(String reason)
@Nullable public String getReason()
public void setReason(String reason)
Copyright © 2020. All rights reserved.