public class EventNoticeGroupBan extends EventNotice
Class created by the HyDEV Team on 2019-10-14!
限定符和类型 | 类和说明 |
---|---|
static class |
EventNoticeGroupBan.BanType |
限定符和类型 | 字段和说明 |
---|---|
java.lang.Long |
duration |
java.lang.Long |
groupId |
java.lang.Long |
operatorId |
EventNoticeGroupBan.BanType |
type |
java.lang.Long |
userId |
noticeType
构造器和说明 |
---|
EventNoticeGroupBan() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
contentEquals(java.lang.Object o)
内容是否和另一个相同
|
getBotAccount, getHttpApi, setBot
@SerializedName(value="sub_type") @Expose public EventNoticeGroupBan.BanType type
@SerializedName(value="group_id") @Expose public java.lang.Long groupId
@SerializedName(value="operator_id") @Expose public java.lang.Long operatorId
@SerializedName(value="user_id") @Expose public java.lang.Long userId
@SerializedName(value="duration") @Expose public java.lang.Long duration
public boolean contentEquals(java.lang.Object o)
ContentComparable
contentEquals
在接口中 ContentComparable
contentEquals
在类中 EventNotice
o
- 另一个