Class DataValue
- java.lang.Object
-
- com.gooddata.sdk.model.executeafm.result.DataValue
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.gooddata.sdk.model.executeafm.result.Data
Data.DataDeserializer
-
-
Constructor Summary
Constructors Constructor Description DataValue(java.lang.String value)Creates new instance of given value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()booleanisList()booleanisValue()java.lang.StringtextValue()java.lang.StringtoString()
-
-
-
Method Detail
-
isList
public boolean isList()
-
isValue
public boolean isValue()
-
textValue
public java.lang.String textValue()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-