Class DataValue
java.lang.Object
com.gooddata.sdk.model.executeafm.result.DataValue
- All Implemented Interfaces:
Data
public class DataValue extends java.lang.Object implements Data
Simple value type of
Data. Wrapper of textual value.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.gooddata.sdk.model.executeafm.result.Data
Data.DataDeserializer -
Field Summary
-
Constructor Summary
Constructors Constructor Description DataValue(java.lang.String value)Creates new instance of given value. -
Method Summary
-
Constructor Details
-
DataValue
public DataValue(java.lang.String value)Creates new instance of given value.- Parameters:
value- textual value, can't be null
-
-
Method Details
-
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
-