|  |  |  | 
|---|
|  |  |  | package com.genersoft.iot.vmp.gb28181.bean; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import javax.sip.message.Request; | 
|---|
|  |  |  | import com.genersoft.iot.vmp.gb28181.session.VideoStreamSessionManager; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public class SsrcTransaction { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String deviceId; | 
|---|
|  |  |  | private String channelId; | 
|---|
|  |  |  | private String ssrc; | 
|---|
|  |  |  | private String streamId; | 
|---|
|  |  |  | private String callId; | 
|---|
|  |  |  | private String stream; | 
|---|
|  |  |  | private byte[] transaction; | 
|---|
|  |  |  | private byte[] dialog; | 
|---|
|  |  |  | private String mediaServerId; | 
|---|
|  |  |  | private String ssrc; | 
|---|
|  |  |  | private VideoStreamSessionManager.SessionType type; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getDeviceId() { | 
|---|
|  |  |  | return deviceId; | 
|---|
|  |  |  | 
|---|
|  |  |  | this.channelId = channelId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getSsrc() { | 
|---|
|  |  |  | return ssrc; | 
|---|
|  |  |  | public String getCallId() { | 
|---|
|  |  |  | return callId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setSsrc(String ssrc) { | 
|---|
|  |  |  | this.ssrc = ssrc; | 
|---|
|  |  |  | public void setCallId(String callId) { | 
|---|
|  |  |  | this.callId = callId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getStreamId() { | 
|---|
|  |  |  | return streamId; | 
|---|
|  |  |  | public String getStream() { | 
|---|
|  |  |  | return stream; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setStreamId(String streamId) { | 
|---|
|  |  |  | this.streamId = streamId; | 
|---|
|  |  |  | public void setStream(String stream) { | 
|---|
|  |  |  | this.stream = stream; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public byte[] getTransaction() { | 
|---|
|  |  |  | 
|---|
|  |  |  | public void setMediaServerId(String mediaServerId) { | 
|---|
|  |  |  | this.mediaServerId = mediaServerId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getSsrc() { | 
|---|
|  |  |  | return ssrc; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setSsrc(String ssrc) { | 
|---|
|  |  |  | this.ssrc = ssrc; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public VideoStreamSessionManager.SessionType getType() { | 
|---|
|  |  |  | return type; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setType(VideoStreamSessionManager.SessionType type) { | 
|---|
|  |  |  | this.type = type; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|