new BaseRequest()
- Source:
Methods
(static) BaseRequest#getRequestId() → {String|Null}
Get the field value
Identifier for the request
- Source:
Returns:
- Type
- String | Null
(static) BaseRequest#getVersion() → {Number|Null}
Get the field value
Identifier for the version
- Source:
Returns:
must be an integer,
- Type
- Number | Null
(static) BaseRequest#setRequestId(requestId)
Set the field value
Identifier for the request
Parameters:
Name | Type | Description |
---|---|---|
requestId |
String | Null |
- Source:
(static) BaseRequest#setVersion(version)
Set the field value
Identifier for the version
Parameters:
Name | Type | Description |
---|---|---|
version |
Number | Null | must be an integer, |
- Source: