old mode 100644
new mode 100755
| | |
| | | package com.genersoft.iot.vmp.gb28181.bean; |
| | | |
| | | import javax.sip.message.Request; |
| | | import com.genersoft.iot.vmp.common.InviteSessionType; |
| | | |
| | | public class SsrcTransaction { |
| | | |
| | | private String deviceId; |
| | | private String channelId; |
| | | private String ssrc; |
| | | private String streamId; |
| | | private byte[] transaction; |
| | | private byte[] dialog; |
| | | private String callId; |
| | | private String stream; |
| | | private String mediaServerId; |
| | | private String ssrc; |
| | | |
| | | private SipTransactionInfo sipTransactionInfo; |
| | | |
| | | private InviteSessionType 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 byte[] getTransaction() { |
| | | return transaction; |
| | | } |
| | | |
| | | public void setTransaction(byte[] transaction) { |
| | | this.transaction = transaction; |
| | | } |
| | | |
| | | public byte[] getDialog() { |
| | | return dialog; |
| | | } |
| | | |
| | | public void setDialog(byte[] dialog) { |
| | | this.dialog = dialog; |
| | | public void setStream(String stream) { |
| | | this.stream = stream; |
| | | } |
| | | |
| | | public String getMediaServerId() { |
| | |
| | | public void setMediaServerId(String mediaServerId) { |
| | | this.mediaServerId = mediaServerId; |
| | | } |
| | | |
| | | public String getSsrc() { |
| | | return ssrc; |
| | | } |
| | | |
| | | public void setSsrc(String ssrc) { |
| | | this.ssrc = ssrc; |
| | | } |
| | | |
| | | public InviteSessionType getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(InviteSessionType type) { |
| | | this.type = type; |
| | | } |
| | | |
| | | public SipTransactionInfo getSipTransactionInfo() { |
| | | return sipTransactionInfo; |
| | | } |
| | | |
| | | public void setSipTransactionInfo(SipTransactionInfo sipTransactionInfo) { |
| | | this.sipTransactionInfo = sipTransactionInfo; |
| | | } |
| | | } |