com.ecwid.consul.v1.kv.model
Class GetValue
java.lang.Object
com.ecwid.consul.v1.kv.model.GetValue
public class GetValue
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GetValue
public GetValue()
getCreateIndex
public long getCreateIndex()
setCreateIndex
public void setCreateIndex(long createIndex)
getModifyIndex
public long getModifyIndex()
setModifyIndex
public void setModifyIndex(long modifyIndex)
getLockIndex
public java.lang.Long getLockIndex()
setLockIndex
public void setLockIndex(java.lang.Long lockIndex)
getFlags
public long getFlags()
setFlags
public void setFlags(long flags)
getSession
public java.lang.String getSession()
setSession
public void setSession(java.lang.String session)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
getDecodedValue
public java.lang.String getDecodedValue(java.nio.charset.Charset charset)
getDecodedValue
public java.lang.String getDecodedValue()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object