public class GetViewDDLResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetViewDDLResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetViewDDLResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getSQL() |
GetViewDDLResponseBody |
setRequestId(String requestId) |
GetViewDDLResponseBody |
setSQL(String SQL) |
@NameInMap(value="RequestId") public String requestId
Id of the request
@NameInMap(value="SQL") public String SQL
public static GetViewDDLResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetViewDDLResponseBody setRequestId(String requestId)
public String getRequestId()
public GetViewDDLResponseBody setSQL(String SQL)
public String getSQL()
Copyright © 2023. All rights reserved.