-
public class RoomAuthBean
The bean of room auth.
-
-
Constructor Summary
Constructors Constructor Description RoomAuthBean()
RoomAuthBean(Parcel in)
-
Method Summary
-
-
Method Detail
-
setAuth
void setAuth(boolean auth)
-
getName
String getName()
-
setName
void setName(String name)
-
getRoomId
long getRoomId()
-
setRoomId
void setRoomId(long roomId)
-
getType
int getType()
-
setType
void setType(int type)
-
isAuth
boolean isAuth()
-
toString
String toString()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-