public class QueryTextStreamResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
end
example:
false
|
Integer |
index
example:
1
|
String |
message
Id of the request
example:
None
|
Integer |
type
example:
1
|
构造器和说明 |
---|
QueryTextStreamResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static QueryTextStreamResponseBody |
build(Map<String,?> map) |
Boolean |
getEnd() |
Integer |
getIndex() |
String |
getMessage() |
Integer |
getType() |
QueryTextStreamResponseBody |
setEnd(Boolean end) |
QueryTextStreamResponseBody |
setIndex(Integer index) |
QueryTextStreamResponseBody |
setMessage(String message) |
QueryTextStreamResponseBody |
setType(Integer type) |
@NameInMap(value="end") public Boolean end
false
@NameInMap(value="index") public Integer index
1
@NameInMap(value="message") public String message
Id of the request
example:None
@NameInMap(value="type") public Integer type
1
public static QueryTextStreamResponseBody build(Map<String,?> map) throws Exception
Exception
public QueryTextStreamResponseBody setEnd(Boolean end)
public Boolean getEnd()
public QueryTextStreamResponseBody setIndex(Integer index)
public Integer getIndex()
public QueryTextStreamResponseBody setMessage(String message)
public String getMessage()
public QueryTextStreamResponseBody setType(Integer type)
public Integer getType()
Copyright © 2024. All rights reserved.