public class ServiceModeConfig
extends java.lang.Object
implements java.io.Serializable
RemoteApiVersion.VERSION_1_24
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ServiceModeConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
ServiceGlobalModeOptions |
getGlobal() |
ServiceMode |
getMode() |
ServiceReplicatedModeOptions |
getReplicated() |
int |
hashCode() |
java.lang.String |
toString() |
ServiceModeConfig |
withGlobal(ServiceGlobalModeOptions global) |
ServiceModeConfig |
withReplicated(ServiceReplicatedModeOptions replicated) |
public static final long serialVersionUID
@CheckForNull public ServiceMode getMode()
@CheckForNull public ServiceReplicatedModeOptions getReplicated()
public ServiceModeConfig withReplicated(ServiceReplicatedModeOptions replicated)
@CheckForNull public ServiceGlobalModeOptions getGlobal()
public ServiceModeConfig withGlobal(ServiceGlobalModeOptions global)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2018. All Rights Reserved.