public class EventGroupAddRequest extends EventRequest
限定符和类型 | 字段和说明 |
---|---|
java.lang.Long |
groupId |
java.lang.String |
subType |
comment, flag, requestType, userId
构造器和说明 |
---|
EventGroupAddRequest() |
限定符和类型 | 方法和说明 |
---|---|
void |
accept()
同意申请
|
boolean |
contentEquals(java.lang.Object o)
内容是否和另一个相同
|
void |
reject(java.lang.String reason)
拒绝申请
|
getBotAccount, getHttpApi, setBot
@SerializedName(value="group_id") @Expose public java.lang.Long groupId
@SerializedName(value="sub_type") @Expose public java.lang.String subType
public void accept()
EventRequest
accept
在类中 EventRequest
public void reject(java.lang.String reason)
EventRequest
reject
在类中 EventRequest
reason
- 拒绝理由public boolean contentEquals(java.lang.Object o)
ContentComparable
contentEquals
在接口中 ContentComparable
contentEquals
在类中 Event
o
- 另一个