@Generated(value="org.jsonschema2pojo") public class TagEventCondition extends Object
| Constructor and Description |
|---|
TagEventCondition()
No args constructor for use in serialization
|
TagEventCondition(Long generation,
String lastTransitionTime,
String message,
String reason,
String status,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Long |
getGeneration()
the generation of the image stream spec tag this condition represents
|
String |
getLastTransitionTime()
last time the condition transitioned from one status to another
|
String |
getMessage()
human-readable message indicating details of the last transition
|
String |
getReason()
machine-readable reason for the last condition transition
|
String |
getStatus()
status of the condition
|
String |
getType()
type of tag event condition
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setGeneration(Long generation)
the generation of the image stream spec tag this condition represents
|
void |
setLastTransitionTime(String lastTransitionTime)
last time the condition transitioned from one status to another
|
void |
setMessage(String message)
human-readable message indicating details of the last transition
|
void |
setReason(String reason)
machine-readable reason for the last condition transition
|
void |
setStatus(String status)
status of the condition
|
void |
setType(String type)
type of tag event condition
|
public TagEventCondition()
public Long getGeneration()
public void setGeneration(Long generation)
generation - The generationpublic String getLastTransitionTime()
public void setLastTransitionTime(String lastTransitionTime)
lastTransitionTime - The lastTransitionTimepublic String getMessage()
public void setMessage(String message)
message - The messagepublic String getReason()
public void setReason(String reason)
reason - The reasonpublic String getStatus()
public void setStatus(String status)
status - The statuspublic String getType()
public void setType(String type)
type - The typeCopyright © 2011–2016 Red Hat. All rights reserved.