Class RecordResponse

    • Constructor Detail

      • RecordResponse

        public RecordResponse​(RecordRequestType requestType,
                              String catalogName)
        Constructs a new RecordResponse object.
        Parameters:
        requestType - The type of request this response corresponds to.
        catalogName - The catalog name that the data is for.
    • Method Detail

      • getRequestType

        public RecordRequestType getRequestType()
        Returns the type of request this response corresponds to.
        Returns:
        The type of request this response corresponds to.
      • getCatalogName

        public String getCatalogName()
        Returns the catalog name that the data is for.
        Returns:
        The catalog name that the data is for.