| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.gw.client.dto |
| Modifier and Type | Method and Description |
|---|---|
SlaDto |
ContractDto.getTier() |
| Modifier and Type | Method and Description |
|---|---|
List<SlaDto> |
ApiDto.getTiers() |
List<SlaDto> |
SlaWrapperDto.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContractDto.setTier(SlaDto tier) |
| Modifier and Type | Method and Description |
|---|---|
void |
SlaWrapperDto.setValues(List<SlaDto> values) |
| Constructor and Description |
|---|
ApiDto(Long id,
String instanceName,
String version,
String organizationId,
String environmentId,
List<SlaDto> tiers,
List<PolicyDefinitionDto> policies,
String exchangeAssetName) |
SlaWrapperDto(List<SlaDto> values) |
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.