Class BatchSearchListResponse


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.7.0")
    public class BatchSearchListResponse
    extends Object
    Response schema for listing batch search details.
    • Constructor Detail

      • BatchSearchListResponse

        public BatchSearchListResponse()
    • Method Detail

      • getAtRecordSetCount

        @Nullable
        public Integer getAtRecordSetCount()
        The count of records in the result set.
        Returns:
        atRecordSetCount
      • setAtRecordSetCount

        public void setAtRecordSetCount​(Integer atRecordSetCount)
      • getAtNextLink

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

        public void setAtNextLink​(String atNextLink)
      • 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 BatchSearchListResponse
      • fromJson

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

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