Class SettingsDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.SettingsDTO
SettingsDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalyticsEnabled(Boolean analyticsEnabled) booleangatewayTypes(List<String> gatewayTypes) Get gatewayTypesGet keyManagerConfigurationGet scopesinthashCode()To determine whether analytics is enabled or notkeyManagerConfiguration(List<SettingsKeyManagerConfigurationDTO> keyManagerConfiguration) voidsetAnalyticsEnabled(Boolean analyticsEnabled) voidsetGatewayTypes(List<String> gatewayTypes) voidsetKeyManagerConfiguration(List<SettingsKeyManagerConfigurationDTO> keyManagerConfiguration) voidtoString()
-
Field Details
-
SERIALIZED_NAME_SCOPES
- See Also:
-
SERIALIZED_NAME_GATEWAY_TYPES
- See Also:
-
SERIALIZED_NAME_KEY_MANAGER_CONFIGURATION
- See Also:
-
SERIALIZED_NAME_ANALYTICS_ENABLED
- See Also:
-
-
Constructor Details
-
SettingsDTO
public SettingsDTO()
-
-
Method Details
-
scopes
-
getScopes
Get scopes- Returns:
- scopes
-
setScopes
-
gatewayTypes
-
getGatewayTypes
Get gatewayTypes- Returns:
- gatewayTypes
-
setGatewayTypes
-
keyManagerConfiguration
public SettingsDTO keyManagerConfiguration(List<SettingsKeyManagerConfigurationDTO> keyManagerConfiguration) -
getKeyManagerConfiguration
Get keyManagerConfiguration- Returns:
- keyManagerConfiguration
-
setKeyManagerConfiguration
public void setKeyManagerConfiguration(List<SettingsKeyManagerConfigurationDTO> keyManagerConfiguration) -
analyticsEnabled
-
isAnalyticsEnabled
To determine whether analytics is enabled or not- Returns:
- analyticsEnabled
-
setAnalyticsEnabled
-
equals
-
hashCode
public int hashCode() -
toString
-