Class PrivateServiceConnectStatusFluent<A extends PrivateServiceConnectStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.gcp.v1.PrivateServiceConnectStatusFluent<A>
-
- Direct Known Subclasses:
PlatformStatusFluent.PrivateServiceConnectNested,PrivateServiceConnectStatusBuilder
public class PrivateServiceConnectStatusFluent<A extends PrivateServiceConnectStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description PrivateServiceConnectStatusFluent()PrivateServiceConnectStatusFluent(PrivateServiceConnectStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
PrivateServiceConnectStatusFluent
public PrivateServiceConnectStatusFluent()
-
PrivateServiceConnectStatusFluent
public PrivateServiceConnectStatusFluent(PrivateServiceConnectStatus instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(PrivateServiceConnectStatus instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PrivateServiceConnectStatusFluent<A>>
-
getEndpoint
public String getEndpoint()
-
getEndpointAddress
public String getEndpointAddress()
-
getServiceAttachment
public String getServiceAttachment()
-
getServiceAttachmentFirewall
public String getServiceAttachmentFirewall()
-
getServiceAttachmentSubnet
public String getServiceAttachmentSubnet()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasEndpoint
public boolean hasEndpoint()
-
hasEndpointAddress
public boolean hasEndpointAddress()
-
hasServiceAttachment
public boolean hasServiceAttachment()
-
hasServiceAttachmentFirewall
public boolean hasServiceAttachmentFirewall()
-
hasServiceAttachmentSubnet
public boolean hasServiceAttachmentSubnet()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PrivateServiceConnectStatusFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withServiceAttachmentFirewall
public A withServiceAttachmentFirewall(String serviceAttachmentFirewall)
-
-