类 VertexData


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.6.0")
    public class VertexData
    extends Object
    VertexData
    • 构造器详细资料

      • VertexData

        public VertexData()
    • 方法详细资料

      • getLabel

        @Nonnull
        public String getLabel()
        Get label
        返回:
        label
      • setLabel

        public void setLabel​(String label)
      • setValues

        public void setValues​(List<Property> values)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates the JSON Element and throws an exception if issues found
        参数:
        jsonElement - JSON Element
        抛出:
        IOException - if the JSON Element is invalid with respect to VertexData
      • fromJson

        public static VertexData fromJson​(String jsonString)
                                   throws IOException
        Create an instance of VertexData given an JSON string
        参数:
        jsonString - JSON string
        返回:
        An instance of VertexData
        抛出:
        IOException - if the JSON string is invalid with respect to VertexData
      • toJson

        public String toJson()
        Convert an instance of VertexData to an JSON string
        返回:
        JSON string