public class ReportConversionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ReportConversionRequest()  | 
ReportConversionRequest(ReportConversionRequest 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 | 
|---|---|
Long | 
getConversionTime()
Get The recipient’s reply time in seconds in the format of UNIX timestamp. 
 | 
String | 
getSerialNo()
Get The serial number returned for a message sent. 
 | 
String | 
getSmsSdkAppId()
Get The SMS SdkAppId generated after an application is created in the [SMS console](https://console.cloud.tencent.com/smsv2/app-manage), such as “1400006666”. 
 | 
void | 
setConversionTime(Long ConversionTime)
Set The recipient’s reply time in seconds in the format of UNIX timestamp. 
 | 
void | 
setSerialNo(String SerialNo)
Set The serial number returned for a message sent. 
 | 
void | 
setSmsSdkAppId(String SmsSdkAppId)
Set The SMS SdkAppId generated after an application is created in the [SMS console](https://console.cloud.tencent.com/smsv2/app-manage), such as “1400006666”. 
 | 
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 ReportConversionRequest()
public ReportConversionRequest(ReportConversionRequest source)
public String getSmsSdkAppId()
public void setSmsSdkAppId(String SmsSdkAppId)
SmsSdkAppId - The SMS SdkAppId generated after an application is created in the [SMS console](https://console.cloud.tencent.com/smsv2/app-manage), such as “1400006666”.public String getSerialNo()
public void setSerialNo(String SerialNo)
SerialNo - The serial number returned for a message sent.public Long getConversionTime()
public void setConversionTime(Long ConversionTime)
ConversionTime - The recipient’s reply time in seconds in the format of UNIX timestamp.Copyright © 2025. All rights reserved.