Class KeyManagerDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.internal.api.dto.KeyManagerDTO
-
public class KeyManagerDTO extends Object
KeyManagerDTO
-
-
Constructor Summary
Constructors Constructor Description KeyManagerDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyManagerDTO_configuration(Object _configuration)KeyManagerDTOenabled(Boolean enabled)booleanequals(Object o)ObjectgetConfiguration()Get _configurationStringgetName()Get nameStringgetTenantDomain()Get tenantDomainStringgetType()Get typeinthashCode()BooleanisEnabled()Get enabledKeyManagerDTOname(String name)voidsetConfiguration(Object _configuration)voidsetEnabled(Boolean enabled)voidsetName(String name)voidsetTenantDomain(String tenantDomain)voidsetType(String type)KeyManagerDTOtenantDomain(String tenantDomain)StringtoString()KeyManagerDTOtype(String type)
-
-
-
Method Detail
-
name
public KeyManagerDTO name(String name)
-
getName
public String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
type
public KeyManagerDTO type(String type)
-
getType
public String getType()
Get type- Returns:
- type
-
setType
public void setType(String type)
-
enabled
public KeyManagerDTO enabled(Boolean enabled)
-
isEnabled
public Boolean isEnabled()
Get enabled- Returns:
- enabled
-
setEnabled
public void setEnabled(Boolean enabled)
-
tenantDomain
public KeyManagerDTO tenantDomain(String tenantDomain)
-
getTenantDomain
public String getTenantDomain()
Get tenantDomain- Returns:
- tenantDomain
-
setTenantDomain
public void setTenantDomain(String tenantDomain)
-
_configuration
public KeyManagerDTO _configuration(Object _configuration)
-
getConfiguration
public Object getConfiguration()
Get _configuration- Returns:
- _configuration
-
setConfiguration
public void setConfiguration(Object _configuration)
-
-