public class DecisionForCheckLLMResponseStreamOutput extends Object
| Constructor and Description |
|---|
DecisionForCheckLLMResponseStreamOutput() |
public DecisionForCheckLLMResponseStreamOutput()
public DecisionForCheckLLMResponseStreamOutput action(Integer action)
public Integer getAction()
public void setAction(Integer action)
public DecisionForCheckLLMResponseStreamOutput customMatches(List<CustomMatchForCheckLLMResponseStreamOutput> customMatches)
public DecisionForCheckLLMResponseStreamOutput addCustomMatchesItem(CustomMatchForCheckLLMResponseStreamOutput customMatchesItem)
@Valid public @Valid List<CustomMatchForCheckLLMResponseStreamOutput> getCustomMatches()
public void setCustomMatches(List<CustomMatchForCheckLLMResponseStreamOutput> customMatches)
public DecisionForCheckLLMResponseStreamOutput errCode(Integer errCode)
public Integer getErrCode()
public void setErrCode(Integer errCode)
public DecisionForCheckLLMResponseStreamOutput errMsg(String errMsg)
public String getErrMsg()
public void setErrMsg(String errMsg)
public DecisionForCheckLLMResponseStreamOutput labels(List<String> labels)
public DecisionForCheckLLMResponseStreamOutput addLabelsItem(String labelsItem)
public DecisionForCheckLLMResponseStreamOutput matches(List<MatchForCheckLLMResponseStreamOutput> matches)
public DecisionForCheckLLMResponseStreamOutput addMatchesItem(MatchForCheckLLMResponseStreamOutput matchesItem)
@Valid public @Valid List<MatchForCheckLLMResponseStreamOutput> getMatches()
public void setMatches(List<MatchForCheckLLMResponseStreamOutput> matches)
Copyright © 2025. All rights reserved.