public class InquireAuditCreditResponse extends AbstractModel
Constructor and Description |
---|
InquireAuditCreditResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getAuditAmount()
Get Number of tracking sets that can be created
|
String |
getRequestId()
Get Unique ID of the request.
|
void |
setAuditAmount(Long AuditAmount)
Set Number of tracking sets that can be created
|
void |
setRequestId(String RequestId)
Set Unique ID of the request.
|
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 Long getAuditAmount()
public void setAuditAmount(Long AuditAmount)
AuditAmount
- Number of tracking sets that can be createdpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- Unique ID of the request. Each request returns a unique ID. The RequestId is required to troubleshoot issues.Copyright © 2020. All rights reserved.