public class ResponsePrimitiveDTO extends DTO
Modifier and Type | Class and Description |
---|---|
static class |
ResponsePrimitiveDTO.ContentStatus
Enum ContentStatus
|
Modifier and Type | Field and Description |
---|---|
List<LocalTokenIdAssignmentDTO> |
assignedTokenIdentifiers
Assigned Token Identifiers
|
Boolean |
AuthSignatureReqInfo
AuthSignatureReqInfo
|
PrimitiveContentDTO |
content
Primitive Content
|
Integer |
contentOffset
Content Offset
|
ResponsePrimitiveDTO.ContentStatus |
contentStatus
Content Status
|
Integer |
eventCategory
Event Category
|
String |
from
From Parameter
|
String |
originatingTimestamp
Originating Timestamp To Parameter
|
ReleaseVersion |
releaseVersionIndicator
Release Version Indicator
|
String |
requestIdentifier
Request Identifier
|
Integer |
responseStatusCode
Response Status Code
|
String |
resultExpirationTimestamp
ResultExpiration Timestamp
|
String |
to
To Parameter
|
List<DasInfoDTO> |
tokenReqInfo
Token Request Info
|
String |
vendorInformation
Vendor Information
|
Constructor and Description |
---|
ResponsePrimitiveDTO() |
public Integer responseStatusCode
public String requestIdentifier
public PrimitiveContentDTO content
public String to
public String from
public String originatingTimestamp
public String resultExpirationTimestamp
public Integer eventCategory
allowed values are 2(Immediate), 3(BestEffort), 4(Latest), and 100-999 as user defined range.
public ResponsePrimitiveDTO.ContentStatus contentStatus
public Integer contentOffset
public List<LocalTokenIdAssignmentDTO> assignedTokenIdentifiers
public List<DasInfoDTO> tokenReqInfo
public Boolean AuthSignatureReqInfo
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