| Package | Description |
|---|---|
| io.gs2.mission.model | |
| io.gs2.mission.request |
| Modifier and Type | Field and Description |
|---|---|
protected List<CounterScopeModel> |
CounterModel.scopes
カウンターのリセットタイミング
|
protected List<CounterScopeModel> |
CounterModelMaster.scopes
カウンターのリセットタイミング
|
| Modifier and Type | Method and Description |
|---|---|
CounterScopeModel |
CounterScopeModel.withResetDayOfMonth(Integer resetDayOfMonth)
リセットをする日にちを設定
|
CounterScopeModel |
CounterScopeModel.withResetDayOfWeek(String resetDayOfWeek)
リセットする曜日を設定
|
CounterScopeModel |
CounterScopeModel.withResetHour(Integer resetHour)
リセット時刻を設定
|
CounterScopeModel |
CounterScopeModel.withResetType(String resetType)
リセットタイミングを設定
|
| Modifier and Type | Method and Description |
|---|---|
List<CounterScopeModel> |
CounterModel.getScopes()
カウンターのリセットタイミングを取得
|
List<CounterScopeModel> |
CounterModelMaster.getScopes()
カウンターのリセットタイミングを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
CounterModel.setScopes(List<CounterScopeModel> scopes)
カウンターのリセットタイミングを設定
|
void |
CounterModelMaster.setScopes(List<CounterScopeModel> scopes)
カウンターのリセットタイミングを設定
|
CounterModel |
CounterModel.withScopes(List<CounterScopeModel> scopes)
カウンターのリセットタイミングを設定
|
CounterModelMaster |
CounterModelMaster.withScopes(List<CounterScopeModel> scopes)
カウンターのリセットタイミングを設定
|
| Modifier and Type | Method and Description |
|---|---|
List<CounterScopeModel> |
UpdateCounterModelMasterRequest.getScopes()
カウンターのリセットタイミングを取得
|
List<CounterScopeModel> |
CreateCounterModelMasterRequest.getScopes()
カウンターのリセットタイミングを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCounterModelMasterRequest.setScopes(List<CounterScopeModel> scopes)
カウンターのリセットタイミングを設定
|
void |
CreateCounterModelMasterRequest.setScopes(List<CounterScopeModel> scopes)
カウンターのリセットタイミングを設定
|
UpdateCounterModelMasterRequest |
UpdateCounterModelMasterRequest.withScopes(List<CounterScopeModel> scopes)
カウンターのリセットタイミングを設定
|
CreateCounterModelMasterRequest |
CreateCounterModelMasterRequest.withScopes(List<CounterScopeModel> scopes)
カウンターのリセットタイミングを設定
|
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.