org.jclouds.deltacloud.domain
Class HardwareParameter
java.lang.Object
org.jclouds.deltacloud.domain.HardwareParameter
public class HardwareParameter
- extends Object
A parameter corresponding to a hardware option.
- Author:
- Adrian Cole
HardwareParameter
public HardwareParameter(URI href,
String method,
String name,
String operation)
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.