Enum DouyinCmdEnum
java.lang.Object
java.lang.Enum<DouyinCmdEnum>
tech.ordinaryroad.live.chat.client.codec.douyin.constant.DouyinCmdEnum
- All Implemented Interfaces:
Serializable,Comparable<DouyinCmdEnum>,java.lang.constant.Constable
- Author:
- mjz
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription弹幕直播状态变化粉丝团礼物点赞入房房间信息关注tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.DouyinWebcastSocialMessageMsgOuterClass.DouyinWebcastSocialMessageMsg#getAction()=1、分享tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.DouyinWebcastSocialMessageMsgOuterClass.DouyinWebcastSocialMessageMsg#getAction()=3 -
Method Summary
Modifier and TypeMethodDescriptionstatic DouyinCmdEnumstatic DouyinCmdEnumReturns the enum constant of this type with the specified name.static DouyinCmdEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
WebcastChatMessage
弹幕 -
WebcastGiftMessage
礼物 -
WebcastLikeMessage
点赞 -
WebcastMemberMessage
入房 -
WebcastRoomStatsMessage
房间信息 -
WebcastSocialMessage
关注tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.DouyinWebcastSocialMessageMsgOuterClass.DouyinWebcastSocialMessageMsg#getAction()=1、分享tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.DouyinWebcastSocialMessageMsgOuterClass.DouyinWebcastSocialMessageMsg#getAction()=3 -
WebcastRoomUserSeqMessage
-
WebcastFansclubMessage
粉丝团 -
WebcastControlMessage
直播状态变化
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getByName
-