org.jclouds.vcloud.director.v1_5.domain
Class Catalog
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.Resource
org.jclouds.vcloud.director.v1_5.domain.Entity
org.jclouds.vcloud.director.v1_5.domain.Catalog
- Direct Known Subclasses:
- AdminCatalog
public class Catalog
- extends Entity
Container for references to VAppTemplate and Media objects.
<complexType name="CatalogType" />
- Author:
- danikov
| Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource |
logger |
Catalog
protected Catalog(Catalog.Builder<?> builder)
Catalog
protected Catalog()
builder
public static Catalog.Builder<?> builder()
toBuilder
public Catalog.Builder<?> toBuilder()
- Overrides:
toBuilder in class Entity
getOwner
public Owner getOwner()
- Gets the value of the owner property.
getCatalogItems
public Set<Reference> getCatalogItems()
- Gets the value of the catalogItems property.
isPublished
public Boolean isPublished()
- Gets the value of the isPublished property.
equals
public boolean equals(Object o)
- Overrides:
equals in class Entity
hashCode
public int hashCode()
- Overrides:
hashCode in class Entity
string
public com.google.common.base.Objects.ToStringHelper string()
- Overrides:
string in class Entity
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.