public class PrefixByAS extends Object implements Serializable
Constructor and Description |
---|
PrefixByAS(String prefix,
Integer prefixLen,
Long originAs,
Date timeStamp,
Long count) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getCount() |
Long |
getOriginAs() |
String |
getPrefix() |
Integer |
getPrefixLen() |
Date |
getTimeStamp() |
int |
hashCode() |
void |
setCount(Long count) |
void |
setOriginAs(Long originAs) |
void |
setPrefix(String prefix) |
void |
setPrefixLen(Integer prefixLen) |
void |
setTimeStamp(Date timeStamp) |
public String getPrefix()
public void setPrefix(String prefix)
public Integer getPrefixLen()
public void setPrefixLen(Integer prefixLen)
public Long getOriginAs()
public void setOriginAs(Long originAs)
public Date getTimeStamp()
public void setTimeStamp(Date timeStamp)
public Integer getCount()
public void setCount(Long count)
Copyright © 2021. All rights reserved.