Class BiopsyPart

    • Constructor Detail

      • BiopsyPart

        public BiopsyPart()
      • BiopsyPart

        public BiopsyPart​(BiopsyPart 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

      • getValue

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

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

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

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

        public Coord[] getCoords()
        Get 坐标 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Coords 坐标 注意:此字段可能返回 null,表示取不到有效值。
      • setCoords

        public void setCoords​(Coord[] Coords)
        Set 坐标 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Coords - 坐标 注意:此字段可能返回 null,表示取不到有效值。