程序包 model.resp

类 SignatureEntry

java.lang.Object
model.resp.SignatureEntry

public class SignatureEntry
extends java.lang.Object
  • 字段概要

    字段 
    修饰符和类型 字段 说明
    java.lang.Integer groupLen  
    java.lang.Integer index  
    java.lang.String pubKey  
    java.lang.String type  
  • 构造器概要

    构造器 
    构造器 说明
    SignatureEntry()  
  • 方法概要

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • type

      public java.lang.String type
    • index

      public java.lang.Integer index
    • groupLen

      @SerializedName("group_len") public java.lang.Integer groupLen
    • pubKey

      @SerializedName("pub_key") public java.lang.String pubKey
  • 构造器详细资料