azure-docs-sdk-java/docs-ref-autogen/com.azure.core.amqp.models....

112 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.amqp.models.AmqpAnnotatedMessage"
fullName: "com.azure.core.amqp.models.AmqpAnnotatedMessage"
name: "AmqpAnnotatedMessage"
nameWithType: "AmqpAnnotatedMessage"
summary: "The representation of message as defined by AMQP protocol."
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 **AmqpAnnotatedMessage**"
constructors:
- uid: "com.azure.core.amqp.models.AmqpAnnotatedMessage.AmqpAnnotatedMessage(com.azure.core.amqp.models.AmqpMessageBody)"
fullName: "com.azure.core.amqp.models.AmqpAnnotatedMessage.AmqpAnnotatedMessage(AmqpMessageBody body)"
name: "AmqpAnnotatedMessage(AmqpMessageBody body)"
nameWithType: "AmqpAnnotatedMessage.AmqpAnnotatedMessage(AmqpMessageBody body)"
summary: "Creates instance of <xref uid=\"com.azure.core.amqp.models.AmqpAnnotatedMessage\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpAnnotatedMessage\"></xref> with given <xref uid=\"com.azure.core.amqp.models.AmqpMessageBody\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageBody\"></xref>."
parameters:
- description: "to be set on amqp message."
name: "body"
type: "<xref href=\"com.azure.core.amqp.models.AmqpMessageBody?alt=com.azure.core.amqp.models.AmqpMessageBody&text=AmqpMessageBody\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AmqpAnnotatedMessage(AmqpMessageBody body)"
desc: "Creates instance of <xref uid=\"com.azure.core.amqp.models.AmqpAnnotatedMessage\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpAnnotatedMessage\"></xref> with given <xref uid=\"com.azure.core.amqp.models.AmqpMessageBody\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageBody\"></xref>."
methods:
- uid: "com.azure.core.amqp.models.AmqpAnnotatedMessage.getApplicationProperties()"
fullName: "com.azure.core.amqp.models.AmqpAnnotatedMessage.getApplicationProperties()"
name: "getApplicationProperties()"
nameWithType: "AmqpAnnotatedMessage.getApplicationProperties()"
summary: "Gets the <xref uid=\"java.util.Map\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Map\"></xref> of application properties."
syntax: "public Map<String,Object> getApplicationProperties()"
desc: "Gets the <xref uid=\"java.util.Map\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Map\"></xref> of application properties."
returns:
description: "The application properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- uid: "com.azure.core.amqp.models.AmqpAnnotatedMessage.getBody()"
fullName: "com.azure.core.amqp.models.AmqpAnnotatedMessage.getBody()"
name: "getBody()"
nameWithType: "AmqpAnnotatedMessage.getBody()"
summary: "Gets the <xref uid=\"com.azure.core.amqp.models.AmqpMessageBody\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageBody\"></xref> of an amqp message."
syntax: "public AmqpMessageBody getBody()"
desc: "Gets the <xref uid=\"com.azure.core.amqp.models.AmqpMessageBody\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageBody\"></xref> of an amqp message."
returns:
description: "the <xref uid=\"com.azure.core.amqp.models.AmqpMessageBody\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageBody\"></xref> object."
type: "<xref href=\"com.azure.core.amqp.models.AmqpMessageBody?alt=com.azure.core.amqp.models.AmqpMessageBody&text=AmqpMessageBody\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.amqp.models.AmqpAnnotatedMessage.getDeliveryAnnotations()"
fullName: "com.azure.core.amqp.models.AmqpAnnotatedMessage.getDeliveryAnnotations()"
name: "getDeliveryAnnotations()"
nameWithType: "AmqpAnnotatedMessage.getDeliveryAnnotations()"
summary: "Gets the <xref uid=\"java.util.Map\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Map\"></xref> representation of delivery annotations defined on an amqp message."
syntax: "public Map<String,Object> getDeliveryAnnotations()"
desc: "Gets the <xref uid=\"java.util.Map\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Map\"></xref> representation of delivery annotations defined on an amqp message."
returns:
description: "the <xref uid=\"java.util.Map\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Map\"></xref> representation of delivery annotations."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- uid: "com.azure.core.amqp.models.AmqpAnnotatedMessage.getFooter()"
fullName: "com.azure.core.amqp.models.AmqpAnnotatedMessage.getFooter()"
name: "getFooter()"
nameWithType: "AmqpAnnotatedMessage.getFooter()"
summary: "Gets the <xref uid=\"java.util.Map\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Map\"></xref> representation of footer defined on an amqp message."
syntax: "public Map<String,Object> getFooter()"
desc: "Gets the <xref uid=\"java.util.Map\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Map\"></xref> representation of footer defined on an amqp message."
returns:
description: "the <xref uid=\"java.util.Map\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Map\"></xref> representation of footer."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- uid: "com.azure.core.amqp.models.AmqpAnnotatedMessage.getHeader()"
fullName: "com.azure.core.amqp.models.AmqpAnnotatedMessage.getHeader()"
name: "getHeader()"
nameWithType: "AmqpAnnotatedMessage.getHeader()"
summary: "Gets the <xref uid=\"com.azure.core.amqp.models.AmqpMessageHeader\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageHeader\"></xref> defined on an amqp message."
syntax: "public AmqpMessageHeader getHeader()"
desc: "Gets the <xref uid=\"com.azure.core.amqp.models.AmqpMessageHeader\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageHeader\"></xref> defined on an amqp message."
returns:
description: "the <xref uid=\"com.azure.core.amqp.models.AmqpMessageHeader\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageHeader\"></xref> object."
type: "<xref href=\"com.azure.core.amqp.models.AmqpMessageHeader?alt=com.azure.core.amqp.models.AmqpMessageHeader&text=AmqpMessageHeader\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.amqp.models.AmqpAnnotatedMessage.getMessageAnnotations()"
fullName: "com.azure.core.amqp.models.AmqpAnnotatedMessage.getMessageAnnotations()"
name: "getMessageAnnotations()"
nameWithType: "AmqpAnnotatedMessage.getMessageAnnotations()"
summary: "Gets the <xref uid=\"java.util.Map\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Map\"></xref> representation of message annotations defined on an amqp message."
syntax: "public Map<String,Object> getMessageAnnotations()"
desc: "Gets the <xref uid=\"java.util.Map\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Map\"></xref> representation of message annotations defined on an amqp message."
returns:
description: "the <xref uid=\"java.util.Map\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Map\"></xref> representation of message annotations."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- uid: "com.azure.core.amqp.models.AmqpAnnotatedMessage.getProperties()"
fullName: "com.azure.core.amqp.models.AmqpAnnotatedMessage.getProperties()"
name: "getProperties()"
nameWithType: "AmqpAnnotatedMessage.getProperties()"
summary: "Gets the <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> defined on an amqp message."
syntax: "public AmqpMessageProperties getProperties()"
desc: "Gets the <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> defined on an amqp message."
returns:
description: "the <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
type: "<xref href=\"com.azure.core.amqp.models.AmqpMessageProperties?alt=com.azure.core.amqp.models.AmqpMessageProperties&text=AmqpMessageProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The representation of message as defined by AMQP protocol."
metadata: {}
package: "com.azure.core.amqp.models"
artifact: com.azure:azure-core-amqp:2.9.9