Interface UpdateReservationRequest
- All Superinterfaces:
Request<oracle.communication.brm.charging.messages.update.Update>
,ReservationRequest
,Serializable
,TemporalObject
,oracle.communication.brm.charging.messages.update.UpdateRequest
,oracle.communication.brm.charging.ratingview.UpdateRequestView
Interface specific for UpdateReservationRequest..
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.communication.brm.charging.messages.update.UpdateRequest
oracle.communication.brm.charging.messages.update.UpdateRequest.ChargeSharing
-
Method Summary
Modifier and TypeMethodDescriptiongetEndT()
This holds the EndTime Upto the request gets extended of an update requestThis holds the Reason for update requestThis holds the Session ID of the update requestThis holds the Status of update requestMethods inherited from interface oracle.communication.brm.charging.messages.framework.Request
getOperation, getPayload
Methods inherited from interface oracle.communication.brm.charging.messages.update.ReservationRequest
getBucketId, getProductId, getProductType, getRelatedParty, getRequestedDate, getRequester, getUserIdentity
Methods inherited from interface oracle.communication.brm.charging.messages.framework.TemporalObject
getCreationInstant
Methods inherited from interface oracle.communication.brm.charging.messages.update.UpdateRequest
getBusinessEvent, getCustomerId, getCustomerIds, getEventDateTime, getMsgId, getTraced, isAsynchronous, isChargeSharing, isTransactional, revisionCheck, setAsynchronous, setCustomerId, setTraced, setTransactional
-
Method Details
-
getReason
String getReason()This holds the Reason for update request- Returns:
-
getSessionID
String getSessionID()This holds the Session ID of the update request- Returns:
-
getStatus
String getStatus()This holds the Status of update request -
getEndT
Long getEndT()This holds the EndTime Upto the request gets extended of an update request- Returns:
-