public class PublishRequest extends Object
| Constructor and Description |
|---|
PublishRequest(String id,
String view_server,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
ViewCategory |
getCategory() |
ClientType |
getClient_type() |
String |
getComment() |
String |
getId() |
String |
getView_server() |
void |
setCategory(ViewCategory category) |
void |
setClient_type(ClientType client_type) |
void |
setComment(String comment) |
void |
setId(String id) |
void |
setView_server(String view_server) |
String |
toString() |
public String getId()
public void setId(String id)
public String getView_server()
public void setView_server(String view_server)
public String getComment()
public void setComment(String comment)
public ClientType getClient_type()
public void setClient_type(ClientType client_type)
public ViewCategory getCategory()
public void setCategory(ViewCategory category)
Copyright © 2025. All rights reserved.