public static final class DOFOperation.Bridge.Config extends java.lang.Object implements DOFImmutable, java.io.Serializable
DOFOperation.Bridge.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 |
DOFOperation.Bridge.Config.Builder
This class can be used to build a new
DOFOperation.Bridge.Config |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
DOFCredentials |
getCredentials()
Get the credentials of the bridge.
|
DOFPermissionSet |
getPermissions()
Get the initial permissions of the bridge.
|
int |
hashCode() |
boolean |
isPermissionsExtendAllowed()
Whether the permissions can be extended or not.
|
public DOFCredentials getCredentials()
public DOFPermissionSet getPermissions()
public boolean isPermissionsExtendAllowed()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object