org.dasein.cloud.cloudstack
Class Param
java.lang.Object
org.dasein.cloud.cloudstack.Param
- All Implemented Interfaces:
- Comparable<Param>
public class Param
- extends Object
- implements Comparable<Param>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Param
public Param(@Nonnull
String key,
@Nullable
String value)
compareTo
public int compareTo(@Nullable
Param other)
- Specified by:
compareTo in interface Comparable<Param>
getKey
@Nonnull
public String getKey()
getValue
@Nullable
public String getValue()
Copyright © 2012 enStratus Networks Inc. All Rights Reserved.