IntegrationRuntimeStatusResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. fluent. models. IntegrationRuntimeStatusResponseInner
- com.
Implements
public final class IntegrationRuntimeStatusResponseInner
implements JsonSerializable<IntegrationRuntimeStatusResponseInner>
Integration runtime status response.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeStatusResponseInner() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| String |
name()
Get the name property: The integration runtime name. |
|
Integration |
properties()
Get the properties property: Integration runtime properties. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Integration |
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:
Returns:
Throws:
name
public String name()
Get the name property: The integration runtime name.
Returns:
properties
public IntegrationRuntimeStatus properties()
Get the properties property: Integration runtime properties.
Returns:
toJson
validate
public void validate()
Validates the instance.
withProperties
public IntegrationRuntimeStatusResponseInner withProperties(IntegrationRuntimeStatus properties)
Set the properties property: Integration runtime properties.
Parameters:
Returns: