RemoteDebuggingInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.fluent.models.RemoteDebuggingInner

Implements

public final class RemoteDebuggingInner
implements JsonSerializable<RemoteDebuggingInner>

Remote debugging config.

Constructor Summary

Constructor Description
RemoteDebuggingInner()

Creates an instance of RemoteDebuggingInner class.

Method Summary

Modifier and Type Method and Description
Boolean enabled()

Get the enabled property: Indicate if remote debugging is enabled.

static RemoteDebuggingInner fromJson(JsonReader jsonReader)

Reads an instance of RemoteDebuggingInner from the JsonReader.

Integer port()

Get the port property: Application debugging port.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

RemoteDebuggingInner withEnabled(Boolean enabled)

Set the enabled property: Indicate if remote debugging is enabled.

RemoteDebuggingInner withPort(Integer port)

Set the port property: Application debugging port.

Methods inherited from java.lang.Object

Constructor Details

RemoteDebuggingInner

public RemoteDebuggingInner()

Creates an instance of RemoteDebuggingInner class.

Method Details

enabled

public Boolean enabled()

Get the enabled property: Indicate if remote debugging is enabled.

Returns:

the enabled value.

fromJson

public static RemoteDebuggingInner fromJson(JsonReader jsonReader)

Reads an instance of RemoteDebuggingInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RemoteDebuggingInner 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 RemoteDebuggingInner.

port

public Integer port()

Get the port property: Application debugging port.

Returns:

the port value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withEnabled

public RemoteDebuggingInner withEnabled(Boolean enabled)

Set the enabled property: Indicate if remote debugging is enabled.

Parameters:

enabled - the enabled value to set.

Returns:

the RemoteDebuggingInner object itself.

withPort

public RemoteDebuggingInner withPort(Integer port)

Set the port property: Application debugging port.

Parameters:

port - the port value to set.

Returns:

the RemoteDebuggingInner object itself.

Applies to