Class RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.RegistryServiceStatusFluent<A>
-
- Direct Known Subclasses:
CatalogSourceStatusFluent.RegistryServiceNested,RegistryServiceStatusBuilder
public class RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description RegistryServiceStatusFluent()RegistryServiceStatusFluent(RegistryServiceStatus instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(RegistryServiceStatus instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetCreatedAt()StringgetPort()StringgetProtocol()StringgetServiceName()StringgetServiceNamespace()booleanhasAdditionalProperties()booleanhasCreatedAt()inthashCode()booleanhasPort()booleanhasProtocol()booleanhasServiceName()booleanhasServiceNamespace()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithCreatedAt(String createdAt)AwithPort(String port)AwithProtocol(String protocol)AwithServiceName(String serviceName)AwithServiceNamespace(String serviceNamespace)
-
-
-
Constructor Detail
-
RegistryServiceStatusFluent
public RegistryServiceStatusFluent()
-
RegistryServiceStatusFluent
public RegistryServiceStatusFluent(RegistryServiceStatus instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(RegistryServiceStatus instance)
-
getCreatedAt
public String getCreatedAt()
-
hasCreatedAt
public boolean hasCreatedAt()
-
getPort
public String getPort()
-
hasPort
public boolean hasPort()
-
getProtocol
public String getProtocol()
-
hasProtocol
public boolean hasProtocol()
-
getServiceName
public String getServiceName()
-
hasServiceName
public boolean hasServiceName()
-
getServiceNamespace
public String getServiceNamespace()
-
hasServiceNamespace
public boolean hasServiceNamespace()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RegistryServiceStatusFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RegistryServiceStatusFluent<A>>
-
-