org.jclouds.vcloud.director.v1_5.domain.params
Class PublishCatalogParams
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.params.PublishCatalogParams
public class PublishCatalogParams
- extends Object
Parameters used when publishing catalogs.
<complexType name="PublishCatalogParams">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}VCloudExtensibleType">
<sequence>
<element name="IsPublished" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
isPublished
protected boolean isPublished
PublishCatalogParams
public PublishCatalogParams(Boolean isPublished)
builder
public static PublishCatalogParams.Builder builder()
toBuilder
public PublishCatalogParams.Builder toBuilder()
isPublished
public boolean isPublished()
- Gets the value of the isPublished property.
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.