Class BlockInfoV2

    • Constructor Detail

      • BlockInfoV2

        public BlockInfoV2()
      • BlockInfoV2

        public BlockInfoV2​(BlockInfoV2 source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getIndex

        public Long[] getIndex()
        Get 原文位置 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Index 原文位置 注意:此字段可能返回 null,表示取不到有效值。
      • setIndex

        public void setIndex​(Long[] Index)
        Set 原文位置 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Index - 原文位置 注意:此字段可能返回 null,表示取不到有效值。
      • getSrc

        public String getSrc()
        Get 原文 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Src 原文 注意:此字段可能返回 null,表示取不到有效值。
      • setSrc

        public void setSrc​(String Src)
        Set 原文 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Src - 原文 注意:此字段可能返回 null,表示取不到有效值。
      • getValue

        public String getValue()
        Get 值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Value 值 注意:此字段可能返回 null,表示取不到有效值。
      • setValue

        public void setValue​(String Value)
        Set 值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Value - 值 注意:此字段可能返回 null,表示取不到有效值。
      • getName

        public String getName()
        Get 名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Name 名称 注意:此字段可能返回 null,表示取不到有效值。
      • setName

        public void setName​(String Name)
        Set 名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Name - 名称 注意:此字段可能返回 null,表示取不到有效值。
      • getCode

        public String getCode()
        Get 疾病编码 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Code 疾病编码 注意:此字段可能返回 null,表示取不到有效值。
      • setCode

        public void setCode​(String Code)
        Set 疾病编码 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Code - 疾病编码 注意:此字段可能返回 null,表示取不到有效值。