|  |  | 
 |  |  |      */ | 
 |  |  |     private int localPort; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 使用的流媒体 | 
 |  |  |      */ | 
 |  |  |     private String mediaServerId; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      *  invite的callId | 
 |  |  |      */ | 
 |  |  |     private String CallId; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 播放类型 | 
 |  |  |      */ | 
 |  |  |     private InviteStreamType playType; | 
 |  |  |  | 
 |  |  |     private byte[] transaction; | 
 |  |  |  | 
 |  |  |     private byte[] dialog; | 
 |  |  |  | 
 |  |  |     public String getIp() { | 
 |  |  |         return ip; | 
 |  |  |     } | 
 |  |  | 
 |  |  |     public void setTcpActive(boolean tcpActive) { | 
 |  |  |         this.tcpActive = tcpActive; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getMediaServerId() { | 
 |  |  |         return mediaServerId; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public void setMediaServerId(String mediaServerId) { | 
 |  |  |         this.mediaServerId = mediaServerId; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getCallId() { | 
 |  |  |         return CallId; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public void setCallId(String callId) { | 
 |  |  |         CallId = callId; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public InviteStreamType getPlayType() { | 
 |  |  |         return playType; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public void setPlayType(InviteStreamType playType) { | 
 |  |  |         this.playType = playType; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     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; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |  | 
 |  |  | } |