Package org.jclouds.cloudstack.domain
Class Tag
java.lang.Object
org.jclouds.cloudstack.domain.Tag
Class Tag
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classTag.Builder<T extends Tag.Builder<T>>static enumType of resource to update. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Tag.Builder<?>builder()booleangetKey()getValue()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()Tag.Builder<?>toString()
-
Constructor Details
-
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 Details
-
builder
-
toBuilder
-
getAccount
-
getCustomer
-
getDomain
-
getDomainId
-
getKey
-
getProject
-
getProjectId
-
getResourceId
-
getResourceType
-
getValue
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-