public class LoadRequest extends Object
| Constructor and Description |
|---|
LoadRequest() |
| Modifier and Type | Method and Description |
|---|---|
I2b2AuthMetadata |
getAuthMetadata()
Gets the i2b2 authentication metadata of the user making the request.
|
Long |
getOutputConfigurationId()
Gets the ID of the output configuration to load.
|
void |
setAuthMetadata(I2b2AuthMetadata authMetadata)
Sets the i2b2 authentication metadata of the user making the request.
|
void |
setOutputConfigurationId(Long outputConfigurationId)
Sets the ID of the output configuration to load.
|
public I2b2AuthMetadata getAuthMetadata()
I2b2AuthMetadata object containing the metadata of the user making the requestpublic void setAuthMetadata(I2b2AuthMetadata authMetadata)
authMetadata - contains the i2b2 authentication metadata of the user making the requestpublic Long getOutputConfigurationId()
Longpublic void setOutputConfigurationId(Long outputConfigurationId)
outputConfigurationId - the ID of the output configuration to loadCopyright © 2015 Emory University. All rights reserved.