Package org.jclouds.cloudstack.domain
Class Tag
- java.lang.Object
-
- org.jclouds.cloudstack.domain.Tag
-
public class Tag extends Object
Class Tag
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTag.Builder<T extends Tag.Builder<T>>static classTag.ResourceTypeType of resource to update.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Tag.Builder<?>builder()booleanequals(Object obj)StringgetAccount()StringgetCustomer()StringgetDomain()StringgetDomainId()StringgetKey()StringgetProject()StringgetProjectId()StringgetResourceId()Tag.ResourceTypegetResourceType()StringgetValue()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()Tag.Builder<?>toBuilder()StringtoString()
-
-
-
Constructor Detail
-
Tag
@ConstructorProperties({"account","customer","domain","domainid","key","project","projectid","resourceid","resourcetype","value"}) protected Tag(@Nullable String account, @Nullable String customer, @Nullable String domain, @Nullable String domainId, @Nullable String key, @Nullable String project, @Nullable String projectId, @Nullable String resourceId, @Nullable Tag.ResourceType resourceType, @Nullable String value)
-
-
Method Detail
-
builder
public static Tag.Builder<?> builder()
-
toBuilder
public Tag.Builder<?> toBuilder()
-
getResourceType
@Nullable public Tag.ResourceType getResourceType()
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-