public class HostedZone
extends com.threerings.io.SimpleStreamableObject
implements com.threerings.presents.dobj.DSet.Entry
| Modifier and Type | Field and Description |
|---|---|
com.threerings.util.Name |
name
The name of the zone being hosted.
|
int |
zoneId
The unique ID for the zone in question.
|
| Constructor and Description |
|---|
HostedZone() |
HostedZone(int zoneId,
com.threerings.util.Name name) |
| Modifier and Type | Method and Description |
|---|---|
Comparable<?> |
getKey() |
public int zoneId
public com.threerings.util.Name name
public HostedZone()
public HostedZone(int zoneId,
com.threerings.util.Name name)
public Comparable<?> getKey()
getKey in interface com.threerings.presents.dobj.DSet.EntryCopyright © 2015. All rights reserved.