| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hasChild |
protected String |
id |
protected long |
level |
protected String |
name |
protected String |
networkDomain |
protected String |
parentDomainId |
protected String |
parentDomainName |
| Constructor and Description |
|---|
Domain.Builder() |
| Modifier and Type | Method and Description |
|---|---|
Domain |
build() |
T |
fromDomain(Domain in) |
T |
hasChild(boolean hasChild) |
T |
id(String id) |
T |
level(long level) |
T |
name(String name) |
T |
networkDomain(String networkDomain) |
T |
parentDomainId(String parentDomainId) |
T |
parentDomainName(String parentDomainName) |
protected abstract T |
self() |
protected String id
protected boolean hasChild
protected long level
protected String name
protected String networkDomain
protected String parentDomainId
protected String parentDomainName
protected abstract T self()
public T id(String id)
Domain.getId()public T hasChild(boolean hasChild)
Domain.hasChild()public T level(long level)
Domain.getLevel()public T name(String name)
Domain.getName()public T networkDomain(String networkDomain)
Domain.getNetworkDomain()public T parentDomainId(String parentDomainId)
Domain.getParentDomainId()public T parentDomainName(String parentDomainName)
Domain.getParentDomainName()public Domain build()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.