|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String id; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // 心跳未回复次数 | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 心跳未回复次数 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private int keepAliveReply; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // 注册未回复次数 | 
|---|
|  |  |  | private int registerAliveReply; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String callId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private ParentPlatform parentPlatform; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private SipTransactionInfo sipTransactionInfo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getId() { | 
|---|
|  |  |  | return id; | 
|---|
|  |  |  | 
|---|
|  |  |  | public void setParentPlatform(ParentPlatform parentPlatform) { | 
|---|
|  |  |  | this.parentPlatform = parentPlatform; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getCallId() { | 
|---|
|  |  |  | return callId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setCallId(String callId) { | 
|---|
|  |  |  | this.callId = callId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public SipTransactionInfo getSipTransactionInfo() { | 
|---|
|  |  |  | return sipTransactionInfo; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setSipTransactionInfo(SipTransactionInfo sipTransactionInfo) { | 
|---|
|  |  |  | this.sipTransactionInfo = sipTransactionInfo; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|