public interface TeamInfoResult
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Get the response code
|
java.util.List<java.lang.Long> |
getFailedTeamIdList()
Get the list of failed groups
|
java.util.List<Team> |
getTeamInfoList()
Get the list of groups
|
int getCode()
java.util.List<Team> getTeamInfoList()
java.util.List<java.lang.Long> getFailedTeamIdList()