类 VertexRequest


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

      • SERIALIZED_NAME_PRIMARY_KEY_VALUE

        public static final String SERIALIZED_NAME_PRIMARY_KEY_VALUE
        另请参阅:
        常量字段值
      • SERIALIZED_NAME_PROPERTIES

        public static final String SERIALIZED_NAME_PROPERTIES
        另请参阅:
        常量字段值
      • openapiRequiredFields

        public static HashSet<String> openapiRequiredFields
    • 构造器详细资料

      • VertexRequest

        public VertexRequest()
    • 方法详细资料

      • getLabel

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

        public void setLabel​(String label)
      • getPrimaryKeyValue

        @Nullable
        public Object getPrimaryKeyValue()
        Get primaryKeyValue
        返回:
        primaryKeyValue
      • setPrimaryKeyValue

        public void setPrimaryKeyValue​(Object primaryKeyValue)
      • setProperties

        public void setProperties​(PropertyArray properties)
      • 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 VertexRequest
      • fromJson

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

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