Class QosPolicy

    • Constructor Detail

      • QosPolicy

        public QosPolicy()
    • Method Detail

      • fiveQi

        public Integer fiveQi()
        Get the fiveQi property: QoS Flow 5G QoS Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. This must not be a standardized 5QI value selecting a GBR (Guaranteed Bit Rate) QoS. The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5Qi parameter, and table 5.7.4-1 for the definition of which are the GBR 5QI values.
        Returns:
        the fiveQi value.
      • withFiveQi

        public QosPolicy withFiveQi​(Integer fiveQi)
        Set the fiveQi property: QoS Flow 5G QoS Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. This must not be a standardized 5QI value selecting a GBR (Guaranteed Bit Rate) QoS. The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5Qi parameter, and table 5.7.4-1 for the definition of which are the GBR 5QI values.
        Parameters:
        fiveQi - the fiveQi value to set.
        Returns:
        the QosPolicy object itself.
      • allocationAndRetentionPriorityLevel

        public Integer allocationAndRetentionPriorityLevel()
        Get the allocationAndRetentionPriorityLevel property: QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of `preemptionCapability` and `preemptionVulnerability` allow it. 1 is the highest level of priority. If this field is not specified then `5qi` is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
        Returns:
        the allocationAndRetentionPriorityLevel value.
      • withAllocationAndRetentionPriorityLevel

        public QosPolicy withAllocationAndRetentionPriorityLevel​(Integer allocationAndRetentionPriorityLevel)
        Set the allocationAndRetentionPriorityLevel property: QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of `preemptionCapability` and `preemptionVulnerability` allow it. 1 is the highest level of priority. If this field is not specified then `5qi` is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
        Parameters:
        allocationAndRetentionPriorityLevel - the allocationAndRetentionPriorityLevel value to set.
        Returns:
        the QosPolicy object itself.
      • preemptionCapability

        public PreemptionCapability preemptionCapability()
        Get the preemptionCapability property: QoS Flow preemption capability. The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
        Returns:
        the preemptionCapability value.
      • withPreemptionCapability

        public QosPolicy withPreemptionCapability​(PreemptionCapability preemptionCapability)
        Set the preemptionCapability property: QoS Flow preemption capability. The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
        Parameters:
        preemptionCapability - the preemptionCapability value to set.
        Returns:
        the QosPolicy object itself.
      • preemptionVulnerability

        public PreemptionVulnerability preemptionVulnerability()
        Get the preemptionVulnerability property: QoS Flow preemption vulnerability. The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
        Returns:
        the preemptionVulnerability value.
      • withPreemptionVulnerability

        public QosPolicy withPreemptionVulnerability​(PreemptionVulnerability preemptionVulnerability)
        Set the preemptionVulnerability property: QoS Flow preemption vulnerability. The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
        Parameters:
        preemptionVulnerability - the preemptionVulnerability value to set.
        Returns:
        the QosPolicy object itself.
      • maximumBitRate

        public Ambr maximumBitRate()
        Get the maximumBitRate property: The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
        Returns:
        the maximumBitRate value.
      • withMaximumBitRate

        public QosPolicy withMaximumBitRate​(Ambr maximumBitRate)
        Set the maximumBitRate property: The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service.
        Parameters:
        maximumBitRate - the maximumBitRate value to set.
        Returns:
        the QosPolicy object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.