org.jclouds.cloudsigma.domain
Class Item
java.lang.Object
org.jclouds.cloudsigma.domain.Item
- Direct Known Subclasses:
- Drive, Server
public class Item
- extends Object
- Author:
- Adrian Cole
uuid
@Nullable
protected final String uuid
name
protected final String name
use
protected final Set<String> use
Item
public Item(@Nullable
String uuid,
String name,
Iterable<String> use)
getUuid
@Nullable
public String getUuid()
- Returns:
- uuid of the item.
getName
public String getName()
- Returns:
- name of the item
getUse
public Set<String> getUse()
- Returns:
- list of use
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2011 jclouds. All Rights Reserved.