public class KeyManagerCertificatesDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyManagerCertificatesDTO.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
KeyManagerCertificatesDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
KeyManagerCertificatesDTO.TypeEnum |
getType()
Get type
|
String |
getValue()
Get value
|
int |
hashCode() |
void |
setType(KeyManagerCertificatesDTO.TypeEnum type) |
void |
setValue(String value) |
String |
toString() |
KeyManagerCertificatesDTO |
type(KeyManagerCertificatesDTO.TypeEnum type) |
KeyManagerCertificatesDTO |
value(String value) |
public KeyManagerCertificatesDTO type(KeyManagerCertificatesDTO.TypeEnum type)
public KeyManagerCertificatesDTO.TypeEnum getType()
public void setType(KeyManagerCertificatesDTO.TypeEnum type)
public KeyManagerCertificatesDTO value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2020 WSO2 Inc. All rights reserved.