azure-docs-sdk-java/docs-ref-autogen/com.azure.messaging.eventgr...

143 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties"
fullName: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties"
name: "AcsSmsEventBaseProperties"
nameWithType: "AcsSmsEventBaseProperties"
summary: "Schema of common properties of all SMS events."
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 **AcsSmsEventBaseProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties?alt=com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties&text=AcsSmsEventBaseProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.AcsSmsEventBaseProperties()"
fullName: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.AcsSmsEventBaseProperties()"
name: "AcsSmsEventBaseProperties()"
nameWithType: "AcsSmsEventBaseProperties.AcsSmsEventBaseProperties()"
summary: "Creates an instance of Acs<wbr>Sms<wbr>Event<wbr>Base<wbr>Properties class."
syntax: "public AcsSmsEventBaseProperties()"
desc: "Creates an instance of AcsSmsEventBaseProperties class."
methods:
- uid: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "AcsSmsEventBaseProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Acs<wbr>Sms<wbr>Event<wbr>Base<wbr>Properties from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static AcsSmsEventBaseProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the AcsSmsEventBaseProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of AcsSmsEventBaseProperties from the JsonReader."
returns:
description: "An instance of AcsSmsEventBaseProperties if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties?alt=com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties&text=AcsSmsEventBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.getFrom()"
fullName: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.getFrom()"
name: "getFrom()"
nameWithType: "AcsSmsEventBaseProperties.getFrom()"
summary: "Get the from property: The identity of SMS message sender."
syntax: "public String getFrom()"
desc: "Get the from property: The identity of SMS message sender."
returns:
description: "the from value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.getMessageId()"
fullName: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.getMessageId()"
name: "getMessageId()"
nameWithType: "AcsSmsEventBaseProperties.getMessageId()"
summary: "Get the message<wbr>Id property: The identity of the SMS message."
syntax: "public String getMessageId()"
desc: "Get the messageId property: The identity of the SMS message."
returns:
description: "the messageId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.getTo()"
fullName: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.getTo()"
name: "getTo()"
nameWithType: "AcsSmsEventBaseProperties.getTo()"
summary: "Get the to property: The identity of SMS message receiver."
syntax: "public String getTo()"
desc: "Get the to property: The identity of SMS message receiver."
returns:
description: "the to value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.setFrom(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.setFrom(String from)"
name: "setFrom(String from)"
nameWithType: "AcsSmsEventBaseProperties.setFrom(String from)"
summary: "Set the from property: The identity of SMS message sender."
parameters:
- description: "the from value to set."
name: "from"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AcsSmsEventBaseProperties setFrom(String from)"
desc: "Set the from property: The identity of SMS message sender."
returns:
description: "the AcsSmsEventBaseProperties object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties?alt=com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties&text=AcsSmsEventBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.setMessageId(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.setMessageId(String messageId)"
name: "setMessageId(String messageId)"
nameWithType: "AcsSmsEventBaseProperties.setMessageId(String messageId)"
summary: "Set the message<wbr>Id property: The identity of the SMS message."
parameters:
- description: "the messageId value to set."
name: "messageId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AcsSmsEventBaseProperties setMessageId(String messageId)"
desc: "Set the messageId property: The identity of the SMS message."
returns:
description: "the AcsSmsEventBaseProperties object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties?alt=com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties&text=AcsSmsEventBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.setTo(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.setTo(String to)"
name: "setTo(String to)"
nameWithType: "AcsSmsEventBaseProperties.setTo(String to)"
summary: "Set the to property: The identity of SMS message receiver."
parameters:
- description: "the to value to set."
name: "to"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AcsSmsEventBaseProperties setTo(String to)"
desc: "Set the to property: The identity of SMS message receiver."
returns:
description: "the AcsSmsEventBaseProperties object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties?alt=com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties&text=AcsSmsEventBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "AcsSmsEventBaseProperties.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Schema of common properties of all SMS events."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties?alt=com.azure.messaging.eventgrid.systemevents.AcsSmsEventBaseProperties&text=AcsSmsEventBaseProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.messaging.eventgrid.systemevents"
artifact: com.azure:azure-messaging-eventgrid:4.26.0