TransactionReplaceResponse
extends Message
in package
Generated from protobuf message <code>couchbase.transactions.v1.TransactionReplaceResponse</code>
Table of Contents
- $cas : mixed
- Generated from protobuf field <code>uint64 cas = 1;</code>
- __construct() : mixed
- Constructor.
- getCas() : int|string
- Generated from protobuf field <code>uint64 cas = 1;</code>
- setCas() : $this
- Generated from protobuf field <code>uint64 cas = 1;</code>
Properties
$cas
Generated from protobuf field <code>uint64 cas = 1;</code>
protected
mixed
$cas
= 0
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
- $data : array<string|int, mixed> = NULL
-
{ Optional. Data for populating the Message object.
@type int|string $cas
}
Return values
mixed —getCas()
Generated from protobuf field <code>uint64 cas = 1;</code>
public
getCas() : int|string
Return values
int|string —setCas()
Generated from protobuf field <code>uint64 cas = 1;</code>
public
setCas(int|string $var) : $this
Parameters
- $var : int|string