public final class SitePhpErrorLogFlagProperties extends Object
| Constructor and Description |
|---|
SitePhpErrorLogFlagProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
localLogErrors()
Get the localLogErrors property: Local log_errors setting.
|
String |
localLogErrorsMaxLength()
Get the localLogErrorsMaxLength property: Local log_errors_max_len setting.
|
String |
masterLogErrors()
Get the masterLogErrors property: Master log_errors setting.
|
String |
masterLogErrorsMaxLength()
Get the masterLogErrorsMaxLength property: Master log_errors_max_len setting.
|
void |
validate()
Validates the instance.
|
SitePhpErrorLogFlagProperties |
withLocalLogErrors(String localLogErrors)
Set the localLogErrors property: Local log_errors setting.
|
SitePhpErrorLogFlagProperties |
withLocalLogErrorsMaxLength(String localLogErrorsMaxLength)
Set the localLogErrorsMaxLength property: Local log_errors_max_len setting.
|
SitePhpErrorLogFlagProperties |
withMasterLogErrors(String masterLogErrors)
Set the masterLogErrors property: Master log_errors setting.
|
SitePhpErrorLogFlagProperties |
withMasterLogErrorsMaxLength(String masterLogErrorsMaxLength)
Set the masterLogErrorsMaxLength property: Master log_errors_max_len setting.
|
public String localLogErrors()
public SitePhpErrorLogFlagProperties withLocalLogErrors(String localLogErrors)
localLogErrors - the localLogErrors value to set.public String masterLogErrors()
public SitePhpErrorLogFlagProperties withMasterLogErrors(String masterLogErrors)
masterLogErrors - the masterLogErrors value to set.public String localLogErrorsMaxLength()
public SitePhpErrorLogFlagProperties withLocalLogErrorsMaxLength(String localLogErrorsMaxLength)
localLogErrorsMaxLength - the localLogErrorsMaxLength value to set.public String masterLogErrorsMaxLength()
public SitePhpErrorLogFlagProperties withMasterLogErrorsMaxLength(String masterLogErrorsMaxLength)
masterLogErrorsMaxLength - the masterLogErrorsMaxLength value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.