public class JoinResult extends Object implements Serializable
Constructor and Description |
---|
JoinResult() |
JoinResult(String gridId,
UserProfile operatorProfile) |
Modifier and Type | Method and Description |
---|---|
String |
getGridId() |
UserProfile |
getOperatorProfile() |
void |
setGridId(String gridId) |
void |
setOperatorProfile(UserProfile operatorProfile) |
public JoinResult()
public JoinResult(String gridId, UserProfile operatorProfile)
public String getGridId()
public void setGridId(String gridId)
public UserProfile getOperatorProfile()
public void setOperatorProfile(UserProfile operatorProfile)