Represents key/value pair stored in Consul
package |
Default |
---|
__construct( $keyValue = null)
mixed | null
getCreateIndex() : integer
integer
getFlags() : integer
integer
getKey() : string
string
getLockIndex() : integer
integer
getModifyIndex() : integer
integer
getSession() : string
string
getValue() : string
string
setCreateIndex( $createIndex) : $this
integer
$this
setFlags( $flags) : $this
integer
$this
setKey( $key) : $this
string
$this
setLockIndex( $lockIndex) : $this
integer
$this
setModifyIndex( $modifyIndex) : $this
integer
$this
setSession( $session) : $this
string
$this
setValue( $value) : $this
string
$this