ManagedIntegrationRuntimeOperationResult Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. ManagedIntegrationRuntimeOperationResult
- com.
Implements
public final class ManagedIntegrationRuntimeOperationResult
implements JsonSerializable<ManagedIntegrationRuntimeOperationResult>
Properties of managed integration runtime operation result.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedIntegrationRuntimeOperationResult() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
activityId()
Get the activity |
| Map<String,Object> |
additionalProperties()
Get the additional |
| String |
errorCode()
Get the error |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| List<String> |
parameters()
Get the parameters property: Managed integration runtime error parameters. |
| String |
result()
Get the result property: The operation result. |
|
Offset |
startTime()
Get the start |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The operation type. |
| void |
validate()
Validates the instance. |
|
Managed |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Methods inherited from java.lang.Object
Constructor Details
ManagedIntegrationRuntimeOperationResult
public ManagedIntegrationRuntimeOperationResult()
Creates an instance of ManagedIntegrationRuntimeOperationResult class.
Method Details
activityId
public String activityId()
Get the activityId property: The activity id for the operation request.
Returns:
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Properties of managed integration runtime operation result.
Returns:
errorCode
public String errorCode()
Get the errorCode property: The error code.
Returns:
fromJson
public static ManagedIntegrationRuntimeOperationResult fromJson(JsonReader jsonReader)
Reads an instance of ManagedIntegrationRuntimeOperationResult from the JsonReader.
Parameters:
Returns:
Throws:
parameters
public List<String> parameters()
Get the parameters property: Managed integration runtime error parameters.
Returns:
result
public String result()
Get the result property: The operation result.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: The start time of the operation.
Returns:
toJson
type
public String type()
Get the type property: The operation type. Could be start or stop.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public ManagedIntegrationRuntimeOperationResult withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Properties of managed integration runtime operation result.
Parameters:
Returns: