public class AuthForListInvitationOutput extends Object
| Constructor and Description |
|---|
AuthForListInvitationOutput() |
| Modifier and Type | Method and Description |
|---|---|
AuthForListInvitationOutput |
addAuthListItem(Integer authListItem) |
AuthForListInvitationOutput |
authID(String authID) |
AuthForListInvitationOutput |
authList(List<Integer> authList) |
boolean |
equals(Object o) |
String |
getAuthID()
Get authID
|
List<Integer> |
getAuthList()
Get authList
|
Integer |
getMajorAccountID()
Get majorAccountID
|
String |
getRelationID()
Get relationID
|
Integer |
getSubAccountID()
Get subAccountID
|
int |
hashCode() |
AuthForListInvitationOutput |
majorAccountID(Integer majorAccountID) |
AuthForListInvitationOutput |
relationID(String relationID) |
void |
setAuthID(String authID) |
void |
setAuthList(List<Integer> authList) |
void |
setMajorAccountID(Integer majorAccountID) |
void |
setRelationID(String relationID) |
void |
setSubAccountID(Integer subAccountID) |
AuthForListInvitationOutput |
subAccountID(Integer subAccountID) |
String |
toString() |
public AuthForListInvitationOutput authID(String authID)
public String getAuthID()
public void setAuthID(String authID)
public AuthForListInvitationOutput authList(List<Integer> authList)
public AuthForListInvitationOutput addAuthListItem(Integer authListItem)
public AuthForListInvitationOutput majorAccountID(Integer majorAccountID)
public Integer getMajorAccountID()
public void setMajorAccountID(Integer majorAccountID)
public AuthForListInvitationOutput relationID(String relationID)
public String getRelationID()
public void setRelationID(String relationID)
public AuthForListInvitationOutput subAccountID(Integer subAccountID)
public Integer getSubAccountID()
public void setSubAccountID(Integer subAccountID)
Copyright © 2025. All rights reserved.