public class Limit
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
int |
days |
|
int |
type |
|
static char |
TYPE_DAILY |
|
static char |
TYPE_MONTHLY |
|
static char |
TYPE_SINGLE |
|
static char |
TYPE_TIME |
|
static char |
TYPE_WEEKLY |
|
Value |
value |
Constructor | Description |
---|---|
Limit() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public static final char TYPE_SINGLE
public static final char TYPE_DAILY
public static final char TYPE_WEEKLY
public static final char TYPE_MONTHLY
public static final char TYPE_TIME
public int type
public Value value
public int days
Copyright © 2018. All rights reserved.