public class Processes extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Processes() | 
| Processes(Processes 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 | 
|---|---|
| String | getMessage()Get 输出信息 | 
| Long | getNum()Get 当状态是recall和quote,会给出来相关数量 | 
| String | getState()Get plan:开始获取资料…
recall:找到 n 篇相关资料
quote:引用 n 篇资料作为参考 | 
| void | setMessage(String Message)Set 输出信息 | 
| void | setNum(Long Num)Set 当状态是recall和quote,会给出来相关数量 | 
| void | setState(String State)Set plan:开始获取资料…
recall:找到 n 篇相关资料
quote:引用 n 篇资料作为参考 | 
| 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 Processes()
public Processes(Processes source)
public String getMessage()
public void setMessage(String Message)
Message - 输出信息public String getState()
public void setState(String State)
State - plan:开始获取资料…
recall:找到 n 篇相关资料
quote:引用 n 篇资料作为参考public Long getNum()
public void setNum(Long Num)
Num - 当状态是recall和quote,会给出来相关数量Copyright © 2025. All rights reserved.