public class ExcludeRange extends Object implements Serializable
Constructor and Description |
---|
ExcludeRange() |
ExcludeRange(String begin,
String end) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getBegin() |
String |
getEnd() |
Optional<String> |
getLocation() |
int |
hashCode() |
void |
setBegin(String begin) |
void |
setEnd(String end) |
void |
setLocation(String location) |
String |
toString() |
Copyright © 2021. All rights reserved.