public class ConversionDataIntlRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
conversionRate
The conversion rate.
|
Long |
ownerId |
Long |
reportTime
The time point at which the conversion rate is monitored.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
| 构造器和说明 |
|---|
ConversionDataIntlRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConversionDataIntlRequest |
build(Map<String,?> map) |
String |
getConversionRate() |
Long |
getOwnerId() |
Long |
getReportTime() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ConversionDataIntlRequest |
setConversionRate(String conversionRate) |
ConversionDataIntlRequest |
setOwnerId(Long ownerId) |
ConversionDataIntlRequest |
setReportTime(Long reportTime) |
ConversionDataIntlRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ConversionDataIntlRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="ConversionRate") public String conversionRate
The conversion rate.
The value of this parameter is a double, and ranges from 0 to 1.
This parameter is required.
example:0.53
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ReportTime") public Long reportTime
The time point at which the conversion rate is monitored. The value is a UNIX timestamp. Unit: milliseconds.
example:If you do not specify this parameter, the current timestamp is used by default.
1349055900000
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ConversionDataIntlRequest build(Map<String,?> map) throws Exception
Exceptionpublic ConversionDataIntlRequest setConversionRate(String conversionRate)
public String getConversionRate()
public ConversionDataIntlRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ConversionDataIntlRequest setReportTime(Long reportTime)
public Long getReportTime()
public ConversionDataIntlRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ConversionDataIntlRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.