public class GetFinancialLLMTaskResultResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetFinancialLLMTaskResultResponse() | 
| GetFinancialLLMTaskResultResponse(GetFinancialLLMTaskResultResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| FinancialLLMViolationDetail[] | getDetails()Get 违规明细 | 
| String | getFailureReason()Get 审校任务失败原因,仅当任务失败时有值 | 
| String | getModerationResult()Get 大模型审校结果 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| String[] | getReviewedLabels()Get 本次检测的违规点列表 | 
| String | getStartTime()Get 审校任务开始时间 | 
| String | getStatus()Get 审校任务状态:
- Success: 成功
- Processing: 处理中,请等待
- Failed: 失败 | 
| void | setDetails(FinancialLLMViolationDetail[] Details)Set 违规明细 | 
| void | setFailureReason(String FailureReason)Set 审校任务失败原因,仅当任务失败时有值 | 
| void | setModerationResult(String ModerationResult)Set 大模型审校结果 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setReviewedLabels(String[] ReviewedLabels)Set 本次检测的违规点列表 | 
| void | setStartTime(String StartTime)Set 审校任务开始时间 | 
| void | setStatus(String Status)Set 审校任务状态:
- Success: 成功
- Processing: 处理中,请等待
- Failed: 失败 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GetFinancialLLMTaskResultResponse()
public GetFinancialLLMTaskResultResponse(GetFinancialLLMTaskResultResponse source)
public String getStatus()
public void setStatus(String Status)
Status - 审校任务状态:
- Success: 成功
- Processing: 处理中,请等待
- Failed: 失败public String getModerationResult()
public void setModerationResult(String ModerationResult)
ModerationResult - 大模型审校结果public String getFailureReason()
public void setFailureReason(String FailureReason)
FailureReason - 审校任务失败原因,仅当任务失败时有值public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 审校任务开始时间public String[] getReviewedLabels()
public void setReviewedLabels(String[] ReviewedLabels)
ReviewedLabels - 本次检测的违规点列表public FinancialLLMViolationDetail[] getDetails()
public void setDetails(FinancialLLMViolationDetail[] Details)
Details - 违规明细public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.