@PublicEvolving public class Ranges extends Object implements Token
| Constructor and Description |
|---|
Ranges(List<Triplet<Numeric,Numeric,String>> values) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
toJson()
The class implementing this interface will return the
JsonElement
instance including the values of the object. |
TokenType |
type()
Returns the
TokenType of the object represented by the
implementation of this interface. |
List<Triplet<Numeric,Numeric,String>> |
value()
Returns the
value of the object wrapped by the
implementation of this interface. |
public List<Triplet<Numeric,Numeric,String>> value()
Tokenvalue of the object wrapped by the
implementation of this interface.public TokenType type()
TokenTokenType of the object represented by the
implementation of this interface.public com.google.gson.JsonElement toJson()
TokenJsonElement
instance including the values of the object.Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.