public class IdDTO extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
IdDTO()  | 
IdDTO(IdDTO 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 | 
getAccessKey()
Get key
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getId()
Get Request ID. 
 | 
Long | 
getProjectId()
Get id
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getTranId()
Get Transaction ID. 
 | 
Long | 
getTranStatus()
Get Transaction status. 
 | 
void | 
setAccessKey(String AccessKey)
Set key
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setId(Long Id)
Set Request ID. 
 | 
void | 
setProjectId(Long ProjectId)
Set id
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTranId(String TranId)
Set Transaction ID. 
 | 
void | 
setTranStatus(Long TranStatus)
Set Transaction status. 
 | 
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, toJsonStringpublic IdDTO()
public IdDTO(IdDTO source)
public Long getId()
public void setId(Long Id)
Id - Request ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getAccessKey()
public void setAccessKey(String AccessKey)
AccessKey - key
Note: This field may return null, indicating that no valid values can be obtained.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - id
Note: This field may return null, indicating that no valid values can be obtained.public String getTranId()
public void setTranId(String TranId)
TranId - Transaction ID.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTranStatus()
public void setTranStatus(Long TranStatus)
TranStatus - Transaction status.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.