public class PublishResponse extends Object implements Serializable
| Constructor and Description |
|---|
PublishResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
本文を取得
|
String |
getSubject()
件名を取得
|
String |
getType()
通知に使用した方式を取得
|
void |
setBody(String body)
本文を設定
|
void |
setSubject(String subject)
件名を設定
|
void |
setType(String type)
通知に使用した方式を設定
|
public String getBody()
public void setBody(String body)
body - 本文public String getType()
public void setType(String type)
type - 通知に使用した方式public String getSubject()
public void setSubject(String subject)
subject - 件名Copyright © 2016 Game Server Services, Inc. AllRights Reserved.