@ProviderType
public class ClusterGroupSoap
extends Object
implements Serializable
Constructor and Description |
---|
ClusterGroupSoap() |
Modifier and Type | Method and Description |
---|---|
long |
getClusterGroupId() |
String |
getClusterNodeIds() |
long |
getMvccVersion() |
String |
getName() |
long |
getPrimaryKey() |
boolean |
getWholeCluster() |
boolean |
isWholeCluster() |
void |
setClusterGroupId(long clusterGroupId) |
void |
setClusterNodeIds(String clusterNodeIds) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(String name) |
void |
setPrimaryKey(long pk) |
void |
setWholeCluster(boolean wholeCluster) |
static ClusterGroupSoap |
toSoapModel(ClusterGroup model) |
static ClusterGroupSoap[] |
toSoapModels(ClusterGroup[] models) |
static ClusterGroupSoap[][] |
toSoapModels(ClusterGroup[][] models) |
static ClusterGroupSoap[] |
toSoapModels(List<ClusterGroup> models) |
public static ClusterGroupSoap toSoapModel(ClusterGroup model)
public static ClusterGroupSoap[] toSoapModels(ClusterGroup[] models)
public static ClusterGroupSoap[][] toSoapModels(ClusterGroup[][] models)
public static ClusterGroupSoap[] toSoapModels(List<ClusterGroup> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getClusterGroupId()
public void setClusterGroupId(long clusterGroupId)
public String getName()
public void setName(String name)
public String getClusterNodeIds()
public void setClusterNodeIds(String clusterNodeIds)
public boolean getWholeCluster()
public boolean isWholeCluster()
public void setWholeCluster(boolean wholeCluster)