org.jclouds.vcloud.director.v1_5.domain.params
Class PublishCatalogParams

java.lang.Object
  extended by 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>
 


Nested Class Summary
static class PublishCatalogParams.Builder
           
 
Field Summary
protected  boolean isPublished
           
 
Constructor Summary
PublishCatalogParams(Boolean isPublished)
           
 
Method Summary
static PublishCatalogParams.Builder builder()
           
 boolean equals(Object o)
           
 int hashCode()
           
 boolean isPublished()
          Gets the value of the isPublished property.
 PublishCatalogParams.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

isPublished

protected boolean isPublished
Constructor Detail

PublishCatalogParams

public PublishCatalogParams(Boolean isPublished)
Method Detail

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.