public class DirectRoutingLogRow
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
calleeNumber
The Callee Number.
|
java.lang.Integer |
callEndSubReason
The Call End Sub Reason.
|
java.lang.String |
callerNumber
The Caller Number.
|
java.lang.String |
callType
The Call Type.
|
java.lang.String |
correlationId
The Correlation Id.
|
java.lang.Integer |
duration
The Duration.
|
java.time.OffsetDateTime |
endDateTime
The End Date Time.
|
java.time.OffsetDateTime |
failureDateTime
The Failure Date Time.
|
java.lang.Integer |
finalSipCode
The Final Sip Code.
|
java.lang.String |
finalSipCodePhrase
The Final Sip Code Phrase.
|
java.lang.String |
id
The Id.
|
java.time.OffsetDateTime |
inviteDateTime
The Invite Date Time.
|
java.lang.Boolean |
mediaBypassEnabled
The Media Bypass Enabled.
|
java.lang.String |
mediaPathLocation
The Media Path Location.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
signalingLocation
The Signaling Location.
|
java.time.OffsetDateTime |
startDateTime
The Start Date Time.
|
java.lang.Boolean |
successfulCall
The Successful Call.
|
java.lang.String |
trunkFullyQualifiedDomainName
The Trunk Fully Qualified Domain Name.
|
java.lang.String |
userDisplayName
The User Display Name.
|
java.lang.String |
userId
The User Id.
|
java.lang.String |
userPrincipalName
The User Principal Name.
|
| Constructor and Description |
|---|
DirectRoutingLogRow() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="calleeNumber",
alternate="CalleeNumber")
@Expose
@Nullable
public java.lang.String calleeNumber
@SerializedName(value="callEndSubReason",
alternate="CallEndSubReason")
@Expose
@Nullable
public java.lang.Integer callEndSubReason
@SerializedName(value="callerNumber",
alternate="CallerNumber")
@Expose
@Nullable
public java.lang.String callerNumber
@SerializedName(value="callType",
alternate="CallType")
@Expose
@Nullable
public java.lang.String callType
@SerializedName(value="correlationId",
alternate="CorrelationId")
@Expose
@Nullable
public java.lang.String correlationId
@SerializedName(value="duration",
alternate="Duration")
@Expose
@Nullable
public java.lang.Integer duration
@SerializedName(value="endDateTime",
alternate="EndDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime endDateTime
@SerializedName(value="failureDateTime",
alternate="FailureDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime failureDateTime
@SerializedName(value="finalSipCode",
alternate="FinalSipCode")
@Expose
@Nullable
public java.lang.Integer finalSipCode
@SerializedName(value="finalSipCodePhrase",
alternate="FinalSipCodePhrase")
@Expose
@Nullable
public java.lang.String finalSipCodePhrase
@SerializedName(value="id",
alternate="Id")
@Expose
@Nullable
public java.lang.String id
@SerializedName(value="inviteDateTime",
alternate="InviteDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime inviteDateTime
@SerializedName(value="mediaBypassEnabled",
alternate="MediaBypassEnabled")
@Expose
@Nullable
public java.lang.Boolean mediaBypassEnabled
@SerializedName(value="mediaPathLocation",
alternate="MediaPathLocation")
@Expose
@Nullable
public java.lang.String mediaPathLocation
@SerializedName(value="signalingLocation",
alternate="SignalingLocation")
@Expose
@Nullable
public java.lang.String signalingLocation
@SerializedName(value="startDateTime",
alternate="StartDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime startDateTime
@SerializedName(value="successfulCall",
alternate="SuccessfulCall")
@Expose
@Nullable
public java.lang.Boolean successfulCall
@SerializedName(value="trunkFullyQualifiedDomainName",
alternate="TrunkFullyQualifiedDomainName")
@Expose
@Nullable
public java.lang.String trunkFullyQualifiedDomainName
@SerializedName(value="userDisplayName",
alternate="UserDisplayName")
@Expose
@Nullable
public java.lang.String userDisplayName
@SerializedName(value="userId",
alternate="UserId")
@Expose
@Nullable
public java.lang.String userId
@SerializedName(value="userPrincipalName",
alternate="UserPrincipalName")
@Expose
@Nullable
public java.lang.String userPrincipalName
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to