Class RESP2.Node
- java.lang.Object
-
- com.moilioncircle.redis.replicator.client.RESP2.Node
-
-
Field Summary
Fields Modifier and Type Field Description RESP2.TypetypeObjectvalue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RESP2.Node[]getArray()ByteArraygetBytes()StringgetError()LonggetNumber()StringgetString()
-
-
-
Field Detail
-
type
public final RESP2.Type type
-
value
public final Object value
-
-
Method Detail
-
getNumber
public Long getNumber()
-
getArray
public RESP2.Node[] getArray()
-
getBytes
public ByteArray getBytes()
-
getError
public String getError()
-
getString
public String getString()
-
-