Class UtilityNamedTraceConfigurationQueryParameters


  • public class UtilityNamedTraceConfigurationQueryParameters
    extends java.lang.Object
    The query parameters to use when searching for applicable named trace configuration objects.

    If none of the parameters are set the query will return all available named trace configurations. In the query the values in each property are combined using a logical OR and between each property a logical AND is used.

    Since:
    100.11.0
    See Also:
    UtilityNamedTraceConfiguration
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getCreators()
      Optional parameter representing the creators of the named trace configurations to be queried.
      java.util.List<java.util.UUID> getGlobalIds()
      Optional parameter representing the global IDs of the named trace configurations to be queried.
      java.util.List<java.lang.String> getNames()
      Optional parameter representing the names of the named trace configurations to be queried.
      java.util.List<java.lang.String> getTags()
      Optional parameter representing the user tags of the named trace configurations to be queried.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UtilityNamedTraceConfigurationQueryParameters

        public UtilityNamedTraceConfigurationQueryParameters()
        Creates an UtilityNamedTraceConfigurationQueryParameters.
        Since:
        100.11.0
    • Method Detail

      • getCreators

        public java.util.List<java.lang.String> getCreators()
        Optional parameter representing the creators of the named trace configurations to be queried.
        Returns:
        optional parameter representing the creators of the named trace configurations to be queried.
        Since:
        100.11.0
      • getGlobalIds

        public java.util.List<java.util.UUID> getGlobalIds()
        Optional parameter representing the global IDs of the named trace configurations to be queried.
        Returns:
        optional parameter representing the global IDs of the named trace configurations to be queried.
        Since:
        100.11.0
      • getNames

        public java.util.List<java.lang.String> getNames()
        Optional parameter representing the names of the named trace configurations to be queried.
        Returns:
        optional parameter representing the names of the named trace configurations to be queried.
        Since:
        100.11.0
      • getTags

        public java.util.List<java.lang.String> getTags()
        Optional parameter representing the user tags of the named trace configurations to be queried.
        Returns:
        optional parameter representing the user tags of the named trace configurations to be queried.
        Since:
        100.11.0