public class SbcSubscription extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
sessionId |
int |
type |
String |
uuid |
String |
viewServer |
| Constructor and Description |
|---|
SbcSubscription(String sessionId,
int type,
String uuid,
String viewServer) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSessionId() |
int |
getType() |
String |
getUuid() |
String |
getViewServer() |
void |
setSessionId(String sessionId) |
void |
setType(int type) |
void |
setUuid(String uuid) |
void |
setViewServer(String viewServer) |
String |
toString() |
public String sessionId
public int type
public String uuid
public String viewServer
public String getSessionId()
public void setSessionId(String sessionId)
public int getType()
public void setType(int type)
public String getUuid()
public void setUuid(String uuid)
public String getViewServer()
public void setViewServer(String viewServer)
Copyright © 2025. All rights reserved.