public class ApplicationKeyMappingRequestDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationKeyMappingRequestDTO.KeyTypeEnum
Gets or Sets keyType
|
| Constructor and Description |
|---|
ApplicationKeyMappingRequestDTO() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationKeyMappingRequestDTO |
consumerKey(String consumerKey) |
ApplicationKeyMappingRequestDTO |
consumerSecret(String consumerSecret) |
boolean |
equals(Object o) |
String |
getConsumerKey()
Consumer key of the application
|
String |
getConsumerSecret()
Consumer secret of the application
|
String |
getKeyManager()
Key Manager Name
|
ApplicationKeyMappingRequestDTO.KeyTypeEnum |
getKeyType()
Get keyType
|
int |
hashCode() |
ApplicationKeyMappingRequestDTO |
keyManager(String keyManager) |
ApplicationKeyMappingRequestDTO |
keyType(ApplicationKeyMappingRequestDTO.KeyTypeEnum keyType) |
void |
setConsumerKey(String consumerKey) |
void |
setConsumerSecret(String consumerSecret) |
void |
setKeyManager(String keyManager) |
void |
setKeyType(ApplicationKeyMappingRequestDTO.KeyTypeEnum keyType) |
String |
toString() |
public ApplicationKeyMappingRequestDTO consumerKey(String consumerKey)
public String getConsumerKey()
public void setConsumerKey(String consumerKey)
public ApplicationKeyMappingRequestDTO consumerSecret(String consumerSecret)
public String getConsumerSecret()
public void setConsumerSecret(String consumerSecret)
public ApplicationKeyMappingRequestDTO keyManager(String keyManager)
public String getKeyManager()
public void setKeyManager(String keyManager)
public ApplicationKeyMappingRequestDTO keyType(ApplicationKeyMappingRequestDTO.KeyTypeEnum keyType)
public ApplicationKeyMappingRequestDTO.KeyTypeEnum getKeyType()
public void setKeyType(ApplicationKeyMappingRequestDTO.KeyTypeEnum keyType)
Copyright © 2020 WSO2 Inc. All rights reserved.