Class Attribute


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.7.0")
    public class Attribute
    extends Object
    Attribute
    • Constructor Detail

      • Attribute

        public Attribute()
    • Method Detail

      • setDryRun

        public void setDryRun​(Boolean dryRun)
      • setUpsert

        public void setUpsert​(Boolean upsert)
      • getErrorMessage

        @Nullable
        public String getErrorMessage()
        Get errorMessage
        Returns:
        errorMessage
      • setErrorMessage

        public void setErrorMessage​(String errorMessage)
      • getTotalProcessed

        @Nullable
        public Integer getTotalProcessed()
        Get totalProcessed
        Returns:
        totalProcessed
      • setTotalProcessed

        public void setTotalProcessed​(Integer totalProcessed)
      • getTotalRows

        @Nullable
        public Integer getTotalRows()
        Get totalRows
        Returns:
        totalRows
      • setTotalRows

        public void setTotalRows​(Integer totalRows)
      • getUpdatedValid

        @Nullable
        public Integer getUpdatedValid()
        Get updatedValid
        Returns:
        updatedValid
      • setUpdatedValid

        public void setUpdatedValid​(Integer updatedValid)
      • getUpdatedNoEmail

        @Nullable
        public Integer getUpdatedNoEmail()
        Get updatedNoEmail
        Returns:
        updatedNoEmail
      • setUpdatedNoEmail

        public void setUpdatedNoEmail​(Integer updatedNoEmail)
      • getUpdatedInvalid

        @Nullable
        public Integer getUpdatedInvalid()
        Get updatedInvalid
        Returns:
        updatedInvalid
      • setUpdatedInvalid

        public void setUpdatedInvalid​(Integer updatedInvalid)
      • skippedDuplicate

        public Attribute skippedDuplicate​(Integer skippedDuplicate)
      • getSkippedDuplicate

        @Nullable
        public Integer getSkippedDuplicate()
        Get skippedDuplicate
        Returns:
        skippedDuplicate
      • setSkippedDuplicate

        public void setSkippedDuplicate​(Integer skippedDuplicate)
      • getSkippedInvalid

        @Nullable
        public Integer getSkippedInvalid()
        Get skippedInvalid
        Returns:
        skippedInvalid
      • setSkippedInvalid

        public void setSkippedInvalid​(Integer skippedInvalid)
      • skippedMultipleMatches

        public Attribute skippedMultipleMatches​(Integer skippedMultipleMatches)
      • getSkippedMultipleMatches

        @Nullable
        public Integer getSkippedMultipleMatches()
        Get skippedMultipleMatches
        Returns:
        skippedMultipleMatches
      • setSkippedMultipleMatches

        public void setSkippedMultipleMatches​(Integer skippedMultipleMatches)
      • getNotFound

        @Nullable
        public Integer getNotFound()
        Get notFound
        Returns:
        notFound
      • setNotFound

        public void setNotFound​(Integer notFound)
      • getCreatedInvalid

        @Nullable
        public Integer getCreatedInvalid()
        Get createdInvalid
        Returns:
        createdInvalid
      • setCreatedInvalid

        public void setCreatedInvalid​(Integer createdInvalid)
      • getCreatedNoEmail

        @Nullable
        public Integer getCreatedNoEmail()
        Get createdNoEmail
        Returns:
        createdNoEmail
      • setCreatedNoEmail

        public void setCreatedNoEmail​(Integer createdNoEmail)
      • getCreatedValid

        @Nullable
        public Integer getCreatedValid()
        Get createdValid
        Returns:
        createdValid
      • setCreatedValid

        public void setCreatedValid​(Integer createdValid)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonElement

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

        public static Attribute fromJson​(String jsonString)
                                  throws IOException
        Create an instance of Attribute given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of Attribute
        Throws:
        IOException - if the JSON string is invalid with respect to Attribute
      • toJson

        public String toJson()
        Convert an instance of Attribute to an JSON string
        Returns:
        JSON string