类 VertexMapping


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

      • SERIALIZED_NAME_TYPE_NAME

        public static final String SERIALIZED_NAME_TYPE_NAME
        另请参阅:
        常量字段值
      • SERIALIZED_NAME_INPUTS

        public static final String SERIALIZED_NAME_INPUTS
        另请参阅:
        常量字段值
      • SERIALIZED_NAME_COLUMN_MAPPINGS

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

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

      • VertexMapping

        public VertexMapping()
    • 方法详细资料

      • getTypeName

        @Nullable
        public String getTypeName()
        Get typeName
        返回:
        typeName
      • setTypeName

        public void setTypeName​(String typeName)
      • setInputs

        public void setInputs​(List<String> inputs)
      • setColumnMappings

        public void setColumnMappings​(List<ColumnMapping> columnMappings)
      • 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 VertexMapping
      • fromJson

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

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