Class ExternalAgentUpdateRequestImpl
java.lang.Object
com.flowable.agent.engine.impl.model.external.impl.ExternalAgentUpdateRequestImpl
- All Implemented Interfaces:
ExternalAgentUpdateRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FlowableAuthenticationApiKeyprotected Stringprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescriptionExternalAgentUpdateRequestImpl(String tenantId, String externalId, FlowableAuthenticationApiKey authenticationApiKey, Map<String, Object> properties, String jobConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAuthenticationApiKey(FlowableAuthenticationApiKey authenticationApiKey) voidsetExternalId(String externalId) voidsetJobConfiguration(String jobConfiguration) voidsetProperties(Map<String, Object> properties) voidsetTenantId(String tenantId)
-
Field Details
-
tenantId
-
externalId
-
authenticationApiKey
-
properties
-
jobConfiguration
-
-
Constructor Details
-
ExternalAgentUpdateRequestImpl
-
-
Method Details
-
getTenantId
- Specified by:
getTenantIdin interfaceExternalAgentUpdateRequest
-
setTenantId
-
getExternalId
- Specified by:
getExternalIdin interfaceExternalAgentUpdateRequest
-
setExternalId
-
getAuthenticationApiKey
- Specified by:
getAuthenticationApiKeyin interfaceExternalAgentUpdateRequest
-
setAuthenticationApiKey
-
getProperties
- Specified by:
getPropertiesin interfaceExternalAgentUpdateRequest
-
setProperties
-
getJobConfiguration
- Specified by:
getJobConfigurationin interfaceExternalAgentUpdateRequest
-
setJobConfiguration
-