Class MessageAuditInfo

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public MessageAuditType type
      public String project
      public String strategy
      public final static Creator<MessageAuditInfo> CREATOR
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageAuditInfo(MessageAuditType type, String project, String strategy) /~english
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      MessageAuditType getType()
      String getProject()
      String getStrategy()
      String toString()
      int describeContents()
      void writeToParcel(Parcel dest, int flags)
      • Methods inherited from class java.lang.Object

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