public final class DebugSetting extends Object
| Constructor and Description |
|---|
DebugSetting() |
| Modifier and Type | Method and Description |
|---|---|
String |
detailLevel()
Get the detailLevel property: Specifies the type of information to log for debugging.
|
void |
validate()
Validates the instance.
|
DebugSetting |
withDetailLevel(String detailLevel)
Set the detailLevel property: Specifies the type of information to log for debugging.
|
public String detailLevel()
public DebugSetting withDetailLevel(String detailLevel)
detailLevel - the detailLevel value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.