次の方法で共有


DeleteNodeInner Class

  • java.lang.Object
    • com.azure.resourcemanager.datamigration.fluent.models.DeleteNodeInner

Implements

public final class DeleteNodeInner
implements JsonSerializable<DeleteNodeInner>

Details of node to be deleted.

Constructor Summary

Constructor Description
DeleteNodeInner()

Creates an instance of DeleteNodeInner class.

Method Summary

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

Reads an instance of DeleteNodeInner from the JsonReader.

String integrationRuntimeName()

Get the integrationRuntimeName property: The name of integration runtime.

String nodeName()

Get the nodeName property: The name of node to delete.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

DeleteNodeInner withIntegrationRuntimeName(String integrationRuntimeName)

Set the integrationRuntimeName property: The name of integration runtime.

DeleteNodeInner withNodeName(String nodeName)

Set the nodeName property: The name of node to delete.

Methods inherited from java.lang.Object

Constructor Details

DeleteNodeInner

public DeleteNodeInner()

Creates an instance of DeleteNodeInner class.

Method Details

fromJson

public static DeleteNodeInner fromJson(JsonReader jsonReader)

Reads an instance of DeleteNodeInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

integrationRuntimeName

public String integrationRuntimeName()

Get the integrationRuntimeName property: The name of integration runtime.

Returns:

the integrationRuntimeName value.

nodeName

public String nodeName()

Get the nodeName property: The name of node to delete.

Returns:

the nodeName value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withIntegrationRuntimeName

public DeleteNodeInner withIntegrationRuntimeName(String integrationRuntimeName)

Set the integrationRuntimeName property: The name of integration runtime.

Parameters:

integrationRuntimeName - the integrationRuntimeName value to set.

Returns:

the DeleteNodeInner object itself.

withNodeName

public DeleteNodeInner withNodeName(String nodeName)

Set the nodeName property: The name of node to delete.

Parameters:

nodeName - the nodeName value to set.

Returns:

the DeleteNodeInner object itself.

Applies to