Package | Description |
---|---|
de.malkusch.whoisServerList.api.v1.model.domain |
Domain classes.
|
Modifier and Type | Method and Description |
---|---|
Domain.State |
TopLevelDomain.getState()
Gets the domain state.
|
static Domain.State |
Domain.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Domain.State[] |
Domain.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TopLevelDomain.setState(Domain.State state)
Sets the domain state.
|
Copyright © 2016. All rights reserved.