Class DebugTestInfo


  • public class DebugTestInfo
    extends Object
    • Field Detail

      • testId

        @Expose
        @SerializedName("test_id")
        public Long testId
      • controlKey

        @Expose
        @SerializedName("control_key")
        public String controlKey
      • startTime

        @Expose
        @SerializedName("start_time")
        public String startTime
      • token

        @Expose
        @SerializedName("token")
        public String token
      • address

        @Expose
        @SerializedName("address")
        public String address
    • Constructor Detail

      • DebugTestInfo

        public DebugTestInfo()