Condividi tramite


SitePhpErrorLogFlagInner Class

public final class SitePhpErrorLogFlagInner
extends ProxyOnlyResource

Used for getting PHP error logging flag.

Method Summary

Modifier and Type Method and Description
static SitePhpErrorLogFlagInner fromJson(JsonReader jsonReader)

Reads an instance of SitePhpErrorLogFlagInner from the JsonReader.

String id()

Get the id property: Resource Id.

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.

String name()

Get the name property: Resource Name.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: Resource type.

void validate()

Validates the instance.

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Method Details

fromJson

public static SitePhpErrorLogFlagInner fromJson(JsonReader jsonReader)

Reads an instance of SitePhpErrorLogFlagInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SitePhpErrorLogFlagInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SitePhpErrorLogFlagInner.

id

public String id()

Get the id property: Resource Id.

Overrides:

SitePhpErrorLogFlagInner.id()

Returns:

the id value.

localLogErrors

public String localLogErrors()

Get the localLogErrors property: Local log_errors setting.

Returns:

the localLogErrors value.

localLogErrorsMaxLength

public String localLogErrorsMaxLength()

Get the localLogErrorsMaxLength property: Local log_errors_max_len setting.

Returns:

the localLogErrorsMaxLength value.

masterLogErrors

public String masterLogErrors()

Get the masterLogErrors property: Master log_errors setting.

Returns:

the masterLogErrors value.

masterLogErrorsMaxLength

public String masterLogErrorsMaxLength()

Get the masterLogErrorsMaxLength property: Master log_errors_max_len setting.

Returns:

the masterLogErrorsMaxLength value.

name

public String name()

Get the name property: Resource Name.

Overrides:

SitePhpErrorLogFlagInner.name()

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

SitePhpErrorLogFlagInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Resource type.

Overrides:

SitePhpErrorLogFlagInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

SitePhpErrorLogFlagInner.validate()

Applies to