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 DigitalTwinAdapterPayload
A 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 Summary
Nested Classes Modifier and Type Class Description static class
DigitalTwinAdapterJsonPayload.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.iot.model.DigitalTwinAdapterPayload
DigitalTwinAdapterPayload.DataFormat
-
-
Constructor Summary
Constructors Constructor Description DigitalTwinAdapterJsonPayload(Map<String,Object> data)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DigitalTwinAdapterJsonPayload.Builder
builder()
Create a new builder.boolean
equals(Object o)
Map<String,Object>
getData()
JSON raw data.int
hashCode()
DigitalTwinAdapterJsonPayload.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
DigitalTwinAdapterJsonPayload
@Deprecated public DigitalTwinAdapterJsonPayload(Map<String,Object> data)
Deprecated.
-
-
Method Detail
-
builder
public static DigitalTwinAdapterJsonPayload.Builder builder()
Create a new builder.
-
toBuilder
public DigitalTwinAdapterJsonPayload.Builder toBuilder()
-
toString
public String toString()
- Overrides:
toString
in classDigitalTwinAdapterPayload
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classDigitalTwinAdapterPayload
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classDigitalTwinAdapterPayload
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDigitalTwinAdapterPayload
-
-