public class GetMyVariableResult extends Object
| Constructor and Description |
|---|
GetMyVariableResult() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getExpire()
有効期限(エポック秒)を取得
|
String |
getValue()
値を取得
|
void |
setExpire(Integer expire)
有効期限(エポック秒)を設定
|
void |
setValue(String value)
値を設定
|
public Integer getExpire()
public void setExpire(Integer expire)
expire - 有効期限(エポック秒)public String getValue()
public void setValue(String value)
value - 値Copyright © 2016 Game Server Services, Inc. AllRights Reserved.