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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Booleanstatic final Booleanstatic final intstatic final BooleanFields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intgetId()intvoidsetAllowedToFail(Boolean theAllowedToFail) setAlternateValidationPath(String theAlternateValidationPath) setBaseUrl(String theBaseUrl) setClientInterceptorClasses(String myClientInterceptorClasses) setConnectTimeoutMillis(Integer theConnectTimeoutMillis) voidsetFixedEndpointUrl(String theFixedTargetUrl) voidsetForcedEncoding(EncodingEnum theForcedEncoding) voidsetHeadersToForward(List<String> theHeaders) setHttpBasicCredentials(String theHttpBasicCredentials) setResourceIdPrefix(String theResourceIdPrefix) voidsetRetryStrategy(GatewayTargetRetryStrategyJson theRetryStrategy) setServerCapabilityStatementValidationEnabled(Boolean theServerCapabilityStatementValidationEnabled) setSocketTimeoutMillis(Integer theSocketTimeoutMillis) voidsetUseHttpPostForAllSearches(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
-