org.jclouds.cloudstack.domain
Class NetworkService

java.lang.Object
  extended by org.jclouds.cloudstack.domain.NetworkService
All Implemented Interfaces:
Comparable<NetworkService>

public class NetworkService
extends Object
implements Comparable<NetworkService>

Class NetworkService

Author:
Adrian Cole

Nested Class Summary
static class NetworkService.Builder<T extends NetworkService.Builder<T>>
           
static class NetworkService.Capability
           
 
Constructor Summary
protected NetworkService(String name, Set<NetworkService.Capability> capabilities)
           
 
Method Summary
static NetworkService.Builder<?> builder()
           
 int compareTo(NetworkService o)
           
 boolean equals(Object obj)
           
 Map<String,String> getCapabilities()
           
 String getName()
           
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 NetworkService.Builder<?> toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkService

@ConstructorProperties(value={"name","capability"})
protected NetworkService(String name,
                                                    @Nullable
                                                    Set<NetworkService.Capability> capabilities)
Method Detail

builder

public static NetworkService.Builder<?> builder()

toBuilder

public NetworkService.Builder<?> toBuilder()

getName

public String getName()

getCapabilities

public Map<String,String> getCapabilities()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

string

protected com.google.common.base.Objects.ToStringHelper string()

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(NetworkService o)
Specified by:
compareTo in interface Comparable<NetworkService>


Copyright © 2009-2012 jclouds. All Rights Reserved.