Class ConfigurationTag

    • Method Detail

      • configurationId

        public final String configurationId()

        The configuration ID for the item to tag. You can specify a list of keys and values.

        Returns:
        The configuration ID for the item to tag. You can specify a list of keys and values.
      • key

        public final String key()

        A type of tag on which to filter. For example, serverType.

        Returns:
        A type of tag on which to filter. For example, serverType.
      • value

        public final String value()

        A value on which to filter. For example key = serverType and value = web server.

        Returns:
        A value on which to filter. For example key = serverType and value = web server.
      • timeOfCreation

        public final Instant timeOfCreation()

        The time the configuration tag was created in Coordinated Universal Time (UTC).

        Returns:
        The time the configuration tag was created in Coordinated Universal Time (UTC).
      • 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)