org.jclouds.cloudsigma.domain
Class VLANInfo
java.lang.Object
org.jclouds.cloudsigma.domain.VLANInfo
public class VLANInfo
- extends Object
- Author:
- Adrian Cole
uuid
@Nullable
protected final String uuid
name
protected final String name
user
protected final String user
VLANInfo
public VLANInfo(String uuid,
String name,
String user)
getUuid
@Nullable
public String getUuid()
- Returns:
- uuid of the vlan.
getName
public String getName()
- Returns:
- name of the vlan
getUser
public String getUser()
- Returns:
- user owning the vlan
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.