类 EdgeRequest


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

      • SERIALIZED_NAME_SRC_LABEL

        public static final String SERIALIZED_NAME_SRC_LABEL
        另请参阅:
        常量字段值
      • SERIALIZED_NAME_DST_LABEL

        public static final String SERIALIZED_NAME_DST_LABEL
        另请参阅:
        常量字段值
      • SERIALIZED_NAME_EDGE_LABEL

        public static final String SERIALIZED_NAME_EDGE_LABEL
        另请参阅:
        常量字段值
      • SERIALIZED_NAME_SRC_PRIMARY_KEY_VALUE

        public static final String SERIALIZED_NAME_SRC_PRIMARY_KEY_VALUE
        另请参阅:
        常量字段值
      • SERIALIZED_NAME_DST_PRIMARY_KEY_VALUE

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

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

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

      • EdgeRequest

        public EdgeRequest()
    • 方法详细资料

      • getSrcLabel

        @Nonnull
        public String getSrcLabel()
        Get srcLabel
        返回:
        srcLabel
      • setSrcLabel

        public void setSrcLabel​(String srcLabel)
      • getDstLabel

        @Nonnull
        public String getDstLabel()
        Get dstLabel
        返回:
        dstLabel
      • setDstLabel

        public void setDstLabel​(String dstLabel)
      • getEdgeLabel

        @Nonnull
        public String getEdgeLabel()
        Get edgeLabel
        返回:
        edgeLabel
      • setEdgeLabel

        public void setEdgeLabel​(String edgeLabel)
      • srcPrimaryKeyValue

        public EdgeRequest srcPrimaryKeyValue​(Object srcPrimaryKeyValue)
      • getSrcPrimaryKeyValue

        @Nullable
        public Object getSrcPrimaryKeyValue()
        Get srcPrimaryKeyValue
        返回:
        srcPrimaryKeyValue
      • setSrcPrimaryKeyValue

        public void setSrcPrimaryKeyValue​(Object srcPrimaryKeyValue)
      • dstPrimaryKeyValue

        public EdgeRequest dstPrimaryKeyValue​(Object dstPrimaryKeyValue)
      • getDstPrimaryKeyValue

        @Nullable
        public Object getDstPrimaryKeyValue()
        Get dstPrimaryKeyValue
        返回:
        dstPrimaryKeyValue
      • setDstPrimaryKeyValue

        public void setDstPrimaryKeyValue​(Object dstPrimaryKeyValue)
      • setProperties

        public void setProperties​(List<Property> 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 EdgeRequest
      • fromJson

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

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