public class CoverageEntry extends Object implements Serializable
Constructor and Description |
---|
CoverageEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getCoverageContext() |
String |
getDescription() |
String |
getFieldName() |
String |
getHost() |
long |
getLowerBound() |
int |
getPort() |
long |
getUpperBound() |
int |
hashCode() |
boolean |
isLowerBoundInclusive() |
boolean |
isUpperBoundInclusive() |
void |
setCoverageContext(byte[] coverageContext) |
void |
setDescription(String description) |
void |
setFieldName(String fieldName) |
void |
setHost(String host) |
void |
setLowerBound(long lowerBound) |
void |
setLowerBoundInclusive(boolean lowerBoundInclusive) |
void |
setPort(int port) |
void |
setUpperBound(long upperBound) |
void |
setUpperBoundInclusive(boolean upperBoundInclusive) |
String |
toString() |
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getFieldName()
public void setFieldName(String fieldName)
public long getLowerBound()
public void setLowerBound(long lowerBound)
public boolean isLowerBoundInclusive()
public void setLowerBoundInclusive(boolean lowerBoundInclusive)
public long getUpperBound()
public void setUpperBound(long upperBound)
public boolean isUpperBoundInclusive()
public void setUpperBoundInclusive(boolean upperBoundInclusive)
public String getDescription()
public void setDescription(String description)
public byte[] getCoverageContext()
public void setCoverageContext(byte[] coverageContext)
Copyright © 2016. All rights reserved.