IntegrationRuntimeStatusResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeStatusResponseInner

Implements

public final class IntegrationRuntimeStatusResponseInner
implements JsonSerializable<IntegrationRuntimeStatusResponseInner>

Integration runtime status response.

Constructor Summary

Constructor Description
IntegrationRuntimeStatusResponseInner()

Creates an instance of IntegrationRuntimeStatusResponseInner class.

Method Summary

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

Reads an instance of IntegrationRuntimeStatusResponseInner from the JsonReader.

String name()

Get the name property: The integration runtime name.

IntegrationRuntimeStatus properties()

Get the properties property: Integration runtime properties.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

IntegrationRuntimeStatusResponseInner withProperties(IntegrationRuntimeStatus properties)

Set the properties property: Integration runtime properties.

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeStatusResponseInner

public IntegrationRuntimeStatusResponseInner()

Creates an instance of IntegrationRuntimeStatusResponseInner class.

Method Details

fromJson

public static IntegrationRuntimeStatusResponseInner fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeStatusResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

name

public String name()

Get the name property: The integration runtime name.

Returns:

the name value.

properties

public IntegrationRuntimeStatus properties()

Get the properties property: Integration runtime properties.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withProperties

public IntegrationRuntimeStatusResponseInner withProperties(IntegrationRuntimeStatus properties)

Set the properties property: Integration runtime properties.

Parameters:

properties - the properties value to set.

Returns:

the IntegrationRuntimeStatusResponseInner object itself.

Applies to