org.jclouds.ovf
Class Network

java.lang.Object
  extended by org.jclouds.ovf.Network

public class Network
extends Object

Author:
Adrian Cole

Nested Class Summary
static class Network.Builder
           
 
Constructor Summary
Network(String name, String description)
           
 
Method Summary
static Network.Builder builder()
           
 boolean equals(Object obj)
           
 String getDescription()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Network

public Network(String name,
               String description)
Method Detail

builder

public static Network.Builder builder()

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

getName

public String getName()

getDescription

public String getDescription()


Copyright © 2009-2011 jclouds. All Rights Reserved.