Class RecordRequest

    • Constructor Detail

      • RecordRequest

        public RecordRequest​(FederatedIdentity identity,
                             RecordRequestType requestType,
                             String catalogName,
                             String queryId)
        Constructs a new RecordRequest object.
        Parameters:
        identity - The identity of the caller.
        requestType - The type of the request.
        catalogName - The catalog name that data is requested for.
        queryId - The ID of the query requesting data.
    • Method Detail

      • getRequestType

        public RecordRequestType getRequestType()
        Returns the type of the request.
        Returns:
        The type of the request.
      • getCatalogName

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

        public String getQueryId()
        Returns the ID of the query requesting data.
        Returns:
        The ID of the query requesting data.