Class CallDiagnosticsOptions
- Object
-
- CallDiagnosticsOptions
-
public final class CallDiagnosticsOptions extends ObjectOptions 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 voidfinalize()Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.StringgetAppName()An Identifier to group together multiple appIds into small bundle, invariant of version.StringgetAppVersion()Gets the application version.List<String>getTags()Tags - Additional InformationCallDiagnosticsOptionssetAppName(String value)An Identifier to group together multiple appIds into small bundle, invariant of version.CallDiagnosticsOptionssetAppVersion(String value)Sets the application version.voidsetTags(List<String> value)Tags - Additional Information
-
-
-
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:
finalizein classObject
-
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
-
-