Class AzurePlatformStatusFluent<A extends AzurePlatformStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.AzurePlatformStatusFluent<A>
-
- Direct Known Subclasses:
AzurePlatformStatusBuilder,PlatformStatusFluent.AzureNested
public class AzurePlatformStatusFluent<A extends AzurePlatformStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAzurePlatformStatusFluent.ResourceTagsNested<N>
-
Constructor Summary
Constructors Constructor Description AzurePlatformStatusFluent()AzurePlatformStatusFluent(AzurePlatformStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
AzurePlatformStatusFluent
public AzurePlatformStatusFluent()
-
AzurePlatformStatusFluent
public AzurePlatformStatusFluent(AzurePlatformStatus instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(AzurePlatformStatus instance)
-
getArmEndpoint
public String getArmEndpoint()
-
hasArmEndpoint
public boolean hasArmEndpoint()
-
getCloudName
public String getCloudName()
-
hasCloudName
public boolean hasCloudName()
-
getNetworkResourceGroupName
public String getNetworkResourceGroupName()
-
withNetworkResourceGroupName
public A withNetworkResourceGroupName(String networkResourceGroupName)
-
hasNetworkResourceGroupName
public boolean hasNetworkResourceGroupName()
-
getResourceGroupName
public String getResourceGroupName()
-
hasResourceGroupName
public boolean hasResourceGroupName()
-
addToResourceTags
public A addToResourceTags(int index, AzureResourceTag item)
-
setToResourceTags
public A setToResourceTags(int index, AzureResourceTag item)
-
addToResourceTags
public A addToResourceTags(AzureResourceTag... items)
-
addAllToResourceTags
public A addAllToResourceTags(Collection<AzureResourceTag> items)
-
removeFromResourceTags
public A removeFromResourceTags(AzureResourceTag... items)
-
removeAllFromResourceTags
public A removeAllFromResourceTags(Collection<AzureResourceTag> items)
-
removeMatchingFromResourceTags
public A removeMatchingFromResourceTags(Predicate<AzureResourceTagBuilder> predicate)
-
buildResourceTags
public List<AzureResourceTag> buildResourceTags()
-
buildResourceTag
public AzureResourceTag buildResourceTag(int index)
-
buildFirstResourceTag
public AzureResourceTag buildFirstResourceTag()
-
buildLastResourceTag
public AzureResourceTag buildLastResourceTag()
-
buildMatchingResourceTag
public AzureResourceTag buildMatchingResourceTag(Predicate<AzureResourceTagBuilder> predicate)
-
hasMatchingResourceTag
public boolean hasMatchingResourceTag(Predicate<AzureResourceTagBuilder> predicate)
-
withResourceTags
public A withResourceTags(List<AzureResourceTag> resourceTags)
-
withResourceTags
public A withResourceTags(AzureResourceTag... resourceTags)
-
hasResourceTags
public boolean hasResourceTags()
-
addNewResourceTag
public AzurePlatformStatusFluent.ResourceTagsNested<A> addNewResourceTag()
-
addNewResourceTagLike
public AzurePlatformStatusFluent.ResourceTagsNested<A> addNewResourceTagLike(AzureResourceTag item)
-
setNewResourceTagLike
public AzurePlatformStatusFluent.ResourceTagsNested<A> setNewResourceTagLike(int index, AzureResourceTag item)
-
editResourceTag
public AzurePlatformStatusFluent.ResourceTagsNested<A> editResourceTag(int index)
-
editFirstResourceTag
public AzurePlatformStatusFluent.ResourceTagsNested<A> editFirstResourceTag()
-
editLastResourceTag
public AzurePlatformStatusFluent.ResourceTagsNested<A> editLastResourceTag()
-
editMatchingResourceTag
public AzurePlatformStatusFluent.ResourceTagsNested<A> editMatchingResourceTag(Predicate<AzureResourceTagBuilder> predicate)
-
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 AzurePlatformStatusFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AzurePlatformStatusFluent<A>>
-
-