Class CallDiagnosticsOptions


  • public final class CallDiagnosticsOptions
    extends Object
    Options for diagnostics of call client
    • Constructor Summary

      Constructors 
      Constructor Description
      CallDiagnosticsOptions()
      Creates a new instance with a default configuration for the call diagnostics options
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void finalize()
      Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
      String getAppName()
      An Identifier to group together multiple appIds into small bundle, invariant of version.
      String getAppVersion()
      Gets the application version.
      List<String> getTags()
      Tags - Additional Information
      CallDiagnosticsOptions setAppName​(String value)
      An Identifier to group together multiple appIds into small bundle, invariant of version.
      CallDiagnosticsOptions setAppVersion​(String value)
      Sets the application version.
      void setTags​(List<String> value)
      Tags - Additional Information
      • Methods inherited from class Object

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

      • CallDiagnosticsOptions

        public CallDiagnosticsOptions()
        Creates a new instance with a default configuration for the call diagnostics options
    • Method Detail

      • finalize

        protected void finalize()
        Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
        Overrides:
        finalize in class Object
      • getAppName

        public String getAppName()
        An Identifier to group together multiple appIds into small bundle, invariant of version.
      • setAppName

        public CallDiagnosticsOptions setAppName​(String value)
        An Identifier to group together multiple appIds into small bundle, invariant of version.
        Parameters:
        value - The new value.
      • getAppVersion

        public String getAppVersion()
        Gets the application version.
      • setAppVersion

        public CallDiagnosticsOptions setAppVersion​(String value)
        Sets the application version.
        Parameters:
        value - The new value.
      • getTags

        public List<String> getTags()
        Tags - Additional Information
      • setTags

        public void setTags​(List<String> value)
        Tags - Additional Information