Class ThingTypeDefinition

    • Method Detail

      • thingTypeName

        public final String thingTypeName()

        The name of the thing type.

        Returns:
        The name of the thing type.
      • thingTypeArn

        public final String thingTypeArn()

        The thing type ARN.

        Returns:
        The thing type ARN.
      • thingTypeProperties

        public final ThingTypeProperties thingTypeProperties()

        The ThingTypeProperties for the thing type.

        Returns:
        The ThingTypeProperties for the thing type.
      • thingTypeMetadata

        public final ThingTypeMetadata thingTypeMetadata()

        The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.

        Returns:
        The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)