XdrSignedTimeSlicedSurveyStartCollectingMessage
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- decode() : XdrSignedTimeSlicedSurveyStartCollectingMessage
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getSignature() : string
- getStartCollecting() : XdrTimeSlicedSurveyStartCollectingMessage
- setSignature() : void
- setStartCollecting() : void
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : array<string|int, mixed>
Properties
$signature
public
string
$signature
$startCollecting
public
XdrTimeSlicedSurveyStartCollectingMessage
$startCollecting
Methods
__construct()
public
__construct(string $signature, XdrTimeSlicedSurveyStartCollectingMessage $startCollecting) : mixed
Parameters
- $signature : string
- $startCollecting : XdrTimeSlicedSurveyStartCollectingMessage
decode()
public
static decode(XdrBuffer $xdr) : XdrSignedTimeSlicedSurveyStartCollectingMessage
Parameters
- $xdr : XdrBuffer
Return values
XdrSignedTimeSlicedSurveyStartCollectingMessageencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticfromJson()
public
static fromJson(string $json) : static
Parameters
- $json : string
Tags
Return values
staticfromJsonValue()
public
static fromJsonValue(mixed $value) : static
Parameters
- $value : mixed
Return values
staticgetSignature()
public
getSignature() : string
Return values
stringgetStartCollecting()
public
getStartCollecting() : XdrTimeSlicedSurveyStartCollectingMessage
Return values
XdrTimeSlicedSurveyStartCollectingMessagesetSignature()
public
setSignature(string $signature) : void
Parameters
- $signature : string
setStartCollecting()
public
setStartCollecting(XdrTimeSlicedSurveyStartCollectingMessage $startCollecting) : void
Parameters
- $startCollecting : XdrTimeSlicedSurveyStartCollectingMessage
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : array<string|int, mixed>