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

342 строки
27 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.amqp.models.AmqpMessageProperties"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties"
name: "AmqpMessageProperties"
nameWithType: "AmqpMessageProperties"
summary: "The representation of message properties 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 class **AmqpMessageProperties**"
methods:
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.getAbsoluteExpiryTime()"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.getAbsoluteExpiryTime()"
name: "getAbsoluteExpiryTime()"
nameWithType: "AmqpMessageProperties.getAbsoluteExpiryTime()"
summary: "Gets `absoluteExpiryTime` from amqp message properties."
syntax: "public OffsetDateTime getAbsoluteExpiryTime()"
desc: "Gets `absoluteExpiryTime` from amqp message properties."
returns:
description: "the <code>absoluteExpiryTime</code> value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.getContentEncoding()"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.getContentEncoding()"
name: "getContentEncoding()"
nameWithType: "AmqpMessageProperties.getContentEncoding()"
summary: "Gets Absolute<wbr>Expiry<wbr>Time from amqp message properties."
syntax: "public String getContentEncoding()"
desc: "Gets AbsoluteExpiryTime from amqp message properties."
returns:
description: "the <code>absoluteExpiryTime</code> value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.getContentType()"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.getContentType()"
name: "getContentType()"
nameWithType: "AmqpMessageProperties.getContentType()"
summary: "Gets `contentType` from amqp message properties."
syntax: "public String getContentType()"
desc: "Gets `contentType` from amqp message properties."
returns:
description: "the <code>contentType</code> value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.getCorrelationId()"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.getCorrelationId()"
name: "getCorrelationId()"
nameWithType: "AmqpMessageProperties.getCorrelationId()"
summary: "Gets `correlationId` from amqp message properties."
syntax: "public AmqpMessageId getCorrelationId()"
desc: "Gets `correlationId` from amqp message properties."
returns:
description: "the <code>correlationId</code> value."
type: "<xref href=\"com.azure.core.amqp.models.AmqpMessageId?alt=com.azure.core.amqp.models.AmqpMessageId&text=AmqpMessageId\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.getCreationTime()"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.getCreationTime()"
name: "getCreationTime()"
nameWithType: "AmqpMessageProperties.getCreationTime()"
summary: "Gets `creationTime` from amqp message properties."
syntax: "public OffsetDateTime getCreationTime()"
desc: "Gets `creationTime` from amqp message properties."
returns:
description: "the <code>creationTime</code> value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.getGroupId()"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.getGroupId()"
name: "getGroupId()"
nameWithType: "AmqpMessageProperties.getGroupId()"
summary: "Gets `groupId` from amqp message properties."
syntax: "public String getGroupId()"
desc: "Gets `groupId` from amqp message properties."
returns:
description: "the <code>groupId</code> value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.getGroupSequence()"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.getGroupSequence()"
name: "getGroupSequence()"
nameWithType: "AmqpMessageProperties.getGroupSequence()"
summary: "Gets `groupSequence` from amqp message properties."
syntax: "public Long getGroupSequence()"
desc: "Gets `groupSequence` from amqp message properties."
returns:
description: "the <code>groupSequence</code> value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.getMessageId()"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.getMessageId()"
name: "getMessageId()"
nameWithType: "AmqpMessageProperties.getMessageId()"
summary: "Gets `messageId` from amqp message properties."
syntax: "public AmqpMessageId getMessageId()"
desc: "Gets `messageId` from amqp message properties."
returns:
description: "the <code>messageId</code> value."
type: "<xref href=\"com.azure.core.amqp.models.AmqpMessageId?alt=com.azure.core.amqp.models.AmqpMessageId&text=AmqpMessageId\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.getReplyTo()"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.getReplyTo()"
name: "getReplyTo()"
nameWithType: "AmqpMessageProperties.getReplyTo()"
summary: "Gets `replyTo` from amqp message properties."
syntax: "public AmqpAddress getReplyTo()"
desc: "Gets `replyTo` from amqp message properties."
returns:
description: "The <code>replyTo</code> value."
type: "<xref href=\"com.azure.core.amqp.models.AmqpAddress?alt=com.azure.core.amqp.models.AmqpAddress&text=AmqpAddress\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.getReplyToGroupId()"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.getReplyToGroupId()"
name: "getReplyToGroupId()"
nameWithType: "AmqpMessageProperties.getReplyToGroupId()"
summary: "Gets `replyToGroupId` from amqp message properties."
syntax: "public String getReplyToGroupId()"
desc: "Gets `replyToGroupId` from amqp message properties."
returns:
description: "The <code>replyToGroupId</code> value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.getSubject()"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.getSubject()"
name: "getSubject()"
nameWithType: "AmqpMessageProperties.getSubject()"
summary: "Gets `subject` from amqp message properties."
syntax: "public String getSubject()"
desc: "Gets `subject` from amqp message properties."
returns:
description: "the <code>subject</code> value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.getTo()"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.getTo()"
name: "getTo()"
nameWithType: "AmqpMessageProperties.getTo()"
summary: "Gets `to` from amqp message properties."
syntax: "public AmqpAddress getTo()"
desc: "Gets `to` from amqp message properties."
returns:
description: "the <code>to</code> value."
type: "<xref href=\"com.azure.core.amqp.models.AmqpAddress?alt=com.azure.core.amqp.models.AmqpAddress&text=AmqpAddress\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.getUserId()"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.getUserId()"
name: "getUserId()"
nameWithType: "AmqpMessageProperties.getUserId()"
summary: "Gets `userId` from amqp message properties."
syntax: "public byte[] getUserId()"
desc: "Gets `userId` from amqp message properties."
returns:
description: "the <code>userId</code> value."
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.setAbsoluteExpiryTime(java.time.OffsetDateTime)"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.setAbsoluteExpiryTime(OffsetDateTime absoluteExpiryTime)"
name: "setAbsoluteExpiryTime(OffsetDateTime absoluteExpiryTime)"
nameWithType: "AmqpMessageProperties.setAbsoluteExpiryTime(OffsetDateTime absoluteExpiryTime)"
summary: "Sets the given `absoluteExpiryTime` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
parameters:
- description: "to be set."
name: "absoluteExpiryTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public AmqpMessageProperties setAbsoluteExpiryTime(OffsetDateTime absoluteExpiryTime)"
desc: "Sets the given `absoluteExpiryTime` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
returns:
description: "updated <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\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.setContentEncoding(java.lang.String)"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.setContentEncoding(String contentEncoding)"
name: "setContentEncoding(String contentEncoding)"
nameWithType: "AmqpMessageProperties.setContentEncoding(String contentEncoding)"
summary: "Sets the given `contentEncoding` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
parameters:
- description: "to be set."
name: "contentEncoding"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AmqpMessageProperties setContentEncoding(String contentEncoding)"
desc: "Sets the given `contentEncoding` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
returns:
description: "updated <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\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.setContentType(java.lang.String)"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.setContentType(String contentType)"
name: "setContentType(String contentType)"
nameWithType: "AmqpMessageProperties.setContentType(String contentType)"
summary: "Sets the given `contentType` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
parameters:
- description: "to be set."
name: "contentType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AmqpMessageProperties setContentType(String contentType)"
desc: "Sets the given `contentType` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
returns:
description: "updated <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\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.setCorrelationId(com.azure.core.amqp.models.AmqpMessageId)"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.setCorrelationId(AmqpMessageId correlationId)"
name: "setCorrelationId(AmqpMessageId correlationId)"
nameWithType: "AmqpMessageProperties.setCorrelationId(AmqpMessageId correlationId)"
summary: "Sets the given `correlationId` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
parameters:
- description: "to be set."
name: "correlationId"
type: "<xref href=\"com.azure.core.amqp.models.AmqpMessageId?alt=com.azure.core.amqp.models.AmqpMessageId&text=AmqpMessageId\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AmqpMessageProperties setCorrelationId(AmqpMessageId correlationId)"
desc: "Sets the given `correlationId` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
returns:
description: "updated <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\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.setCreationTime(java.time.OffsetDateTime)"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.setCreationTime(OffsetDateTime creationTime)"
name: "setCreationTime(OffsetDateTime creationTime)"
nameWithType: "AmqpMessageProperties.setCreationTime(OffsetDateTime creationTime)"
summary: "Sets the given `creationTime` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
parameters:
- description: "to be set."
name: "creationTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public AmqpMessageProperties setCreationTime(OffsetDateTime creationTime)"
desc: "Sets the given `creationTime` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
returns:
description: "updated <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\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.setGroupId(java.lang.String)"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.setGroupId(String groupId)"
name: "setGroupId(String groupId)"
nameWithType: "AmqpMessageProperties.setGroupId(String groupId)"
summary: "Sets the given `groupId` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
parameters:
- description: "to be set."
name: "groupId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AmqpMessageProperties setGroupId(String groupId)"
desc: "Sets the given `groupId` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
returns:
description: "updated <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\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.setGroupSequence(java.lang.Long)"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.setGroupSequence(Long groupSequence)"
name: "setGroupSequence(Long groupSequence)"
nameWithType: "AmqpMessageProperties.setGroupSequence(Long groupSequence)"
summary: "Sets the given `groupSequence` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
parameters:
- description: "to be set."
name: "groupSequence"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public AmqpMessageProperties setGroupSequence(Long groupSequence)"
desc: "Sets the given `groupSequence` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
returns:
description: "updated <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\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.setMessageId(com.azure.core.amqp.models.AmqpMessageId)"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.setMessageId(AmqpMessageId messageId)"
name: "setMessageId(AmqpMessageId messageId)"
nameWithType: "AmqpMessageProperties.setMessageId(AmqpMessageId messageId)"
summary: "Sets the given `messageId` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
parameters:
- description: "to be set ."
name: "messageId"
type: "<xref href=\"com.azure.core.amqp.models.AmqpMessageId?alt=com.azure.core.amqp.models.AmqpMessageId&text=AmqpMessageId\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AmqpMessageProperties setMessageId(AmqpMessageId messageId)"
desc: "Sets the given `messageId` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
returns:
description: "updated <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\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.setReplyTo(com.azure.core.amqp.models.AmqpAddress)"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.setReplyTo(AmqpAddress replyTo)"
name: "setReplyTo(AmqpAddress replyTo)"
nameWithType: "AmqpMessageProperties.setReplyTo(AmqpAddress replyTo)"
summary: "Sets the given `replyTo` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
parameters:
- description: "to be set."
name: "replyTo"
type: "<xref href=\"com.azure.core.amqp.models.AmqpAddress?alt=com.azure.core.amqp.models.AmqpAddress&text=AmqpAddress\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AmqpMessageProperties setReplyTo(AmqpAddress replyTo)"
desc: "Sets the given `replyTo` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
returns:
description: "updated <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\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.setReplyToGroupId(java.lang.String)"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.setReplyToGroupId(String replyToGroupId)"
name: "setReplyToGroupId(String replyToGroupId)"
nameWithType: "AmqpMessageProperties.setReplyToGroupId(String replyToGroupId)"
summary: "Sets the given `replyToGroupId` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
parameters:
- description: "to be set."
name: "replyToGroupId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AmqpMessageProperties setReplyToGroupId(String replyToGroupId)"
desc: "Sets the given `replyToGroupId` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
returns:
description: "updated <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\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.setSubject(java.lang.String)"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.setSubject(String subject)"
name: "setSubject(String subject)"
nameWithType: "AmqpMessageProperties.setSubject(String subject)"
summary: "Sets the given `subject` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
parameters:
- description: "to be set."
name: "subject"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AmqpMessageProperties setSubject(String subject)"
desc: "Sets the given `subject` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
returns:
description: "updated <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\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.setTo(com.azure.core.amqp.models.AmqpAddress)"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.setTo(AmqpAddress to)"
name: "setTo(AmqpAddress to)"
nameWithType: "AmqpMessageProperties.setTo(AmqpAddress to)"
summary: "Sets the given `to` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
parameters:
- description: "to be set."
name: "to"
type: "<xref href=\"com.azure.core.amqp.models.AmqpAddress?alt=com.azure.core.amqp.models.AmqpAddress&text=AmqpAddress\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AmqpMessageProperties setTo(AmqpAddress to)"
desc: "Sets the given `to` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
returns:
description: "updated <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\" />"
- uid: "com.azure.core.amqp.models.AmqpMessageProperties.setUserId(byte[])"
fullName: "com.azure.core.amqp.models.AmqpMessageProperties.setUserId(byte[] userId)"
name: "setUserId(byte[] userId)"
nameWithType: "AmqpMessageProperties.setUserId(byte[] userId)"
summary: "Sets the given `userId` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
parameters:
- description: "to be set ."
name: "userId"
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
syntax: "public AmqpMessageProperties setUserId(byte[] userId)"
desc: "Sets the given `userId` value on <xref uid=\"com.azure.core.amqp.models.AmqpMessageProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpMessageProperties\"></xref> object."
returns:
description: "updated <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 properties as defined by AMQP protocol."
metadata: {}
package: "com.azure.core.amqp.models"
artifact: com.azure:azure-core-amqp:2.9.9