public class Statement
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
Statement() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Statement |
build(Map<String,?> map) |
Long |
getAliyunUid() |
String |
getCode() |
String |
getCodeState() |
String |
getCodeType() |
Long |
getEndTime() |
String |
getError() |
Boolean |
getHaveRows() |
String |
getOutput() |
String |
getResourceGroup() |
Long |
getSessionId() |
Long |
getStartTime() |
Long |
getStatementId() |
Long |
getTotalCount() |
Statement |
setAliyunUid(Long aliyunUid) |
Statement |
setCode(String code) |
Statement |
setCodeState(String codeState) |
Statement |
setCodeType(String codeType) |
Statement |
setEndTime(Long endTime) |
Statement |
setError(String error) |
Statement |
setHaveRows(Boolean haveRows) |
Statement |
setOutput(String output) |
Statement |
setResourceGroup(String resourceGroup) |
Statement |
setSessionId(Long sessionId) |
Statement |
setStartTime(Long startTime) |
Statement |
setStatementId(Long statementId) |
Statement |
setTotalCount(Long totalCount) |
@NameInMap(value="AliyunUid") public Long aliyunUid
@NameInMap(value="Code") public String code
@NameInMap(value="CodeState") public String codeState
@NameInMap(value="CodeType") public String codeType
@NameInMap(value="EndTime") public Long endTime
@NameInMap(value="Error") public String error
@NameInMap(value="HaveRows") public Boolean haveRows
@NameInMap(value="Output") public String output
@NameInMap(value="ResourceGroup") public String resourceGroup
@NameInMap(value="SessionId") public Long sessionId
@NameInMap(value="StartTime") public Long startTime
@NameInMap(value="StatementId") public Long statementId
@NameInMap(value="TotalCount") public Long totalCount
public Long getAliyunUid()
public String getCode()
public String getCodeState()
public String getCodeType()
public Long getEndTime()
public String getError()
public Boolean getHaveRows()
public String getOutput()
public String getResourceGroup()
public Long getSessionId()
public Long getStartTime()
public Long getStatementId()
public Long getTotalCount()
Copyright © 2023. All rights reserved.