ResultInformation Class
- java.
lang. Object - com.
azure. communication. callautomation. models. events. ResultInformation
- com.
Implements
public final class ResultInformation
implements JsonSerializable<ResultInformation>
The ResultInformation model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Result |
fromJson(JsonReader jsonReader)
Reads an instance of Result |
| Integer |
getCode()
Get the code property: The code property. |
| String |
getMessage()
Get the message property: The message property. |
| Integer |
getSubCode()
Get the sub |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ResultInformation fromJson(JsonReader jsonReader)
Reads an instance of ResultInformation from the JsonReader.
Parameters:
Returns:
Throws:
getCode
public Integer getCode()
Get the code property: The code property.
Returns:
getMessage
public String getMessage()
Get the message property: The message property.
Returns:
getSubCode
public Integer getSubCode()
Get the subCode property: The subCode property.
Returns: