public class ApiClientDto extends Object implements Serializable
| Constructor and Description |
|---|
ApiClientDto(String id,
String secret,
String name,
String organizationId,
String slaTierId,
String apiId,
String contractId,
Set<String> redirectUris) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApiId() |
ContractDto |
getContract() |
String |
getContractId() |
String |
getId() |
String |
getName() |
String |
getOrganizationId() |
Set<String> |
getRedirectUris() |
String |
getSecret() |
Optional<Integer> |
getSlaTierId() |
int |
hashCode() |
void |
setContract(ContractDto contract) |
String |
toString() |
public String getId()
public String getSecret()
public String getName()
public String getOrganizationId()
public String getApiId()
public String getContractId()
public void setContract(ContractDto contract)
public ContractDto getContract()
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.