public class PrimeAnalyticsAssetModel extends ApiModel
| 构造器和说明 |
|---|
PrimeAnalyticsAssetModel(String account) |
PrimeAnalyticsAssetModel(String account,
String secretKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
Currency |
getCurrency() |
String |
getEndDate() |
String |
getSecretKey() |
SegmentType |
getSegType() |
String |
getStartDate() |
String |
getSubAccount() |
void |
setAccount(String account) |
void |
setCurrency(Currency currency) |
void |
setEndDate(String endDate) |
void |
setSecretKey(String secretKey) |
void |
setSegType(SegmentType segType) |
void |
setStartDate(String startDate) |
void |
setSubAccount(String subAccount) |
String |
toString() |
public PrimeAnalyticsAssetModel(String account)
public void setAccount(String account)
setAccount 在类中 ApiModelpublic String getAccount()
getAccount 在类中 ApiModelpublic String getStartDate()
public void setStartDate(String startDate)
public String getEndDate()
public void setEndDate(String endDate)
public SegmentType getSegType()
public void setSegType(SegmentType segType)
public Currency getCurrency()
public void setCurrency(Currency currency)
public String getSubAccount()
public void setSubAccount(String subAccount)
public String getSecretKey()
public void setSecretKey(String secretKey)
Copyright © 2025. All rights reserved.