public class CompeteWinRateFunnelStruct extends Object
| 构造器和说明 |
|---|
CompeteWinRateFunnelStruct() |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
CompeteWinRateFunnelStruct |
rankCategory(Long rankCategory) |
CompeteWinRateFunnelStruct |
rankOverall(Long rankOverall) |
CompeteWinRateFunnelStruct |
score(Long score) |
CompeteWinRateFunnelStruct |
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() |
CompeteWinRateFunnelStruct |
value(Double value) |
public CompeteWinRateFunnelStruct value(Double value)
public Double getValue()
public void setValue(Double value)
public CompeteWinRateFunnelStruct score(Long score)
public Long getScore()
public void setScore(Long score)
public CompeteWinRateFunnelStruct scoreDesc(String scoreDesc)
public String getScoreDesc()
public void setScoreDesc(String scoreDesc)
public CompeteWinRateFunnelStruct rankCategory(Long rankCategory)
public Long getRankCategory()
public void setRankCategory(Long rankCategory)
public CompeteWinRateFunnelStruct rankOverall(Long rankOverall)
public Long getRankOverall()
public void setRankOverall(Long rankOverall)
Copyright © 2020. All rights reserved.