@Generated(value="jsonschema2pojo") public class Choice extends Object
构造器和说明 |
---|
Choice() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object other) |
ChoiceLog |
getAction()
MaasChatChoiceLog
|
String |
getFinishReason()
Finish Reason
|
Integer |
getIndex()
Index
|
Logprobs |
getLogprobs()
Logprobs
|
Message |
getMessage()
MaasChatMessage
|
ChoiceLog |
getObservation()
MaasChatChoiceLog
|
ChoiceLog |
getThought()
MaasChatChoiceLog
|
int |
hashCode() |
void |
setAction(ChoiceLog action)
MaasChatChoiceLog
|
void |
setFinishReason(String finishReason)
Finish Reason
|
void |
setIndex(Integer index)
Index
|
void |
setLogprobs(Logprobs logprobs)
Logprobs
|
void |
setMessage(Message message)
MaasChatMessage
|
void |
setObservation(ChoiceLog observation)
MaasChatChoiceLog
|
void |
setThought(ChoiceLog thought)
MaasChatChoiceLog
|
String |
toString() |
Choice |
withAction(ChoiceLog action) |
Choice |
withFinishReason(String finishReason) |
Choice |
withIndex(Integer index) |
Choice |
withLogprobs(Logprobs logprobs) |
Choice |
withMessage(Message message) |
Choice |
withObservation(ChoiceLog observation) |
Choice |
withThought(ChoiceLog thought) |
public Integer getIndex()
public void setIndex(Integer index)
public Message getMessage()
public void setMessage(Message message)
public String getFinishReason()
public void setFinishReason(String finishReason)
public Logprobs getLogprobs()
public void setLogprobs(Logprobs logprobs)
public ChoiceLog getAction()
public void setAction(ChoiceLog action)
public ChoiceLog getObservation()
public void setObservation(ChoiceLog observation)
public ChoiceLog getThought()
public void setThought(ChoiceLog thought)
Copyright © 2024. All rights reserved.