Modifier and Type | Method and Description |
---|---|
Host |
build() |
Host.Builder |
clearInlinks()
Clears the value of the 'inlinks' field
|
Host.Builder |
clearMetadata()
Clears the value of the 'metadata' field
|
Host.Builder |
clearOutlinks()
Clears the value of the 'outlinks' field
|
Map<CharSequence,CharSequence> |
getInlinks()
Gets the value of the 'inlinks' field
|
Map<CharSequence,ByteBuffer> |
getMetadata()
Gets the value of the 'metadata' field
|
Map<CharSequence,CharSequence> |
getOutlinks()
Gets the value of the 'outlinks' field
|
boolean |
hasInlinks()
Checks whether the 'inlinks' field has been set
|
boolean |
hasMetadata()
Checks whether the 'metadata' field has been set
|
boolean |
hasOutlinks()
Checks whether the 'outlinks' field has been set
|
Host.Builder |
setInlinks(Map<CharSequence,CharSequence> value)
Sets the value of the 'inlinks' field
|
Host.Builder |
setMetadata(Map<CharSequence,ByteBuffer> value)
Sets the value of the 'metadata' field
|
Host.Builder |
setOutlinks(Map<CharSequence,CharSequence> value)
Sets the value of the 'outlinks' field
|
public Map<CharSequence,ByteBuffer> getMetadata()
public Host.Builder setMetadata(Map<CharSequence,ByteBuffer> value)
public boolean hasMetadata()
public Host.Builder clearMetadata()
public Map<CharSequence,CharSequence> getOutlinks()
public Host.Builder setOutlinks(Map<CharSequence,CharSequence> value)
public boolean hasOutlinks()
public Host.Builder clearOutlinks()
public Map<CharSequence,CharSequence> getInlinks()
public Host.Builder setInlinks(Map<CharSequence,CharSequence> value)
public boolean hasInlinks()
public Host.Builder clearInlinks()
Copyright © 2015 The Apache Software Foundation