public class RequestPrimitiveDTO extends DTO
Modifier and Type | Class and Description |
---|---|
static class |
RequestPrimitiveDTO.DesiredIdentifierResultType
Enum for DesiredIdentifierResultType
|
static class |
RequestPrimitiveDTO.Operation
enum type for Operation
|
static class |
RequestPrimitiveDTO.ResultContent
enum type for Result Content
|
Constructor and Description |
---|
RequestPrimitiveDTO() |
public RequestPrimitiveDTO.Operation operation
public String to
public String from
Originator of the request is stored.
public String requestIdentifier
public Integer resourceType
public PrimitiveContentDTO content
public String originatingTimestamp
public String requestExpirationTimestamp
* This parameter is related to CMDH(Communication Management and Delivery Handling) policy.
public String resultExpirationTimestamp
This parameter is related to CMDH(Communication Management and Delivery Handling) policy.
public String operationExecutionTime
public ResponseTypeInfoDTO responseType
public String resultPersistence
This parameter is related to CMDH(Communication Management and Delivery Handling) policy.
public RequestPrimitiveDTO.ResultContent resultContent
public Integer eventCategory
allowed values are 2(Immediate), 3(BestEffort), 4(Latest), and 100-999 as user defined range.
public Boolean deliveryAggregation
This parameter is related to CMDH(Communication Management and Delivery Handling) policy.
public String groupRequestIdentifier
public FilterCriteriaDTO filterCriteria
public RequestPrimitiveDTO.DesiredIdentifierResultType desiredIdentifierResultType
This parameter specifies identifier type in response, such as structured or unstructured. This parameter used to be Discovery Result Type in previous oneM2M release.
public List<String> tokens
Each token is in m2m:dynAuthJWT
public List<String> tokenIDs
In oneM2M this parameter is expressed as list of m2m:tokenID.
public List<String> localTokenIDs
In oneM2M this parameter is expressed as list of xs:NCName.
public Boolean tokenRequestIndicator
public List<String> groupRequestTargetMembers
public Boolean authorizationSignatureIndicator
public List<String> authorizationSignatures
In oneM2M this parameter is expressed in m2m:signatureList.
public Boolean authorizationRelationshipIndicator
public Boolean semanticQueryIndicator
public ReleaseVersion releaseVersionIndicator
public String vendorInformation
Used for vendor specific information. No procedure is defined for the parameter.
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0