public class Response extends Object
Constructor and Description |
---|
Response(SimpleString groupId,
SimpleString clusterName) |
Response(SimpleString groupId,
SimpleString clusterName,
SimpleString alternativeClusterName) |
Modifier and Type | Method and Description |
---|---|
SimpleString |
getAlternativeClusterName() |
SimpleString |
getChosenClusterName() |
SimpleString |
getClusterName() |
SimpleString |
getGroupId() |
long |
getTimeUsed() |
boolean |
isAccepted() |
String |
toString() |
void |
use() |
public Response(SimpleString groupId, SimpleString clusterName)
public Response(SimpleString groupId, SimpleString clusterName, SimpleString alternativeClusterName)
public void use()
public long getTimeUsed()
public boolean isAccepted()
public SimpleString getClusterName()
public SimpleString getAlternativeClusterName()
public SimpleString getChosenClusterName()
public SimpleString getGroupId()
Copyright © 2018 JBoss by Red Hat. All rights reserved.