Package ca.cdr.api.persistence.megascale
Class MegaScaleCredentialRequestJson
java.lang.Object
ca.cdr.api.persistence.megascale.MegaScaleCredentialRequestJson
- All Implemented Interfaces:
IModelJson,IModelJson
Hook method input parameter for the
CdrPointcut.STORAGE_MEGASCALE_PROVIDE_DB_INFO
pointcut.- Since:
- 2023.02.R01
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME -
Constructor Summary
ConstructorsConstructorDescriptionConstructorMegaScaleCredentialRequestJson(int thePartitionId) MegaScaleCredentialRequestJson(String thePartitionName, int thePartitionId) Constructor -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetPartitionId(int thePartitionId) voidsetPartitionName(String thePartitionName)
-
Constructor Details
-
MegaScaleCredentialRequestJson
public MegaScaleCredentialRequestJson()Constructor -
MegaScaleCredentialRequestJson
Constructor- Parameters:
thePartitionId- The partition ID
-
MegaScaleCredentialRequestJson
-
-
Method Details
-
getPartitionId
- Returns:
- The partition ID associated with this request (will always be a number > 0)
-
setPartitionId
- Parameters:
thePartitionId- The partition ID associated with this request (must be a number > 0)
-
getPartitionName
-
setPartitionName
-