public class RosterItemEntity extends Object
| Constructor and Description |
|---|
RosterItemEntity()
Instantiates a new roster item entity.
|
RosterItemEntity(String jid,
String nickname,
int subscriptionType)
Instantiates a new roster item entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getGroups()
Gets the groups.
|
String |
getJid()
Gets the jid.
|
String |
getNickname()
Gets the nickname.
|
int |
getSubscriptionType()
Gets the subscription type.
|
void |
setGroups(List<String> groups)
Sets the groups.
|
void |
setJid(String jid)
Sets the jid.
|
void |
setNickname(String nickname)
Sets the nickname.
|
void |
setSubscriptionType(int subscriptionType)
Sets the subscription type.
|
public RosterItemEntity()
public String getJid()
public void setJid(String jid)
jid - the new jidpublic String getNickname()
public void setNickname(String nickname)
nickname - the new nicknamepublic int getSubscriptionType()
public void setSubscriptionType(int subscriptionType)
subscriptionType - the new subscription typeCopyright © 2019. All rights reserved.