Class Tag

java.lang.Object
org.jclouds.cloudstack.domain.Tag

public class Tag extends Object
Class Tag
  • Constructor Details

  • Method Details

    • builder

      public static Tag.Builder<?> builder()
    • toBuilder

      public Tag.Builder<?> toBuilder()
    • getAccount

      @Nullable public String getAccount()
    • getCustomer

      @Nullable public String getCustomer()
    • getDomain

      @Nullable public String getDomain()
    • getDomainId

      @Nullable public String getDomainId()
    • getKey

      @Nullable public String getKey()
    • getProject

      @Nullable public String getProject()
    • getProjectId

      @Nullable public String getProjectId()
    • getResourceId

      @Nullable public String getResourceId()
    • getResourceType

      @Nullable public Tag.ResourceType getResourceType()
    • getValue

      @Nullable public String getValue()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • string

      protected com.google.common.base.MoreObjects.ToStringHelper string()
    • toString

      public String toString()
      Overrides:
      toString in class Object