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

91 строка
6.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties"
fullName: "com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties"
name: "StaticDeliveryAttributeMappingProperties"
nameWithType: "StaticDeliveryAttributeMappingProperties"
summary: "Properties of static delivery attribute mapping."
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 **StaticDeliveryAttributeMappingProperties**"
constructors:
- uid: "com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties.StaticDeliveryAttributeMappingProperties()"
fullName: "com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties.StaticDeliveryAttributeMappingProperties()"
name: "StaticDeliveryAttributeMappingProperties()"
nameWithType: "StaticDeliveryAttributeMappingProperties.StaticDeliveryAttributeMappingProperties()"
syntax: "public StaticDeliveryAttributeMappingProperties()"
methods:
- uid: "com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties.isSecret()"
fullName: "com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties.isSecret()"
name: "isSecret()"
nameWithType: "StaticDeliveryAttributeMappingProperties.isSecret()"
summary: "Get the is<wbr>Secret property: Boolean flag to tell if the attribute contains sensitive information ."
syntax: "public Boolean isSecret()"
desc: "Get the isSecret property: Boolean flag to tell if the attribute contains sensitive information ."
returns:
description: "the isSecret value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties.validate()"
fullName: "com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties.validate()"
name: "validate()"
nameWithType: "StaticDeliveryAttributeMappingProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties.value()"
fullName: "com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties.value()"
name: "value()"
nameWithType: "StaticDeliveryAttributeMappingProperties.value()"
summary: "Get the value property: Value of the delivery attribute."
syntax: "public String value()"
desc: "Get the value property: Value of the delivery attribute."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties.withIsSecret(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties.withIsSecret(Boolean isSecret)"
name: "withIsSecret(Boolean isSecret)"
nameWithType: "StaticDeliveryAttributeMappingProperties.withIsSecret(Boolean isSecret)"
summary: "Set the is<wbr>Secret property: Boolean flag to tell if the attribute contains sensitive information ."
parameters:
- description: "the isSecret value to set."
name: "isSecret"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public StaticDeliveryAttributeMappingProperties withIsSecret(Boolean isSecret)"
desc: "Set the isSecret property: Boolean flag to tell if the attribute contains sensitive information ."
returns:
description: "the StaticDeliveryAttributeMappingProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties?alt=com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties&text=StaticDeliveryAttributeMappingProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties.withValue(java.lang.String)"
fullName: "com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties.withValue(String value)"
name: "withValue(String value)"
nameWithType: "StaticDeliveryAttributeMappingProperties.withValue(String value)"
summary: "Set the value property: Value of the delivery attribute."
parameters:
- description: "the value value to set."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public StaticDeliveryAttributeMappingProperties withValue(String value)"
desc: "Set the value property: Value of the delivery attribute."
returns:
description: "the StaticDeliveryAttributeMappingProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties?alt=com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties&text=StaticDeliveryAttributeMappingProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of static delivery attribute mapping."
metadata: {}
package: "com.azure.resourcemanager.eventgrid.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-eventgrid:1.1.0