Class UltraGroupChannelUserKickedInfo

  • All Implemented Interfaces:

    
    public class UltraGroupChannelUserKickedInfo
    
                        

    超级群私有频道用户被踢变更信息 Added from version 5.2.4

    Author:

    gusd @Date 2022/06/14

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public UltraGroupChannelChangeInfo changeInfo
      public String userId
      public final static Creator<UltraGroupChannelUserKickedInfo> CREATOR
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      UltraGroupChannelChangeInfo getChangeInfo()
      void setChangeInfo(UltraGroupChannelChangeInfo changeInfo)
      String getUserId()
      void setUserId(String userId)
      int describeContents()
      void writeToParcel(Parcel dest, int flags)
      void readFromParcel(Parcel source)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait