public class KeyManagerInfoDTO extends Object
| Constructor and Description |
|---|
KeyManagerInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
KeyManagerInfoDTO |
description(String description) |
KeyManagerInfoDTO |
enabled(Boolean enabled) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getId()
Get id
|
String |
getName()
Get name
|
String |
getType()
Get type
|
int |
hashCode() |
KeyManagerInfoDTO |
id(String id) |
Boolean |
isEnabled()
Get enabled
|
KeyManagerInfoDTO |
name(String name) |
void |
setDescription(String description) |
void |
setEnabled(Boolean enabled) |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
KeyManagerInfoDTO |
type(String type) |
public KeyManagerInfoDTO id(String id)
public String getId()
public void setId(String id)
public KeyManagerInfoDTO name(String name)
public String getName()
public void setName(String name)
public KeyManagerInfoDTO type(String type)
public String getType()
public void setType(String type)
public KeyManagerInfoDTO description(String description)
public String getDescription()
public void setDescription(String description)
public KeyManagerInfoDTO enabled(Boolean enabled)
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
Copyright © 2020 WSO2 Inc. All rights reserved.