@Generated(value="jsonschema2pojo") public class ChatResp extends BaseResponse
构造器和说明 |
---|
ChatResp() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object other) |
List<Choice> |
getChoices()
Choices
|
Error |
getError()
Error
|
Map<String,String> |
getExtra()
Extra
|
Usage |
getUsage()
Usage
|
int |
hashCode() |
void |
setChoices(List<Choice> choices)
Choices
|
void |
setError(Error error)
Error
|
void |
setExtra(Map<String,String> extra)
Extra
|
void |
setUsage(Usage usage)
Usage
|
String |
toString() |
ChatResp |
withChoices(List<Choice> choices) |
ChatResp |
withError(Error error) |
ChatResp |
withExtra(Map<String,String> extra) |
ChatResp |
withUsage(Usage usage) |
getRequestId, setRequestId
Copyright © 2024. All rights reserved.