Package io.camunda.client.protocol.rest
Class SystemConfigurationResponse
java.lang.Object
io.camunda.client.protocol.rest.SystemConfigurationResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class SystemConfigurationResponse
extends Object
Envelope for all system configuration sections. Each property represents a feature area.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthentication(AuthenticationConfigurationResponse authentication) cloud(CloudConfigurationResponse cloud) components(ComponentsConfigurationResponse components) deployment(DeploymentConfigurationResponse deployment) booleanGet authenticationgetCloud()Get cloudGet componentsGet deploymentGet jobMetricsinthashCode()jobMetrics(JobMetricsConfigurationResponse jobMetrics) voidsetAuthentication(AuthenticationConfigurationResponse authentication) voidvoidsetComponents(ComponentsConfigurationResponse components) voidsetDeployment(DeploymentConfigurationResponse deployment) voidsetJobMetrics(JobMetricsConfigurationResponse jobMetrics) toString()
-
Field Details
-
JSON_PROPERTY_JOB_METRICS
- See Also:
-
JSON_PROPERTY_COMPONENTS
- See Also:
-
JSON_PROPERTY_DEPLOYMENT
- See Also:
-
JSON_PROPERTY_AUTHENTICATION
- See Also:
-
JSON_PROPERTY_CLOUD
- See Also:
-
-
Constructor Details
-
SystemConfigurationResponse
public SystemConfigurationResponse()
-
-
Method Details
-
jobMetrics
-
getJobMetrics
Get jobMetrics- Returns:
- jobMetrics
-
setJobMetrics
-
components
-
getComponents
Get components- Returns:
- components
-
setComponents
-
deployment
-
getDeployment
Get deployment- Returns:
- deployment
-
setDeployment
-
authentication
public SystemConfigurationResponse authentication(@Nonnull AuthenticationConfigurationResponse authentication) -
getAuthentication
Get authentication- Returns:
- authentication
-
setAuthentication
-
cloud
-
getCloud
Get cloud- Returns:
- cloud
-
setCloud
-
equals
-
hashCode
public int hashCode() -
toString
-