org.jclouds.cloudsigma.domain
Class VLANInfo

java.lang.Object
  extended by org.jclouds.cloudsigma.domain.VLANInfo

public class VLANInfo
extends Object

Author:
Adrian Cole

Nested Class Summary
static class VLANInfo.Builder
           
 
Field Summary
protected  String name
           
protected  String user
           
protected  String uuid
           
 
Constructor Summary
VLANInfo(String uuid, String name, String user)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 String getUser()
           
 String getUuid()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

@Nullable
protected final String uuid

name

protected final String name

user

protected final String user
Constructor Detail

VLANInfo

public VLANInfo(String uuid,
                String name,
                String user)
Method Detail

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.