public class OpenBankFormInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
OpenBankFormInfo() |
OpenBankFormInfo(OpenBankFormInfo 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 |
getFormEncoding()
Get 网银提交页面字符集
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFormHtml()
Get 网银页面提交html
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFormEncoding(String FormEncoding)
Set 网银提交页面字符集
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFormHtml(String FormHtml)
Set 网银页面提交html
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public OpenBankFormInfo()
public OpenBankFormInfo(OpenBankFormInfo source)
public String getFormHtml()
public void setFormHtml(String FormHtml)
FormHtml
- 网银页面提交html
注意:此字段可能返回 null,表示取不到有效值。public String getFormEncoding()
public void setFormEncoding(String FormEncoding)
FormEncoding
- 网银提交页面字符集
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.