İngilizce dilinde oku

Aracılığıyla paylaş


RemoteDebuggingPayload Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.models.RemoteDebuggingPayload

Implements

public final class RemoteDebuggingPayload
implements JsonSerializable<RemoteDebuggingPayload>

Remote debugging payload.

Constructor Summary

Constructor Description
RemoteDebuggingPayload()

Creates an instance of RemoteDebuggingPayload class.

Method Summary

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

Reads an instance of RemoteDebuggingPayload from the JsonReader.

Integer port()

Get the port property: Application debugging port.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

RemoteDebuggingPayload withPort(Integer port)

Set the port property: Application debugging port.

Methods inherited from java.lang.Object

Constructor Details

RemoteDebuggingPayload

public RemoteDebuggingPayload()

Creates an instance of RemoteDebuggingPayload class.

Method Details

fromJson

public static RemoteDebuggingPayload fromJson(JsonReader jsonReader)

Reads an instance of RemoteDebuggingPayload from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

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.

withPort

public RemoteDebuggingPayload withPort(Integer port)

Set the port property: Application debugging port.

Parameters:

port - the port value to set.

Returns:

the RemoteDebuggingPayload object itself.

Applies to

Azure SDK for Java

Latest