|  |  |  | 
|---|
|  |  |  | // 注册未回复次数 | 
|---|
|  |  |  | private int registerAliveReply; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String callId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private ParentPlatform parentPlatform; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getId() { | 
|---|
|  |  |  | return id; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | public void setRegisterAliveReply(int registerAliveReply) { | 
|---|
|  |  |  | this.registerAliveReply = registerAliveReply; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public ParentPlatform getParentPlatform() { | 
|---|
|  |  |  | return parentPlatform; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setParentPlatform(ParentPlatform parentPlatform) { | 
|---|
|  |  |  | this.parentPlatform = parentPlatform; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getCallId() { | 
|---|
|  |  |  | return callId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setCallId(String callId) { | 
|---|
|  |  |  | this.callId = callId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|