Package com.batch.android
Class BatchUserAttribute
- java.lang.Object
-
- com.batch.android.BatchUserAttribute
-
public class BatchUserAttribute extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBatchUserAttribute.Type
-
Field Summary
Fields Modifier and Type Field Description BatchUserAttribute.Typetypejava.lang.Objectvalue
-
Constructor Summary
Constructors Constructor Description BatchUserAttribute(java.lang.Object value, BatchUserAttribute.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetBooleanValue()java.util.DategetDateValue()java.lang.NumbergetNumberValue()java.lang.StringgetStringValue()java.net.URIgetUriValue()
-
-
-
Field Detail
-
value
public java.lang.Object value
-
type
public BatchUserAttribute.Type type
-
-
Constructor Detail
-
BatchUserAttribute
public BatchUserAttribute(java.lang.Object value, BatchUserAttribute.Type type)
-
-
Method Detail
-
getDateValue
@Nullable public java.util.Date getDateValue()
-
getStringValue
@Nullable public java.lang.String getStringValue()
-
getNumberValue
@Nullable public java.lang.Number getNumberValue()
-
getBooleanValue
@Nullable public java.lang.Boolean getBooleanValue()
-
getUriValue
@Nullable public java.net.URI getUriValue()
-
-