public static class DeleteSnapshotGroupResponseBody.DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgress
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
errorCode
The error code.
|
String |
errorMsg
The error message.
|
String |
operationStatus
Indicates whether the operation was successful.
|
DeleteSnapshotGroupResponseBody.DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgressRelatedItemSet |
relatedItemSet
Details about the resources.
|
构造器和说明 |
---|
DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgress() |
@NameInMap(value="ErrorCode") public String errorCode
The error code. This parameter is empty when the operation is successful.
For information about error codes and error messages, visit the API error center.
example:400
@NameInMap(value="ErrorMsg") public String errorMsg
The error message. This parameter is empty when the operation is successful.
For information about error codes and error messages, visit the API error center.
example:testErrorMsg
@NameInMap(value="OperationStatus") public String operationStatus
Indicates whether the operation was successful. If the operation was successful, a value of Success is returned. If the operation failed, an error code and an error message are returned.
example:Success
@NameInMap(value="RelatedItemSet") public DeleteSnapshotGroupResponseBody.DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgressRelatedItemSet relatedItemSet
Details about the resources.
public DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgress()
public static DeleteSnapshotGroupResponseBody.DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgress build(Map<String,?> map) throws Exception
Exception
public DeleteSnapshotGroupResponseBody.DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgress setErrorCode(String errorCode)
public String getErrorCode()
public DeleteSnapshotGroupResponseBody.DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgress setErrorMsg(String errorMsg)
public String getErrorMsg()
public DeleteSnapshotGroupResponseBody.DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgress setOperationStatus(String operationStatus)
public String getOperationStatus()
public DeleteSnapshotGroupResponseBody.DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgress setRelatedItemSet(DeleteSnapshotGroupResponseBody.DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgressRelatedItemSet relatedItemSet)
public DeleteSnapshotGroupResponseBody.DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgressRelatedItemSet getRelatedItemSet()
Copyright © 2024. All rights reserved.