org.jclouds.softlayer.domain
Class TagType

java.lang.Object
  extended by org.jclouds.softlayer.domain.TagType

public class TagType
extends Object


Nested Class Summary
static class TagType.Builder
           
 
Constructor Summary
TagType(String keyName, String description)
           
 
Method Summary
static TagType.Builder builder()
           
 boolean equals(Object o)
           
 String getDescription()
           
 String getKeyName()
           
 int hashCode()
           
 TagType.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagType

@ConstructorProperties(value={"keyName","description"})
public TagType(@Nullable
                                          String keyName,
                                          @Nullable
                                          String description)
Method Detail

getKeyName

public String getKeyName()

getDescription

public String getDescription()

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 TagType.Builder builder()

toBuilder

public TagType.Builder toBuilder()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.