Class EdgeNodeLabel

    • Constructor Detail

      • EdgeNodeLabel

        public EdgeNodeLabel()
      • EdgeNodeLabel

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

      • getKey

        public String getKey()
        Get 标签名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Key 标签名称 注意:此字段可能返回 null,表示取不到有效值。
      • setKey

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

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

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

        public Boolean getProtected()
        Get 是否受保护
        Returns:
        Protected 是否受保护
      • setProtected

        public void setProtected​(Boolean Protected)
        Set 是否受保护
        Parameters:
        Protected - 是否受保护