@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1Event extends Object implements KubernetesObject
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACTION |
static String |
SERIALIZED_NAME_API_VERSION |
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_EVENT_TIME |
static String |
SERIALIZED_NAME_FIRST_TIMESTAMP |
static String |
SERIALIZED_NAME_INVOLVED_OBJECT |
static String |
SERIALIZED_NAME_KIND |
static String |
SERIALIZED_NAME_LAST_TIMESTAMP |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_METADATA |
static String |
SERIALIZED_NAME_REASON |
static String |
SERIALIZED_NAME_RELATED |
static String |
SERIALIZED_NAME_REPORTING_COMPONENT |
static String |
SERIALIZED_NAME_REPORTING_INSTANCE |
static String |
SERIALIZED_NAME_SERIES |
static String |
SERIALIZED_NAME_SOURCE |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
V1Event() |
Modifier and Type | Method and Description |
---|---|
V1Event |
action(String action) |
V1Event |
apiVersion(String apiVersion) |
V1Event |
count(Integer count) |
boolean |
equals(Object o) |
V1Event |
eventTime(org.joda.time.DateTime eventTime) |
V1Event |
firstTimestamp(org.joda.time.DateTime firstTimestamp) |
String |
getAction()
What action was taken/failed regarding to the Regarding object.
|
String |
getApiVersion()
APIVersion defines the versioned schema of this representation of an object.
|
Integer |
getCount()
The number of times this event has occurred.
|
org.joda.time.DateTime |
getEventTime()
Time when this Event was first observed.
|
org.joda.time.DateTime |
getFirstTimestamp()
The time at which the event was first recorded.
|
V1ObjectReference |
getInvolvedObject()
Get involvedObject
|
String |
getKind()
Kind is a string value representing the REST resource this object represents.
|
org.joda.time.DateTime |
getLastTimestamp()
The time at which the most recent occurrence of this event was recorded.
|
String |
getMessage()
A human-readable description of the status of this operation.
|
V1ObjectMeta |
getMetadata()
Get metadata
|
String |
getReason()
This should be a short, machine understandable string that gives the reason for the transition
into the object's current status.
|
V1ObjectReference |
getRelated()
Get related
|
String |
getReportingComponent()
Name of the controller that emitted this Event, e.g.
|
String |
getReportingInstance()
ID of the controller instance, e.g.
|
V1EventSeries |
getSeries()
Get series
|
V1EventSource |
getSource()
Get source
|
String |
getType()
Type of this event (Normal, Warning), new types could be added in the future
|
int |
hashCode() |
V1Event |
involvedObject(V1ObjectReference involvedObject) |
V1Event |
kind(String kind) |
V1Event |
lastTimestamp(org.joda.time.DateTime lastTimestamp) |
V1Event |
message(String message) |
V1Event |
metadata(V1ObjectMeta metadata) |
V1Event |
reason(String reason) |
V1Event |
related(V1ObjectReference related) |
V1Event |
reportingComponent(String reportingComponent) |
V1Event |
reportingInstance(String reportingInstance) |
V1Event |
series(V1EventSeries series) |
void |
setAction(String action) |
void |
setApiVersion(String apiVersion) |
void |
setCount(Integer count) |
void |
setEventTime(org.joda.time.DateTime eventTime) |
void |
setFirstTimestamp(org.joda.time.DateTime firstTimestamp) |
void |
setInvolvedObject(V1ObjectReference involvedObject) |
void |
setKind(String kind) |
void |
setLastTimestamp(org.joda.time.DateTime lastTimestamp) |
void |
setMessage(String message) |
void |
setMetadata(V1ObjectMeta metadata) |
void |
setReason(String reason) |
void |
setRelated(V1ObjectReference related) |
void |
setReportingComponent(String reportingComponent) |
void |
setReportingInstance(String reportingInstance) |
void |
setSeries(V1EventSeries series) |
void |
setSource(V1EventSource source) |
void |
setType(String type) |
V1Event |
source(V1EventSource source) |
String |
toString() |
V1Event |
type(String type) |
public static final String SERIALIZED_NAME_ACTION
public static final String SERIALIZED_NAME_API_VERSION
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_EVENT_TIME
public static final String SERIALIZED_NAME_FIRST_TIMESTAMP
public static final String SERIALIZED_NAME_INVOLVED_OBJECT
public static final String SERIALIZED_NAME_KIND
public static final String SERIALIZED_NAME_LAST_TIMESTAMP
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_METADATA
public static final String SERIALIZED_NAME_REASON
public static final String SERIALIZED_NAME_RELATED
public static final String SERIALIZED_NAME_REPORTING_COMPONENT
public static final String SERIALIZED_NAME_REPORTING_INSTANCE
public static final String SERIALIZED_NAME_SERIES
public static final String SERIALIZED_NAME_SOURCE
public static final String SERIALIZED_NAME_TYPE
@Nullable public String getAction()
public void setAction(String action)
@Nullable public String getApiVersion()
getApiVersion
in interface KubernetesType
public void setApiVersion(String apiVersion)
@Nullable public Integer getCount()
public void setCount(Integer count)
public V1Event eventTime(org.joda.time.DateTime eventTime)
@Nullable public org.joda.time.DateTime getEventTime()
public void setEventTime(org.joda.time.DateTime eventTime)
public V1Event firstTimestamp(org.joda.time.DateTime firstTimestamp)
@Nullable public org.joda.time.DateTime getFirstTimestamp()
public void setFirstTimestamp(org.joda.time.DateTime firstTimestamp)
public V1Event involvedObject(V1ObjectReference involvedObject)
public V1ObjectReference getInvolvedObject()
public void setInvolvedObject(V1ObjectReference involvedObject)
@Nullable public String getKind()
getKind
in interface KubernetesType
public void setKind(String kind)
public V1Event lastTimestamp(org.joda.time.DateTime lastTimestamp)
@Nullable public org.joda.time.DateTime getLastTimestamp()
public void setLastTimestamp(org.joda.time.DateTime lastTimestamp)
@Nullable public String getMessage()
public void setMessage(String message)
public V1Event metadata(V1ObjectMeta metadata)
public V1ObjectMeta getMetadata()
getMetadata
in interface KubernetesObject
public void setMetadata(V1ObjectMeta metadata)
@Nullable public String getReason()
public void setReason(String reason)
public V1Event related(V1ObjectReference related)
@Nullable public V1ObjectReference getRelated()
public void setRelated(V1ObjectReference related)
@Nullable public String getReportingComponent()
public void setReportingComponent(String reportingComponent)
@Nullable public String getReportingInstance()
public void setReportingInstance(String reportingInstance)
public V1Event series(V1EventSeries series)
@Nullable public V1EventSeries getSeries()
public void setSeries(V1EventSeries series)
public V1Event source(V1EventSource source)
@Nullable public V1EventSource getSource()
public void setSource(V1EventSource source)
@Nullable public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.