public class ValueDetailForDescribeEdgeRankingOutput extends Object
| Constructor and Description |
|---|
ValueDetailForDescribeEdgeRankingOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getItemKey()
Get itemKey
|
Double |
getRatio()
Get ratio
|
Long |
getTimestamp()
Get timestamp
|
Double |
getValue()
Get value
|
int |
hashCode() |
ValueDetailForDescribeEdgeRankingOutput |
itemKey(String itemKey) |
ValueDetailForDescribeEdgeRankingOutput |
ratio(Double ratio) |
void |
setItemKey(String itemKey) |
void |
setRatio(Double ratio) |
void |
setTimestamp(Long timestamp) |
void |
setValue(Double value) |
ValueDetailForDescribeEdgeRankingOutput |
timestamp(Long timestamp) |
String |
toString() |
ValueDetailForDescribeEdgeRankingOutput |
value(Double value) |
public ValueDetailForDescribeEdgeRankingOutput()
public ValueDetailForDescribeEdgeRankingOutput itemKey(String itemKey)
public String getItemKey()
public void setItemKey(String itemKey)
public ValueDetailForDescribeEdgeRankingOutput ratio(Double ratio)
public Double getRatio()
public void setRatio(Double ratio)
public ValueDetailForDescribeEdgeRankingOutput timestamp(Long timestamp)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
public ValueDetailForDescribeEdgeRankingOutput value(Double value)
public Double getValue()
public void setValue(Double value)
Copyright © 2025. All rights reserved.