@Generated(value="jsonschema2pojo") public class ClassificationResp extends BaseResponse
| 构造器和说明 |
|---|
ClassificationResp() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object other) |
Error |
getError()
Error
|
String |
getLabel()
Label
|
Map<String,LabelLogprobosValue> |
getLabelLogprobos()
Label Logprobos
|
Usage |
getUsage()
Usage
|
int |
hashCode() |
void |
setError(Error error)
Error
|
void |
setLabel(String label)
Label
|
void |
setLabelLogprobos(Map<String,LabelLogprobosValue> labelLogprobos)
Label Logprobos
|
void |
setUsage(Usage usage)
Usage
|
String |
toString() |
ClassificationResp |
withError(Error error) |
ClassificationResp |
withLabel(String label) |
ClassificationResp |
withLabelLogprobos(Map<String,LabelLogprobosValue> labelLogprobos) |
ClassificationResp |
withUsage(Usage usage) |
getRequestId, setRequestIdpublic String getLabel()
public void setLabel(String label)
public ClassificationResp withLabel(String label)
public Map<String,LabelLogprobosValue> getLabelLogprobos()
public void setLabelLogprobos(Map<String,LabelLogprobosValue> labelLogprobos)
public ClassificationResp withLabelLogprobos(Map<String,LabelLogprobosValue> labelLogprobos)
public Usage getUsage()
public void setUsage(Usage usage)
public ClassificationResp withUsage(Usage usage)
public Error getError()
public void setError(Error error)
public ClassificationResp withError(Error error)
Copyright © 2025. All rights reserved.