Package io.rong.imlib.model
        Class Group
- 
                    
                    - All Implemented Interfaces:
 
 public class GroupGroup entity, used to contain and store group information. 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public Stringidpublic Stringnamepublic Stringextrapublic UriportraitUripublic final static Creator<Group>CREATOR
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringgetId()Retrieves the group ID. voidsetId(String id)Sets the group ID. StringgetName()Retrieves the group name. voidsetName(String name)Sets the group name. StringgetExtra()voidsetExtra(String extra)UrigetPortraitUri()Retrieves the group avatar. voidsetPortraitUri(Uri uri)Sets the group avatar. intdescribeContents()Describes the type of special objects included in the arrangement information of the Parcelable object. voidwriteToParcel(Parcel dest, int flags)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getIdString getId() Retrieves the group ID. - Returns:
- The group ID. 
 
 - 
                                        setIdvoid setId(String id) Sets the group ID. - Parameters:
- id- The group ID.
 
 - 
                                        getNameString getName() Retrieves the group name. - Returns:
- The group name. 
 
 - 
                                        setNamevoid setName(String name) Sets the group name. - Parameters:
- name- The group name.
 
 - 
                                        getExtraString getExtra() 
 - 
                                        setExtravoid setExtra(String extra) 
 - 
                                        getPortraitUriUri getPortraitUri() Retrieves the group avatar. - Returns:
- The group avatar. 
 
 - 
                                        setPortraitUrivoid setPortraitUri(Uri uri) Sets the group avatar. - Parameters:
- uri- The group avatar.
 
 - 
                                        describeContentsint describeContents() Describes the type of special objects included in the arrangement information of the Parcelable object. - Returns:
- A flag indicating the arrangement of the special object type collection in the Parcelable object. 
 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-