public class ResourceUserDataVO extends AlipayObject
| 构造器和说明 |
|---|
ResourceUserDataVO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getProfileType() |
String |
getProfileValue() |
String |
getReportDate() |
Long |
getUserCnt() |
String |
getUserRatio() |
void |
setProfileType(String profileType) |
void |
setProfileValue(String profileValue) |
void |
setReportDate(String reportDate) |
void |
setUserCnt(Long userCnt) |
void |
setUserRatio(String userRatio) |
public String getProfileType()
public void setProfileType(String profileType)
public String getProfileValue()
public void setProfileValue(String profileValue)
public String getReportDate()
public void setReportDate(String reportDate)
public Long getUserCnt()
public void setUserCnt(Long userCnt)
public String getUserRatio()
public void setUserRatio(String userRatio)
Copyright © 2023. All rights reserved.