public class KeyManagerDTO extends Object
| Constructor and Description |
|---|
KeyManagerDTO() |
| Modifier and Type | Method and Description |
|---|---|
KeyManagerDTO |
_configuration(Object _configuration) |
KeyManagerDTO |
enabled(Boolean enabled) |
boolean |
equals(Object o) |
Object |
getConfiguration()
Get _configuration
|
String |
getName()
Get name
|
String |
getTenantDomain()
Get tenantDomain
|
String |
getType()
Get type
|
int |
hashCode() |
Boolean |
isEnabled()
Get enabled
|
KeyManagerDTO |
name(String name) |
void |
setConfiguration(Object _configuration) |
void |
setEnabled(Boolean enabled) |
void |
setName(String name) |
void |
setTenantDomain(String tenantDomain) |
void |
setType(String type) |
KeyManagerDTO |
tenantDomain(String tenantDomain) |
String |
toString() |
KeyManagerDTO |
type(String type) |
public KeyManagerDTO name(String name)
public String getName()
public void setName(String name)
public KeyManagerDTO type(String type)
public String getType()
public void setType(String type)
public KeyManagerDTO enabled(Boolean enabled)
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public KeyManagerDTO tenantDomain(String tenantDomain)
public String getTenantDomain()
public void setTenantDomain(String tenantDomain)
public KeyManagerDTO _configuration(Object _configuration)
public Object getConfiguration()
public void setConfiguration(Object _configuration)
Copyright © 2021 WSO2 Inc. All rights reserved.