public static final class DOFDomain.Config extends java.lang.Object implements DOFImmutable, java.io.Serializable
DOFDomain.Config.Builder
. This class is immutable once built.
Any changes will need to be made using the Builder.Builder(Config) constructor.Modifier and Type | Class and Description |
---|---|
static class |
DOFDomain.Config.Builder
This class is the builder for a
DOFDomain.Config . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
DOFCredentials |
getCredentials()
Returns the credentials of the Config.
|
int |
getMaxSilence()
Returns the max silence of the config.
|
java.lang.String |
getName()
Return the name of the domain.
|
int |
getRetryPeriod()
Returns the retry period of the config.
|
int |
hashCode() |
boolean |
isDiscoverRemote()
Returns whether this domain will discover related domains.
|
public java.lang.String getName()
public DOFCredentials getCredentials()
public int getMaxSilence()
public int getRetryPeriod()
public boolean isDiscoverRemote()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object