-
public class GroupShareBean
Describes the shared group data model.
-
-
Method Summary
Modifier and Type Method Description long
getId()
Get group id. void
setId(long id)
Set group id. void
setShare(boolean share)
Set whether the group will be shared. String
getName()
Get group name. void
setName(String name)
Set group name. String
getIconUrl()
Get group icon url. void
setIconUrl(String iconUrl)
Set group icon url. boolean
isShare()
Get whether the group is shared. -
-
Method Detail
-
getId
long getId()
Get group id.
-
setId
void setId(long id)
Set group id.
- Parameters:
id
- group id
-
setShare
void setShare(boolean share)
Set whether the group will be shared.
- Parameters:
share
- describes whether the group is shared
-
getName
String getName()
Get group name.
-
setName
void setName(String name)
Set group name.
- Parameters:
name
- group name
-
getIconUrl
String getIconUrl()
Get group icon url.
-
setIconUrl
void setIconUrl(String iconUrl)
Set group icon url.
- Parameters:
iconUrl
- group icon url
-
isShare
boolean isShare()
Get whether the group is shared.
-
-
-
-