@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1StatusDetails extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CAUSES |
static String |
SERIALIZED_NAME_GROUP |
static String |
SERIALIZED_NAME_KIND |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_RETRY_AFTER_SECONDS |
static String |
SERIALIZED_NAME_UID |
Constructor and Description |
---|
V1StatusDetails() |
Modifier and Type | Method and Description |
---|---|
V1StatusDetails |
addCausesItem(V1StatusCause causesItem) |
V1StatusDetails |
causes(List<V1StatusCause> causes) |
boolean |
equals(Object o) |
List<V1StatusCause> |
getCauses()
The Causes array includes more details associated with the StatusReason failure.
|
String |
getGroup()
The group attribute of the resource associated with the status StatusReason.
|
String |
getKind()
The kind attribute of the resource associated with the status StatusReason.
|
String |
getName()
The name attribute of the resource associated with the status StatusReason (when there is a
single name which can be described).
|
Integer |
getRetryAfterSeconds()
If specified, the time in seconds before the operation should be retried.
|
String |
getUid()
UID of the resource.
|
V1StatusDetails |
group(String group) |
int |
hashCode() |
V1StatusDetails |
kind(String kind) |
V1StatusDetails |
name(String name) |
V1StatusDetails |
retryAfterSeconds(Integer retryAfterSeconds) |
void |
setCauses(List<V1StatusCause> causes) |
void |
setGroup(String group) |
void |
setKind(String kind) |
void |
setName(String name) |
void |
setRetryAfterSeconds(Integer retryAfterSeconds) |
void |
setUid(String uid) |
String |
toString() |
V1StatusDetails |
uid(String uid) |
public static final String SERIALIZED_NAME_CAUSES
public static final String SERIALIZED_NAME_GROUP
public static final String SERIALIZED_NAME_KIND
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_RETRY_AFTER_SECONDS
public static final String SERIALIZED_NAME_UID
public V1StatusDetails causes(List<V1StatusCause> causes)
public V1StatusDetails addCausesItem(V1StatusCause causesItem)
@Nullable public List<V1StatusCause> getCauses()
public void setCauses(List<V1StatusCause> causes)
public V1StatusDetails group(String group)
@Nullable public String getGroup()
public void setGroup(String group)
public V1StatusDetails kind(String kind)
@Nullable public String getKind()
public void setKind(String kind)
public V1StatusDetails name(String name)
@Nullable public String getName()
public void setName(String name)
public V1StatusDetails retryAfterSeconds(Integer retryAfterSeconds)
@Nullable public Integer getRetryAfterSeconds()
public void setRetryAfterSeconds(Integer retryAfterSeconds)
public V1StatusDetails uid(String uid)
@Nullable public String getUid()
public void setUid(String uid)
Copyright © 2020. All rights reserved.