public class ExposureCountFunnelStruct extends Object
| 构造器和说明 |
|---|
ExposureCountFunnelStruct() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Long |
getRankCategory()
Get rankCategory
|
Long |
getRankOverall()
Get rankOverall
|
Long |
getScore()
Get score
|
String |
getScoreDesc()
Get scoreDesc
|
Double |
getValue()
Get value
|
int |
hashCode() |
ExposureCountFunnelStruct |
rankCategory(Long rankCategory) |
ExposureCountFunnelStruct |
rankOverall(Long rankOverall) |
ExposureCountFunnelStruct |
score(Long score) |
ExposureCountFunnelStruct |
scoreDesc(String scoreDesc) |
void |
setRankCategory(Long rankCategory) |
void |
setRankOverall(Long rankOverall) |
void |
setScore(Long score) |
void |
setScoreDesc(String scoreDesc) |
void |
setValue(Double value) |
String |
toString() |
ExposureCountFunnelStruct |
value(Double value) |
public ExposureCountFunnelStruct value(Double value)
public Double getValue()
public void setValue(Double value)
public ExposureCountFunnelStruct score(Long score)
public Long getScore()
public void setScore(Long score)
public ExposureCountFunnelStruct scoreDesc(String scoreDesc)
public String getScoreDesc()
public void setScoreDesc(String scoreDesc)
public ExposureCountFunnelStruct rankCategory(Long rankCategory)
public Long getRankCategory()
public void setRankCategory(Long rankCategory)
public ExposureCountFunnelStruct rankOverall(Long rankOverall)
public Long getRankOverall()
public void setRankOverall(Long rankOverall)
Copyright © 2020. All rights reserved.