Class MergeResultSummary


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class MergeResultSummary
    extends Object
    MergeResultSummary
    • Constructor Detail

      • MergeResultSummary

        public MergeResultSummary()
    • Method Detail

      • setAdded

        public void setAdded​(Integer added)
      • getRemoved

        @Deprecated
        @Nullable
        public Integer getRemoved()
        Deprecated.
        Deprecated: inaccurate and will be removed.
        Returns:
        removed
      • setRemoved

        public void setRemoved​(Integer removed)
      • getChanged

        @Deprecated
        @Nullable
        public Integer getChanged()
        Deprecated.
        Deprecated: inaccurate and will be removed.
        Returns:
        changed
      • setChanged

        public void setChanged​(Integer changed)
      • getConflict

        @Deprecated
        @Nullable
        public Integer getConflict()
        Deprecated.
        Deprecated: inaccurate and will be removed.
        Returns:
        conflict
      • setConflict

        public void setConflict​(Integer conflict)
      • hashCode

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

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to MergeResultSummary
      • fromJson

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

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