Class DependentStatusFluent<A extends DependentStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.DependentStatusFluent<A>
-
- Direct Known Subclasses:
DependentStatusBuilder,RequirementStatusFluent.DependentsNested
public class DependentStatusFluent<A extends DependentStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description DependentStatusFluent()DependentStatusFluent(DependentStatus 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(DependentStatus instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetGroup()StringgetKind()StringgetMessage()StringgetStatus()StringgetUuid()StringgetVersion()booleanhasAdditionalProperties()booleanhasGroup()inthashCode()booleanhasKind()booleanhasMessage()booleanhasStatus()booleanhasUuid()booleanhasVersion()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithGroup(String group)AwithKind(String kind)AwithMessage(String message)AwithStatus(String status)AwithUuid(String uuid)AwithVersion(String version)
-
-
-
Constructor Detail
-
DependentStatusFluent
public DependentStatusFluent()
-
DependentStatusFluent
public DependentStatusFluent(DependentStatus instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(DependentStatus instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DependentStatusFluent<A>>
-
getGroup
public String getGroup()
-
getKind
public String getKind()
-
getMessage
public String getMessage()
-
getStatus
public String getStatus()
-
getUuid
public String getUuid()
-
getVersion
public String getVersion()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasGroup
public boolean hasGroup()
-
hasKind
public boolean hasKind()
-
hasMessage
public boolean hasMessage()
-
hasStatus
public boolean hasStatus()
-
hasUuid
public boolean hasUuid()
-
hasVersion
public boolean hasVersion()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DependentStatusFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-