@Generated(value="org.jsonschema2pojo") public class CatalogSourceStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
CatalogSourceStatus()
No args constructor for use in serialization
|
CatalogSourceStatus(ConfigMapResourceReference configMapReference,
GRPCConnectionState connectionState,
String latestImageRegistryPoll,
String message,
String reason,
RegistryServiceStatus registryService) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
ConfigMapResourceReference |
getConfigMapReference() |
GRPCConnectionState |
getConnectionState() |
String |
getLatestImageRegistryPoll() |
String |
getMessage() |
String |
getReason() |
RegistryServiceStatus |
getRegistryService() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setConfigMapReference(ConfigMapResourceReference configMapReference) |
void |
setConnectionState(GRPCConnectionState connectionState) |
void |
setLatestImageRegistryPoll(String latestImageRegistryPoll) |
void |
setMessage(String message) |
void |
setReason(String reason) |
void |
setRegistryService(RegistryServiceStatus registryService) |
public CatalogSourceStatus()
public CatalogSourceStatus(ConfigMapResourceReference configMapReference, GRPCConnectionState connectionState, String latestImageRegistryPoll, String message, String reason, RegistryServiceStatus registryService)
configMapReference - reason - latestImageRegistryPoll - connectionState - registryService - message - public ConfigMapResourceReference getConfigMapReference()
public void setConfigMapReference(ConfigMapResourceReference configMapReference)
configMapReference - The configMapReferencepublic GRPCConnectionState getConnectionState()
public void setConnectionState(GRPCConnectionState connectionState)
connectionState - The connectionStatepublic String getLatestImageRegistryPoll()
public void setLatestImageRegistryPoll(String latestImageRegistryPoll)
latestImageRegistryPoll - The latestImageRegistryPollpublic String getMessage()
public void setMessage(String message)
message - The messagepublic String getReason()
public void setReason(String reason)
reason - The reasonpublic RegistryServiceStatus getRegistryService()
public void setRegistryService(RegistryServiceStatus registryService)
registryService - The registryServiceCopyright © 2015–2020 Red Hat. All rights reserved.