azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

141 строка
8.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow"
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow"
name: "UeQosFlow"
nameWithType: "UeQosFlow"
summary: "QoS Flow."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **UeQosFlow**"
constructors:
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.UeQosFlow()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.UeQosFlow()"
name: "UeQosFlow()"
nameWithType: "UeQosFlow.UeQosFlow()"
summary: "Creates an instance of Ue<wbr>Qos<wbr>Flow class."
syntax: "public UeQosFlow()"
desc: "Creates an instance of UeQosFlow class."
methods:
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.fiveqi()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.fiveqi()"
name: "fiveqi()"
nameWithType: "UeQosFlow.fiveqi()"
summary: "Get the fiveqi property: 5G QoS Identifier."
syntax: "public int fiveqi()"
desc: "Get the fiveqi property: 5G QoS Identifier."
returns:
description: "the fiveqi value."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.gbr()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.gbr()"
name: "gbr()"
nameWithType: "UeQosFlow.gbr()"
summary: "Get the gbr property: Guaranteed Bit Rate."
syntax: "public Ambr gbr()"
desc: "Get the gbr property: Guaranteed Bit Rate."
returns:
description: "the gbr value."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Ambr?alt=com.azure.resourcemanager.mobilenetwork.models.Ambr&text=Ambr\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.mbr()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.mbr()"
name: "mbr()"
nameWithType: "UeQosFlow.mbr()"
summary: "Get the mbr property: Maximum Bit Rate."
syntax: "public Ambr mbr()"
desc: "Get the mbr property: Maximum Bit Rate."
returns:
description: "the mbr value."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Ambr?alt=com.azure.resourcemanager.mobilenetwork.models.Ambr&text=Ambr\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.qfi()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.qfi()"
name: "qfi()"
nameWithType: "UeQosFlow.qfi()"
summary: "Get the qfi property: Qos Flow Identifier."
syntax: "public int qfi()"
desc: "Get the qfi property: Qos Flow Identifier."
returns:
description: "the qfi value."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.validate()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.validate()"
name: "validate()"
nameWithType: "UeQosFlow.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.withFiveqi(int)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.withFiveqi(int fiveqi)"
name: "withFiveqi(int fiveqi)"
nameWithType: "UeQosFlow.withFiveqi(int fiveqi)"
summary: "Set the fiveqi property: 5G QoS Identifier."
parameters:
- description: "the fiveqi value to set."
name: "fiveqi"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UeQosFlow withFiveqi(int fiveqi)"
desc: "Set the fiveqi property: 5G QoS Identifier."
returns:
description: "the UeQosFlow object itself."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.UeQosFlow?alt=com.azure.resourcemanager.mobilenetwork.models.UeQosFlow&text=UeQosFlow\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.withGbr(com.azure.resourcemanager.mobilenetwork.models.Ambr)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.withGbr(Ambr gbr)"
name: "withGbr(Ambr gbr)"
nameWithType: "UeQosFlow.withGbr(Ambr gbr)"
summary: "Set the gbr property: Guaranteed Bit Rate."
parameters:
- description: "the gbr value to set."
name: "gbr"
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Ambr?alt=com.azure.resourcemanager.mobilenetwork.models.Ambr&text=Ambr\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UeQosFlow withGbr(Ambr gbr)"
desc: "Set the gbr property: Guaranteed Bit Rate."
returns:
description: "the UeQosFlow object itself."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.UeQosFlow?alt=com.azure.resourcemanager.mobilenetwork.models.UeQosFlow&text=UeQosFlow\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.withMbr(com.azure.resourcemanager.mobilenetwork.models.Ambr)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.withMbr(Ambr mbr)"
name: "withMbr(Ambr mbr)"
nameWithType: "UeQosFlow.withMbr(Ambr mbr)"
summary: "Set the mbr property: Maximum Bit Rate."
parameters:
- description: "the mbr value to set."
name: "mbr"
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Ambr?alt=com.azure.resourcemanager.mobilenetwork.models.Ambr&text=Ambr\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UeQosFlow withMbr(Ambr mbr)"
desc: "Set the mbr property: Maximum Bit Rate."
returns:
description: "the UeQosFlow object itself."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.UeQosFlow?alt=com.azure.resourcemanager.mobilenetwork.models.UeQosFlow&text=UeQosFlow\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.withQfi(int)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeQosFlow.withQfi(int qfi)"
name: "withQfi(int qfi)"
nameWithType: "UeQosFlow.withQfi(int qfi)"
summary: "Set the qfi property: Qos Flow Identifier."
parameters:
- description: "the qfi value to set."
name: "qfi"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UeQosFlow withQfi(int qfi)"
desc: "Set the qfi property: Qos Flow Identifier."
returns:
description: "the UeQosFlow object itself."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.UeQosFlow?alt=com.azure.resourcemanager.mobilenetwork.models.UeQosFlow&text=UeQosFlow\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "QoS Flow."
metadata: {}
package: "com.azure.resourcemanager.mobilenetwork.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0