Package io.fabric8.kubernetes.api.model
Class Event
java.lang.Object
io.fabric8.kubernetes.api.model.Event
- All Implemented Interfaces:
HasMetadata,KubernetesResource,Namespaced,Serializable
@Generated("org.jsonschema2pojo") public class Event extends Object implements HasMetadata, Namespaced
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description Event()No args constructor for use in serializationEvent(String action, String apiVersion, Integer count, MicroTime eventTime, String firstTimestamp, ObjectReference involvedObject, String kind, String lastTimestamp, String message, ObjectMeta metadata, String reason, ObjectReference related, String reportingComponent, String reportingInstance, EventSeries series, EventSource source, String type) -
Method Summary
-
Constructor Details
-
Event
public Event()No args constructor for use in serialization -
Event
public Event(String action, String apiVersion, Integer count, MicroTime eventTime, String firstTimestamp, ObjectReference involvedObject, String kind, String lastTimestamp, String message, ObjectMeta metadata, String reason, ObjectReference related, String reportingComponent, String reportingInstance, EventSeries series, EventSource source, String type)- Parameters:
reason-metadata-involvedObject-reportingInstance-kind-count-source-message-type-reportingComponent-firstTimestamp-apiVersion-related-lastTimestamp-series-eventTime-action-
-
-
Method Details
-
getAction
- Returns:
- The action
-
setAction
- Parameters:
action- The action
-
getApiVersion
(Required)- Specified by:
getApiVersionin interfaceHasMetadata- Returns:
- The apiVersion
-
setApiVersion
(Required)- Specified by:
setApiVersionin interfaceHasMetadata- Parameters:
apiVersion- The apiVersion
-
getCount
- Returns:
- The count
-
setCount
- Parameters:
count- The count
-
getEventTime
- Returns:
- The eventTime
-
setEventTime
- Parameters:
eventTime- The eventTime
-
getFirstTimestamp
- Returns:
- The firstTimestamp
-
setFirstTimestamp
- Parameters:
firstTimestamp- The firstTimestamp
-
getInvolvedObject
- Returns:
- The involvedObject
-
setInvolvedObject
- Parameters:
involvedObject- The involvedObject
-
getKind
(Required)- Specified by:
getKindin interfaceHasMetadata- Returns:
- The kind
-
setKind
(Required)- Parameters:
kind- The kind
-
getLastTimestamp
- Returns:
- The lastTimestamp
-
setLastTimestamp
- Parameters:
lastTimestamp- The lastTimestamp
-
getMessage
- Returns:
- The message
-
setMessage
- Parameters:
message- The message
-
getMetadata
- Specified by:
getMetadatain interfaceHasMetadata- Returns:
- The metadata
-
setMetadata
- Specified by:
setMetadatain interfaceHasMetadata- Parameters:
metadata- The metadata
-
getReason
- Returns:
- The reason
-
setReason
- Parameters:
reason- The reason
-
getRelated
- Returns:
- The related
-
setRelated
- Parameters:
related- The related
-
getReportingComponent
- Returns:
- The reportingComponent
-
setReportingComponent
- Parameters:
reportingComponent- The reportingComponent
-
getReportingInstance
- Returns:
- The reportingInstance
-
setReportingInstance
- Parameters:
reportingInstance- The reportingInstance
-
getSeries
- Returns:
- The series
-
setSeries
- Parameters:
series- The series
-
getSource
- Returns:
- The source
-
setSource
- Parameters:
source- The source
-
getType
- Returns:
- The type
-
setType
- Parameters:
type- The type
-
getAdditionalProperties
-
setAdditionalProperty
-