public static class DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
creationTime
The creation time of the file sending task.
|
String |
errorCode
The error code returned when the file failed to be sent to the instance.
|
String |
errorInfo
The error message returned when the file failed to be sent or the file sending task failed to be executed.
|
String |
finishTime
The time when the file sending task was completed.
|
String |
instanceId
The ID of the instance.
|
String |
invocationStatus
The status of the file sending task.
|
String |
startTime
The time when the file sending task started to be executed on the instance.
|
String |
updateTime
The time when the task status was last updated.
|
构造器和说明 |
---|
DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance() |
@NameInMap(value="CreationTime") public String creationTime
The creation time of the file sending task.
example:2019-12-20T06:15:54Z
@NameInMap(value="ErrorCode") public String errorCode
The error code returned when the file failed to be sent to the instance. Valid values:
InstanceNotExists
@NameInMap(value="ErrorInfo") public String errorInfo
The error message returned when the file failed to be sent or the file sending task failed to be executed. Valid values:
the instance is not running when create task
@NameInMap(value="FinishTime") public String finishTime
The time when the file sending task was completed.
example:2019-12-20T06:15:54Z
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
example:i-uf614fhehhz****
@NameInMap(value="InvocationStatus") public String invocationStatus
The status of the file sending task. Valid values:
Success
@NameInMap(value="StartTime") public String startTime
The time when the file sending task started to be executed on the instance.
example:2019-12-20T06:15:54Z
@NameInMap(value="UpdateTime") public String updateTime
The time when the task status was last updated.
example:2019-12-20T06:15:54Z
public DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance()
public static DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance build(Map<String,?> map) throws Exception
Exception
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setCreationTime(String creationTime)
public String getCreationTime()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setErrorCode(String errorCode)
public String getErrorCode()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setErrorInfo(String errorInfo)
public String getErrorInfo()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setFinishTime(String finishTime)
public String getFinishTime()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setInstanceId(String instanceId)
public String getInstanceId()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setInvocationStatus(String invocationStatus)
public String getInvocationStatus()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setStartTime(String startTime)
public String getStartTime()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2024. All rights reserved.