public class OrgInvitation extends AbstractModel
Constructor and Description |
---|
OrgInvitation() |
OrgInvitation(OrgInvitation source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getExpireTime()
Get Expiration time
|
String |
getHostMail()
Get Creator's email address
|
String |
getHostName()
Get Creator's name
|
Long |
getHostUin()
Get Creator UIN
|
Long |
getId()
Get Invitation ID
|
String |
getInviteTime()
Get Time of invitation
|
String |
getName()
Get Name
|
Long |
getOrgType()
Get Organization type
|
String |
getRemark()
Get Notes
|
Long |
getStatus()
Get Invitation status.
|
Long |
getUin()
Get UIN of the invitee
|
void |
setExpireTime(String ExpireTime)
Set Expiration time
|
void |
setHostMail(String HostMail)
Set Creator's email address
|
void |
setHostName(String HostName)
Set Creator's name
|
void |
setHostUin(Long HostUin)
Set Creator UIN
|
void |
setId(Long Id)
Set Invitation ID
|
void |
setInviteTime(String InviteTime)
Set Time of invitation
|
void |
setName(String Name)
Set Name
|
void |
setOrgType(Long OrgType)
Set Organization type
|
void |
setRemark(String Remark)
Set Notes
|
void |
setStatus(Long Status)
Set Invitation status.
|
void |
setUin(Long Uin)
Set UIN of the invitee
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public OrgInvitation()
public OrgInvitation(OrgInvitation source)
public Long getId()
public void setId(Long Id)
Id
- Invitation IDpublic Long getUin()
public void setUin(Long Uin)
Uin
- UIN of the inviteepublic Long getHostUin()
public void setHostUin(Long HostUin)
HostUin
- Creator UINpublic String getHostName()
public void setHostName(String HostName)
HostName
- Creator's namepublic String getHostMail()
public void setHostMail(String HostMail)
HostMail
- Creator's email addresspublic Long getStatus()
public void setStatus(Long Status)
Status
- Invitation status. `-1`: expired; `0`: normal; `1`: accepted; `2`: invalid; `3`: cancelledpublic String getName()
public void setName(String Name)
Name
- Namepublic String getRemark()
public void setRemark(String Remark)
Remark
- Notespublic Long getOrgType()
public void setOrgType(Long OrgType)
OrgType
- Organization typepublic String getInviteTime()
public void setInviteTime(String InviteTime)
InviteTime
- Time of invitationpublic String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- Expiration timeCopyright © 2023. All rights reserved.