public class CreateStorageSetResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The ID of the request.
|
String |
storageSetId
The ID of the storage set.
|
构造器和说明 |
---|
CreateStorageSetResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateStorageSetResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getStorageSetId() |
CreateStorageSetResponseBody |
setRequestId(String requestId) |
CreateStorageSetResponseBody |
setStorageSetId(String storageSetId) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="StorageSetId") public String storageSetId
The ID of the storage set.
public static CreateStorageSetResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateStorageSetResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateStorageSetResponseBody setStorageSetId(String storageSetId)
public String getStorageSetId()
Copyright © 2023. All rights reserved.