org.jclouds.cloudsigma.domain
Class VLANInfo.Builder

java.lang.Object
  extended by org.jclouds.cloudsigma.domain.VLANInfo.Builder
Enclosing class:
VLANInfo

public static class VLANInfo.Builder
extends Object


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

Field Detail

uuid

protected String uuid

name

protected String name

user

protected String user
Constructor Detail

VLANInfo.Builder

public VLANInfo.Builder()
Method Detail

uuid

public VLANInfo.Builder uuid(String uuid)

name

public VLANInfo.Builder name(String name)

user

public VLANInfo.Builder user(String user)

build

public VLANInfo build()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.