Class DigitalTwinsJsonPropertyNames

java.lang.Object
com.azure.digitaltwins.core.models.DigitalTwinsJsonPropertyNames

public class DigitalTwinsJsonPropertyNames extends Object
String constants for use in JSON de/serialization for digital twins, digital twin relationships, and digital twin components.
  • Field Details

    • DIGITAL_TWIN_ID

      public static final String DIGITAL_TWIN_ID
      The JSON property name for the Id field on a digital twin.
      See Also:
    • DIGITAL_TWIN_ETAG

      public static final String DIGITAL_TWIN_ETAG
      The JSON property name for the ETag field on a digital twin.
      See Also:
    • DIGITAL_TWIN_METADATA

      public static final String DIGITAL_TWIN_METADATA
      The JSON property name for the metadata field on a digital twin and for the metadata field on a component.
      See Also:
    • METADATA_MODEL

      public static final String METADATA_MODEL
      The JSON property name for the model field on a digital twin metadata.
      See Also:
    • RELATIONSHIP_ID

      public static final String RELATIONSHIP_ID
      The JSON property name for the Id field on a relationship.
      See Also:
    • RELATIONSHIP_SOURCE_ID

      public static final String RELATIONSHIP_SOURCE_ID
      The JSON property name for the source Id field on a relationship.
      See Also:
    • RELATIONSHIP_TARGET_ID

      public static final String RELATIONSHIP_TARGET_ID
      The JSON property name for the target Id field on a relationship.
      See Also:
    • RELATIONSHIP_NAME

      public static final String RELATIONSHIP_NAME
      The JSON property name for the name field on a relationship.
      See Also:
    • METADATA_LAST_UPDATE_TIME

      public static final String METADATA_LAST_UPDATE_TIME
      The JSON property name for the lastUpdateTime field on a digital twin's or component's metadata.
      See Also:
    • METADATA_PROPERTY_LAST_UPDATE_TIME

      public static final String METADATA_PROPERTY_LAST_UPDATE_TIME
      The JSON property name for the lastUpdateTime field on a digital twin component's property metadata.
      See Also:
    • METADATA_PROPERTY_SOURCE_TIME

      public static final String METADATA_PROPERTY_SOURCE_TIME
      The JSON property name for the sourceTime field on a digital twin component's property metadata.
      See Also:
  • Constructor Details

    • DigitalTwinsJsonPropertyNames

      public DigitalTwinsJsonPropertyNames()