类 EdgeData


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

      • 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
    • 构造器详细资料

      • EdgeData

        public EdgeData()
    • 方法详细资料

      • 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 EdgeData srcPrimaryKeyValue​(Object srcPrimaryKeyValue)
      • getSrcPrimaryKeyValue

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

        public void setSrcPrimaryKeyValue​(Object srcPrimaryKeyValue)
      • dstPrimaryKeyValue

        public EdgeData dstPrimaryKeyValue​(Object dstPrimaryKeyValue)
      • getDstPrimaryKeyValue

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

        public void setDstPrimaryKeyValue​(Object dstPrimaryKeyValue)
      • addPropertiesItem

        public EdgeData addPropertiesItem​(Property propertiesItem)
      • 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 EdgeData
      • fromJson

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

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