public class V1StatusDetails extends Object
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 V1StatusDetails causes(List<V1StatusCause> causes)
public V1StatusDetails addCausesItem(V1StatusCause causesItem)
public List<V1StatusCause> getCauses()
public void setCauses(List<V1StatusCause> causes)
public V1StatusDetails group(String group)
public String getGroup()
public void setGroup(String group)
public V1StatusDetails kind(String kind)
public String getKind()
public void setKind(String kind)
public V1StatusDetails name(String name)
public String getName()
public void setName(String name)
public V1StatusDetails retryAfterSeconds(Integer retryAfterSeconds)
public Integer getRetryAfterSeconds()
public void setRetryAfterSeconds(Integer retryAfterSeconds)
public V1StatusDetails uid(String uid)
public String getUid()
public void setUid(String uid)
Copyright © 2018. All rights reserved.