Class CallDiagnosticsOptions
- Object
-
- 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 InformationCallDiagnosticsOptions
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
-
-
-
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 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
-
-