public class OutputRecognizeEffectiveFlow extends AbstractModel
Constructor and Description |
---|
OutputRecognizeEffectiveFlow() |
OutputRecognizeEffectiveFlow(OutputRecognizeEffectiveFlow 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 |
---|---|
Long |
getCode()
Get 返回码。0表示成功,非0标识失败错误码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMessage()
Get UTF-8编码,出错消息。
注意:此字段可能返回 null,表示取不到有效值。
|
OutputRecognizeEffectiveFlowValue |
getValue()
Get 业务入参
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCode(Long Code)
Set 返回码。0表示成功,非0标识失败错误码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMessage(String Message)
Set UTF-8编码,出错消息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(OutputRecognizeEffectiveFlowValue Value)
Set 业务入参
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public OutputRecognizeEffectiveFlow()
public OutputRecognizeEffectiveFlow(OutputRecognizeEffectiveFlow source)
public Long getCode()
public void setCode(Long Code)
Code
- 返回码。0表示成功,非0标识失败错误码
注意:此字段可能返回 null,表示取不到有效值。public String getMessage()
public void setMessage(String Message)
Message
- UTF-8编码,出错消息。
注意:此字段可能返回 null,表示取不到有效值。public OutputRecognizeEffectiveFlowValue getValue()
public void setValue(OutputRecognizeEffectiveFlowValue Value)
Value
- 业务入参
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.