public abstract static class RecordId.Builder<B extends RecordId.Builder<B>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
fqdn |
protected long |
id |
protected String |
type |
protected String |
zone |
| Constructor and Description |
|---|
RecordId.Builder() |
protected String zone
protected String fqdn
protected String type
protected long id
protected abstract B self()
public B zone(String zone)
Node.getZone()public B fqdn(String fqdn)
Node.getFQDN()public B type(String type)
RecordId.getType()public B id(long id)
RecordId.getId()public RecordId build()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.