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

93 строки
5.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mobilenetwork.models.Ambr"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Ambr"
name: "Ambr"
nameWithType: "Ambr"
summary: "Aggregate maximum bit rate."
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 **Ambr**"
constructors:
- uid: "com.azure.resourcemanager.mobilenetwork.models.Ambr.Ambr()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Ambr.Ambr()"
name: "Ambr()"
nameWithType: "Ambr.Ambr()"
summary: "Creates an instance of Ambr class."
syntax: "public Ambr()"
desc: "Creates an instance of Ambr class."
methods:
- uid: "com.azure.resourcemanager.mobilenetwork.models.Ambr.downlink()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Ambr.downlink()"
name: "downlink()"
nameWithType: "Ambr.downlink()"
summary: "Get the downlink property: Downlink bit rate."
syntax: "public String downlink()"
desc: "Get the downlink property: Downlink bit rate."
returns:
description: "the downlink value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mobilenetwork.models.Ambr.uplink()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Ambr.uplink()"
name: "uplink()"
nameWithType: "Ambr.uplink()"
summary: "Get the uplink property: Uplink bit rate."
syntax: "public String uplink()"
desc: "Get the uplink property: Uplink bit rate."
returns:
description: "the uplink value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mobilenetwork.models.Ambr.validate()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Ambr.validate()"
name: "validate()"
nameWithType: "Ambr.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mobilenetwork.models.Ambr.withDownlink(java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Ambr.withDownlink(String downlink)"
name: "withDownlink(String downlink)"
nameWithType: "Ambr.withDownlink(String downlink)"
summary: "Set the downlink property: Downlink bit rate."
parameters:
- description: "the downlink value to set."
name: "downlink"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Ambr withDownlink(String downlink)"
desc: "Set the downlink property: Downlink bit rate."
returns:
description: "the Ambr object itself."
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.Ambr.withUplink(java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Ambr.withUplink(String uplink)"
name: "withUplink(String uplink)"
nameWithType: "Ambr.withUplink(String uplink)"
summary: "Set the uplink property: Uplink bit rate."
parameters:
- description: "the uplink value to set."
name: "uplink"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Ambr withUplink(String uplink)"
desc: "Set the uplink property: Uplink bit rate."
returns:
description: "the Ambr object itself."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Ambr?alt=com.azure.resourcemanager.mobilenetwork.models.Ambr&text=Ambr\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Aggregate maximum bit rate."
metadata: {}
package: "com.azure.resourcemanager.mobilenetwork.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0