org.jclouds.deltacloud.domain
Class HardwareParameter

java.lang.Object
  extended by org.jclouds.deltacloud.domain.HardwareParameter

public class HardwareParameter
extends Object

A parameter corresponding to a hardware option.

Author:
Adrian Cole

Constructor Summary
HardwareParameter(URI href, String method, String name, String operation)
           
 
Method Summary
 boolean equals(Object obj)
           
 URI getHref()
           
 String getMethod()
           
 String getName()
           
 String getOperation()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HardwareParameter

public HardwareParameter(URI href,
                         String method,
                         String name,
                         String operation)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

getHref

public URI getHref()
Returns:
URI of the action this applies to

getMethod

public String getMethod()
Returns:
HTTP method of the action this applies to

getName

public String getName()
Returns:
name of the HTTP request parameter related to this

getOperation

public String getOperation()
Returns:
name of the action this applies to

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 jclouds. All Rights Reserved.