com.ecwid.consul.v1.kv.model
Class GetValue

java.lang.Object
  extended by com.ecwid.consul.v1.kv.model.GetValue

public class GetValue
extends java.lang.Object


Constructor Summary
GetValue()
           
 
Method Summary
 long getCreateIndex()
           
 java.lang.String getDecodedValue()
           
 java.lang.String getDecodedValue(java.nio.charset.Charset charset)
           
 long getFlags()
           
 java.lang.String getKey()
           
 java.lang.Long getLockIndex()
           
 long getModifyIndex()
           
 java.lang.String getSession()
           
 java.lang.String getValue()
           
 void setCreateIndex(long createIndex)
           
 void setFlags(long flags)
           
 void setKey(java.lang.String key)
           
 void setLockIndex(java.lang.Long lockIndex)
           
 void setModifyIndex(long modifyIndex)
           
 void setSession(java.lang.String session)
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetValue

public GetValue()
Method Detail

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