Package io.rong.push

Class TokenBean

  • All Implemented Interfaces:

    
    public class TokenBean
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public PushType type
      public String token
    • Constructor Summary

      Constructors 
      Constructor Description
      TokenBean(PushType type, String token)
      TokenBean(PushType type, String token, boolean report)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      PushType getType()
      String getToken()
      void setToken(String token)
      boolean isReport()
      void updateReport()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TokenBean

        TokenBean(PushType type, String token)
      • TokenBean

        TokenBean(PushType type, String token, boolean report)