Class CrashReportCategory.Entry

  • Enclosing class:
    CrashReportCategory

    static class CrashReportCategory.Entry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String key  
      private java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(java.lang.String p_i1352_1_, java.lang.Object p_i1352_2_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

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

      • key

        private final java.lang.String key
      • value

        private final java.lang.String value
    • Constructor Detail

      • Entry

        public Entry​(java.lang.String p_i1352_1_,
                     @Nullable
                     java.lang.Object p_i1352_2_)
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • getValue

        public java.lang.String getValue()