org.jclouds.softlayer.domain
Class TagReference
java.lang.Object
org.jclouds.softlayer.domain.TagReference
public class TagReference
- extends Object
- See Also:
|
Constructor Summary |
TagReference(int id,
int usrRecordId,
int tagTypeId,
int tagId,
int resourceTableId,
int empRecordId,
Tag tag,
TagType tagType)
|
TagReference
@ConstructorProperties(value={"id","usrRecordId","tagTypeId","tagId","resourceTableId","empRecordId","tag","tagType"})
public TagReference(int id,
int usrRecordId,
int tagTypeId,
int tagId,
int resourceTableId,
int empRecordId,
@Nullable
Tag tag,
@Nullable
TagType tagType)
getId
public int getId()
getUsrRecordId
public int getUsrRecordId()
getTagTypeId
public int getTagTypeId()
getTagId
public int getTagId()
getResourceTableId
public int getResourceTableId()
getEmpRecordId
public int getEmpRecordId()
getTag
public Tag getTag()
getTagType
public TagType getTagType()
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
builder
public static TagReference.Builder builder()
toBuilder
public TagReference.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.