Class MandatesResponse


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

      • MandatesResponse

        public MandatesResponse()
    • Method Detail

      • getAtRecordsetCount

        @Nullable
        public BigDecimal getAtRecordsetCount()
        Total count of results
        Returns:
        atRecordsetCount
      • setAtRecordsetCount

        public void setAtRecordsetCount​(BigDecimal atRecordsetCount)
      • getAtNextLink

        @Nullable
        public String getAtNextLink()
        Get atNextLink
        Returns:
        atNextLink
      • setAtNextLink

        public void setAtNextLink​(String atNextLink)
      • setValue

        public void setValue​(List<Mandate> value)
      • 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 MandatesResponse
      • fromJson

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

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