Class DigitalTwinAdapterJsonPayload
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.iot.model.DigitalTwinAdapterPayload
- 
- com.oracle.bmc.iot.model.DigitalTwinAdapterJsonPayload
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250531") public final class DigitalTwinAdapterJsonPayload extends DigitalTwinAdapterPayloadA payload structure containing JSON-formatted data from the digital twin device.This schema should be used when the parent payload ‘dataFormat’ is set to JSON. The data property contains the reference JSON content being passed from the device. Example: {"temperature": 0,"location": {"type": "point"},"serialNumber": " "} 
 Note: Objects should always be created or deserialized using theDigitalTwinAdapterJsonPayload.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theDigitalTwinAdapterJsonPayload.Builder, which maintain a set of all explicitly set fields calledDigitalTwinAdapterJsonPayload.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDigitalTwinAdapterJsonPayload.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.iot.model.DigitalTwinAdapterPayloadDigitalTwinAdapterPayload.DataFormat
 
- 
 - 
Constructor SummaryConstructors Constructor Description DigitalTwinAdapterJsonPayload(Map<String,Object> data)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DigitalTwinAdapterJsonPayload.Builderbuilder()Create a new builder.booleanequals(Object o)Map<String,Object>getData()JSON raw data.inthashCode()DigitalTwinAdapterJsonPayload.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
DigitalTwinAdapterJsonPayload@Deprecated public DigitalTwinAdapterJsonPayload(Map<String,Object> data) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static DigitalTwinAdapterJsonPayload.Builder builder() Create a new builder.
 - 
toBuilderpublic DigitalTwinAdapterJsonPayload.Builder toBuilder() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- DigitalTwinAdapterPayload
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- DigitalTwinAdapterPayload
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- DigitalTwinAdapterPayload
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- DigitalTwinAdapterPayload
 
 
- 
 
-