OpenShift Java Client 2.5.0.Final

com.openshift.internal.client.httpclient.request
Class ParameterValue<V>

java.lang.Object
  extended by com.openshift.internal.client.httpclient.request.ParameterValue<V>
Direct Known Subclasses:
Parameter, ParameterValueArray, ParameterValueMap, StringValue

public abstract class ParameterValue<V>
extends Object

Author:
Andre Dietisheim

Constructor Summary
ParameterValue(V value)
           
 
Method Summary
 boolean equals(Object obj)
           
 V getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterValue

public ParameterValue(V value)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

getValue

public V getValue()

toString

public String toString()
Overrides:
toString in class Object

OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.