@Entity public class BmpStatsByPrefix extends Object implements Serializable
Constructor and Description |
---|
BmpStatsByPrefix() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getId() |
String |
getPeerHashId() |
String |
getPrefix() |
Integer |
getPrefixLen() |
Date |
getTimestamp() |
Long |
getUpdates() |
Long |
getWithdraws() |
int |
hashCode() |
void |
setId(Long id) |
void |
setPeerHashId(String peerHashId) |
void |
setPrefix(String prefix) |
void |
setPrefixLen(Integer prefixLen) |
void |
setTimestamp(Date timestamp) |
void |
setUpdates(Long updates) |
void |
setWithdraws(Long withdraws) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getPeerHashId()
public void setPeerHashId(String peerHashId)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public Long getUpdates()
public void setUpdates(Long updates)
public Long getWithdraws()
public void setWithdraws(Long withdraws)
public String getPrefix()
public void setPrefix(String prefix)
public Integer getPrefixLen()
public void setPrefixLen(Integer prefixLen)
Copyright © 2021. All rights reserved.