public class ApplyPayerinfoResult extends AbstractModel
Constructor and Description |
---|
ApplyPayerinfoResult() |
ApplyPayerinfoResult(ApplyPayerinfoResult 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 |
getCode()
Get 错误码
|
ApplyPayerinfoData |
getData()
Get 数据
|
void |
setCode(String Code)
Set 错误码
|
void |
setData(ApplyPayerinfoData Data)
Set 数据
|
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 ApplyPayerinfoResult()
public ApplyPayerinfoResult(ApplyPayerinfoResult source)
public String getCode()
public void setCode(String Code)
Code
- 错误码public ApplyPayerinfoData getData()
public void setData(ApplyPayerinfoData Data)
Data
- 数据Copyright © 2021. All rights reserved.