public class ListOrganizationInvitationsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListOrganizationInvitationsRequest() |
ListOrganizationInvitationsRequest(ListOrganizationInvitationsRequest 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 |
---|---|
Long |
getInvited()
Get 是否被邀请。1:被邀请,0:发出的邀请
|
Long |
getLimit()
Get 限制数目
|
Long |
getOffset()
Get 偏移量
|
void |
setInvited(Long Invited)
Set 是否被邀请。1:被邀请,0:发出的邀请
|
void |
setLimit(Long Limit)
Set 限制数目
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ListOrganizationInvitationsRequest()
public ListOrganizationInvitationsRequest(ListOrganizationInvitationsRequest source)
public Long getInvited()
public void setInvited(Long Invited)
Invited
- 是否被邀请。1:被邀请,0:发出的邀请public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制数目Copyright © 2024. All rights reserved.