public class InstallCmsExporterResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
data
example:
success
|
String |
requestId
example:
E7A04B0D-E2CA-59BB-8A9D-D5D349C22BF1
|
| 构造器和说明 |
|---|
InstallCmsExporterResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static InstallCmsExporterResponseBody |
build(Map<String,?> map) |
String |
getData() |
String |
getRequestId() |
InstallCmsExporterResponseBody |
setData(String data) |
InstallCmsExporterResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Data") public String data
success
@NameInMap(value="RequestId") public String requestId
E7A04B0D-E2CA-59BB-8A9D-D5D349C22BF1
public static InstallCmsExporterResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic InstallCmsExporterResponseBody setData(String data)
public String getData()
public InstallCmsExporterResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.