public class BrazilCardInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
BrazilCardInfo() |
BrazilCardInfo(BrazilCardInfo 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 |
---|---|
BrazilDriverLicenseInfo |
getDriverLicense()
Get Driver license document.
|
BrazilIDCardInfo |
getIDCard()
Get ID card document.
|
BrazilRNEInfo |
getRNE()
Get RNE document.
|
BrazilRNMInfo |
getRNM()
Get Specifies the document.
|
void |
setDriverLicense(BrazilDriverLicenseInfo DriverLicense)
Set Driver license document.
|
void |
setIDCard(BrazilIDCardInfo IDCard)
Set ID card document.
|
void |
setRNE(BrazilRNEInfo RNE)
Set RNE document.
|
void |
setRNM(BrazilRNMInfo RNM)
Set Specifies the document.
|
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 BrazilCardInfo()
public BrazilCardInfo(BrazilCardInfo source)
public BrazilRNEInfo getRNE()
public void setRNE(BrazilRNEInfo RNE)
RNE
- RNE document.
Note: This field may return null, indicating that no valid values can be obtained.public BrazilRNMInfo getRNM()
public void setRNM(BrazilRNMInfo RNM)
RNM
- Specifies the document.
Note: This field may return null, indicating that no valid values can be obtained.public BrazilDriverLicenseInfo getDriverLicense()
public void setDriverLicense(BrazilDriverLicenseInfo DriverLicense)
DriverLicense
- Driver license document.
Note: This field may return null, indicating that no valid values can be obtained.public BrazilIDCardInfo getIDCard()
public void setIDCard(BrazilIDCardInfo IDCard)
IDCard
- ID card document.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.