public class GetMetricRequest extends io.gs2.control.Gs2BasicRequest<GetMetricRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetMetricRequest.Constant |
| Constructor and Description |
|---|
GetMetricRequest() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowLongTerm()
長期間のデータ取得を許可するかを取得
|
Integer |
getBegin()
データの取得開始日時を取得
|
Integer |
getEnd()
データの取得終了日時を取得
|
String |
getOperation()
操作名を取得
|
String |
getServiceId()
リソースGRNを取得
|
void |
setAllowLongTerm(Boolean allowLongTerm)
長期間のデータ取得を許可するかを設定
|
void |
setBegin(Integer begin)
データの取得開始日時を設定
|
void |
setEnd(Integer end)
データの取得終了日時を設定
|
void |
setOperation(String operation)
操作名を設定
|
void |
setServiceId(String serviceId)
リソースGRNを設定
|
GetMetricRequest |
withAllowLongTerm(Boolean allowLongTerm)
長期間のデータ取得を許可するかを設定
|
GetMetricRequest |
withBegin(Integer begin)
データの取得開始日時を設定
|
GetMetricRequest |
withEnd(Integer end)
データの取得終了日時を設定
|
GetMetricRequest |
withOperation(String operation)
操作名を設定
|
GetMetricRequest |
withServiceId(String serviceId)
リソースGRNを設定
|
public String getServiceId()
public void setServiceId(String serviceId)
serviceId - リソースGRNpublic GetMetricRequest withServiceId(String serviceId)
serviceId - リソースGRNpublic String getOperation()
public void setOperation(String operation)
operation - 操作名public GetMetricRequest withOperation(String operation)
operation - 操作名public Integer getBegin()
public void setBegin(Integer begin)
begin - データの取得開始日時public GetMetricRequest withBegin(Integer begin)
begin - データの取得開始日時public Integer getEnd()
public void setEnd(Integer end)
end - データの取得終了日時public GetMetricRequest withEnd(Integer end)
end - データの取得終了日時public Boolean getAllowLongTerm()
public void setAllowLongTerm(Boolean allowLongTerm)
allowLongTerm - 長期間のデータ取得を許可するかpublic GetMetricRequest withAllowLongTerm(Boolean allowLongTerm)
allowLongTerm - 長期間のデータ取得を許可するかCopyright © 2016 Game Server Services, Inc. AllRights Reserved.