Class ServiceAttachmentSubnetExistingFluent<A extends ServiceAttachmentSubnetExistingFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.gcp.v1.ServiceAttachmentSubnetExistingFluent<A>
-
- Direct Known Subclasses:
ServiceAttachmentSubnetExistingBuilder,ServiceAttachmentSubnetFluent.ExistingNested
public class ServiceAttachmentSubnetExistingFluent<A extends ServiceAttachmentSubnetExistingFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ServiceAttachmentSubnetExistingFluent()ServiceAttachmentSubnetExistingFluent(ServiceAttachmentSubnetExisting 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(ServiceAttachmentSubnetExisting instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetName()StringgetProject()booleanhasAdditionalProperties()inthashCode()booleanhasName()booleanhasProject()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithName(String name)AwithProject(String project)
-
-
-
Constructor Detail
-
ServiceAttachmentSubnetExistingFluent
public ServiceAttachmentSubnetExistingFluent()
-
ServiceAttachmentSubnetExistingFluent
public ServiceAttachmentSubnetExistingFluent(ServiceAttachmentSubnetExisting instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ServiceAttachmentSubnetExisting instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceAttachmentSubnetExistingFluent<A>>
-
getName
public String getName()
-
getProject
public String getProject()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasName
public boolean hasName()
-
hasProject
public boolean hasProject()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceAttachmentSubnetExistingFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-