Package org.osgi.service.onem2m.dto
Class ResponsePrimitiveDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.service.onem2m.dto.ResponsePrimitiveDTO
-
public class ResponsePrimitiveDTO extends org.osgi.dto.DTO
DTO expresses Response Primitive.- See Also:
- oneM2M TS-0004 6.4.2, oneM2M XSD responsePrimitive
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResponsePrimitiveDTO.ContentStatus
Enum ContentStatus
-
Field Summary
Fields Modifier and Type Field Description java.util.List<LocalTokenIdAssignmentDTO>
assignedTokenIdentifiers
Assigned Token Identifiersjava.lang.Boolean
AuthSignatureReqInfo
AuthSignatureReqInfoPrimitiveContentDTO
content
Primitive Contentjava.lang.Integer
contentOffset
Content OffsetResponsePrimitiveDTO.ContentStatus
contentStatus
Content Statusjava.lang.Integer
eventCategory
Event Categoryjava.lang.String
from
From Parameterjava.lang.String
originatingTimestamp
Originating Timestamp To ParameterReleaseVersion
releaseVersionIndicator
Release Version Indicatorjava.lang.String
requestIdentifier
Request Identifierjava.lang.Integer
responseStatusCode
Response Status Codejava.lang.String
resultExpirationTimestamp
ResultExpiration Timestampjava.lang.String
to
To Parameterjava.util.List<DasInfoDTO>
tokenReqInfo
Token Request Infojava.lang.String
vendorInformation
Vendor Information
-
Constructor Summary
Constructors Constructor Description ResponsePrimitiveDTO()
-
-
-
Field Detail
-
responseStatusCode
public java.lang.Integer responseStatusCode
Response Status Code- See Also:
- oneM2M TS-0004 6.3.4.2.9
-
requestIdentifier
public java.lang.String requestIdentifier
Request Identifier- See Also:
- oneM2M TS-0004 6.3.3
-
content
public PrimitiveContentDTO content
Primitive Content- See Also:
- oneM2M TS-0004 6.3.5.5, oneM2M TS-0004 7.2.1.2
-
to
public java.lang.String to
To Parameter- See Also:
- oneM2M TS-0004 6.3.3
-
from
public java.lang.String from
From Parameter
-
originatingTimestamp
public java.lang.String originatingTimestamp
Originating Timestamp To Parameter- See Also:
- oneM2M TS-0004 Table 6.3.3-1
-
resultExpirationTimestamp
public java.lang.String resultExpirationTimestamp
ResultExpiration Timestamp- See Also:
- oneM2M TS-0004 Table 6.3.3-1
-
eventCategory
public java.lang.Integer eventCategory
Event Categoryallowed values are 2(Immediate), 3(BestEffort), 4(Latest), and 100-999 as user defined range.
-
contentStatus
public ResponsePrimitiveDTO.ContentStatus contentStatus
Content Status- See Also:
- oneM2M TS-0004 6.3.4.2.44
-
contentOffset
public java.lang.Integer contentOffset
Content Offset
-
assignedTokenIdentifiers
public java.util.List<LocalTokenIdAssignmentDTO> assignedTokenIdentifiers
Assigned Token Identifiers- See Also:
- oneM2M TS-0004 6.3.5.43
-
tokenReqInfo
public java.util.List<DasInfoDTO> tokenReqInfo
Token Request Info- See Also:
- oneM2M TS-0004 6.3.5.45
-
AuthSignatureReqInfo
public java.lang.Boolean AuthSignatureReqInfo
AuthSignatureReqInfo
-
releaseVersionIndicator
public ReleaseVersion releaseVersionIndicator
Release Version Indicator
-
vendorInformation
public java.lang.String vendorInformation
Vendor InformationUsed for vendor specific information. No procedure is defined for the parameter.
-
-