public class AgentContainer extends IdentifiedContainer implements Agent
Constructor and Description |
---|
AgentContainer() |
Modifier and Type | Method and Description |
---|---|
String |
address() |
void |
address(String newAddress) |
boolean |
addressPresent() |
boolean |
concurrent() |
void |
concurrent(boolean newConcurrent) |
void |
concurrent(Boolean newConcurrent) |
boolean |
concurrentPresent() |
boolean |
encryptOptions() |
void |
encryptOptions(boolean newEncryptOptions) |
void |
encryptOptions(Boolean newEncryptOptions) |
boolean |
encryptOptionsPresent() |
Host |
host() |
void |
host(Host newHost) |
boolean |
hostPresent() |
List<Option> |
options() |
void |
options(List<Option> newOptions) |
boolean |
optionsPresent() |
BigInteger |
order() |
void |
order(BigInteger newOrder) |
boolean |
orderPresent() |
String |
password() |
void |
password(String newPassword) |
boolean |
passwordPresent() |
BigInteger |
port() |
void |
port(BigInteger newPort) |
boolean |
portPresent() |
String |
type() |
void |
type(String newType) |
boolean |
typePresent() |
String |
username() |
void |
username(String newUsername) |
boolean |
usernamePresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public void address(String newAddress)
public boolean addressPresent()
addressPresent
in interface Agent
public boolean concurrent()
concurrent
in interface Agent
public void concurrent(boolean newConcurrent)
public void concurrent(Boolean newConcurrent)
public boolean concurrentPresent()
concurrentPresent
in interface Agent
public boolean encryptOptions()
encryptOptions
in interface Agent
public void encryptOptions(boolean newEncryptOptions)
public void encryptOptions(Boolean newEncryptOptions)
public boolean encryptOptionsPresent()
encryptOptionsPresent
in interface Agent
public boolean optionsPresent()
optionsPresent
in interface Agent
public BigInteger order()
public void order(BigInteger newOrder)
public boolean orderPresent()
orderPresent
in interface Agent
public void password(String newPassword)
public boolean passwordPresent()
passwordPresent
in interface Agent
public BigInteger port()
public void port(BigInteger newPort)
public boolean portPresent()
portPresent
in interface Agent
public void type(String newType)
public boolean typePresent()
typePresent
in interface Agent
public void username(String newUsername)
public boolean usernamePresent()
usernamePresent
in interface Agent
public void host(Host newHost)
public boolean hostPresent()
hostPresent
in interface Agent
Copyright © 2016. All rights reserved.