DataControlPlatformHeader
extends Message
in package
Generated from protobuf message <code>proto.ironcorelabs.cmk.DataControlPlatformHeader</code>
Table of Contents
- $document_id : mixed
- Generated from protobuf field <code>string document_id = 1;</code>
- $segment_id : mixed
- Generated from protobuf field <code>uint64 segment_id = 2;</code>
- __construct() : mixed
- Constructor.
- getDocumentId() : string
- Generated from protobuf field <code>string document_id = 1;</code>
- getSegmentId() : int|string
- Generated from protobuf field <code>uint64 segment_id = 2;</code>
- setDocumentId() : $this
- Generated from protobuf field <code>string document_id = 1;</code>
- setSegmentId() : $this
- Generated from protobuf field <code>uint64 segment_id = 2;</code>
Properties
$document_id
Generated from protobuf field <code>string document_id = 1;</code>
protected
mixed
$document_id
= ''
$segment_id
Generated from protobuf field <code>uint64 segment_id = 2;</code>
protected
mixed
$segment_id
= 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 string $document_id @type int|string $segment_id
}
Return values
mixed —getDocumentId()
Generated from protobuf field <code>string document_id = 1;</code>
public
getDocumentId() : string
Return values
string —getSegmentId()
Generated from protobuf field <code>uint64 segment_id = 2;</code>
public
getSegmentId() : int|string
Return values
int|string —setDocumentId()
Generated from protobuf field <code>string document_id = 1;</code>
public
setDocumentId(string $var) : $this
Parameters
- $var : string
Return values
$this —setSegmentId()
Generated from protobuf field <code>uint64 segment_id = 2;</code>
public
setSegmentId(int|string $var) : $this
Parameters
- $var : int|string