Package ca.cdr.api.fhirgw.json
Class GatewayTargetJson
java.lang.Object
ca.cdr.api.fhirgw.json.GatewayTargetJson
- All Implemented Interfaces:
IModelJson
,IModelJson
,Cloneable
Contains the definition for an individual Smile CDR FHIR Gateway target server
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Boolean
static final Boolean
static final int
static final Boolean
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
int
getId()
int
void
setAllowedToFail
(Boolean theAllowedToFail) setAlternateValidationPath
(String theAlternateValidationPath) setBaseUrl
(String theBaseUrl) setClientInterceptorClasses
(String myClientInterceptorClasses) setConnectTimeoutMillis
(Integer theConnectTimeoutMillis) void
setFixedEndpointUrl
(String theFixedTargetUrl) void
setForcedEncoding
(EncodingEnum theForcedEncoding) void
setHeadersToForward
(List<String> theHeaders) setHttpBasicCredentials
(String theHttpBasicCredentials) setResourceIdPrefix
(String theResourceIdPrefix) void
setRetryStrategy
(GatewayTargetRetryStrategyJson theRetryStrategy) setServerCapabilityStatementValidationEnabled
(Boolean theServerCapabilityStatementValidationEnabled) setSocketTimeoutMillis
(Integer theSocketTimeoutMillis) void
setUseHttpPostForAllSearches
(Boolean theUseHttpPostForAllSearches)
-
Field Details
-
DEFAULT_TIMEOUT
- See Also:
-
DEFAULT_USE_HTTP_POST_FOR_ALL_SEARCHES
-
DEFAULT_SERVER_CAPABILITY_STATEMENT_VALIDATION_ENABLED
-
DEFAULT_ALLOWED_TO_FAIL
-
-
Constructor Details
-
GatewayTargetJson
public GatewayTargetJson()
-
-
Method Details
-
getClientInterceptorClasses
-
setClientInterceptorClasses
-
getAllowedToFail
-
setAllowedToFail
-
getHeadersToForward
-
setHeadersToForward
-
getUseHttpPostForAllSearches
-
setUseHttpPostForAllSearches
-
getServerCapabilityStatementValidationEnabled
-
setServerCapabilityStatementValidationEnabled
public GatewayTargetJson setServerCapabilityStatementValidationEnabled(Boolean theServerCapabilityStatementValidationEnabled) -
getAlternateValidationPath
-
setAlternateValidationPath
-
getResourceIdPrefix
-
setResourceIdPrefix
-
getConnectTimeoutMillis
-
setConnectTimeoutMillis
-
getSocketTimeoutMillis
-
setSocketTimeoutMillis
-
getHttpBasicCredentials
-
setHttpBasicCredentials
-
getId
-
setId
-
getBaseUrl
-
setBaseUrl
-
getConnectTimeoutOrDefault
-
getSocketTimeoutOrDefault
-
getForcedEncoding
-
setForcedEncoding
-
getRetryStrategy
-
setRetryStrategy
-
clone
-
setFixedEndpointUrl
-
getFixedEndpointUrl
-