Class MetadataResponse

    • Constructor Detail

      • MetadataResponse

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

      • getRequestType

        public MetadataRequestType 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 metadata is for.
        Returns:
        The catalog name that the metadata is for.