@UESService public interface UESQoS
Modifier and Type | Method and Description |
---|---|
UESAccessRoleGetQoS |
getAccessRoleQoS(UESURI accessRoleUri)
Returns a DTO representing QoS for a specific access role.
|
UESTerritoryGetQoS |
getTerritoryQoS(UESURI territoryUri)
Returns a DTO representing QoS for a specific territory.
|
void |
setAccessRoleQoS(UESURI accessRoleUri,
Sets QoS for a specific access role.
|
void |
setTerritoryQoS(UESURI territoryUri,
Sets QoS for a specific territory.
|
territoryUri
- UESURI of the territory for which QoS will be returned.UESQoSRTException
UESTerritorySetQoS
DTO provided as parameter
'setQoS'. If you don't define some values in the DTO so they stay untouched for existing QoS limits. If no QoS exists for the
territory, than new one is created and undefined parameters in DTO are set to -1 (unlimited).territoryUri
- UESURI of a territory for which a QoS is to be set.setQoS
- DTO containing attributes for setting QoS.UESQoSRTException
accessRoleUri
- UESURI of the access role for which QoS will be returned.UESQoSRTException
UESAccessRoleSetQoS
DTO provided as parameter
'setQoS'. If you don't define some values in the DTO, so they stay untouched for existing QoS limits. If no QoS exists for the access
role, than new one is created and undefined parameters in DTO are set to -1 (unlimited).accessRoleUri
- UESURI of a access role for which QoS is to be set.setQoS
- Object containing attributes for setting QoS.UESQoSRTException