public class BetweenAttribute extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BetweenAttribute.Builder |
| Constructor and Description |
|---|
BetweenAttribute() |
| Modifier and Type | Method and Description |
|---|---|
static BetweenAttribute.Builder |
builder() |
static BetweenAttribute.Builder |
builder(BetweenAttribute other) |
boolean |
equals(Object o) |
Long |
from() |
int |
hashCode() |
void |
setFrom(Long from) |
void |
setTo(Long to) |
Long |
to() |
String |
toString() |
public Long from()
public Long to()
public void setFrom(Long from)
public void setTo(Long to)
public static BetweenAttribute.Builder builder()
public static BetweenAttribute.Builder builder(BetweenAttribute other)
Copyright © 2017. All rights reserved.