public class ResourceCreationLimitPolicy extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResourceCreationLimitPolicy() |
ResourceCreationLimitPolicy(ResourceCreationLimitPolicy source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getNewGameServerSessionsPerCreator()
Get Creation quantity.
|
Long |
getPolicyPeriodInMinutes()
Get Unit time.
|
void |
setNewGameServerSessionsPerCreator(Long NewGameServerSessionsPerCreator)
Set Creation quantity.
|
void |
setPolicyPeriodInMinutes(Long PolicyPeriodInMinutes)
Set Unit time.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ResourceCreationLimitPolicy()
public ResourceCreationLimitPolicy(ResourceCreationLimitPolicy source)
public Long getNewGameServerSessionsPerCreator()
public void setNewGameServerSessionsPerCreator(Long NewGameServerSessionsPerCreator)
NewGameServerSessionsPerCreator
- Creation quantity. Minimum value: 1. Default value: 2.public Long getPolicyPeriodInMinutes()
public void setPolicyPeriodInMinutes(Long PolicyPeriodInMinutes)
PolicyPeriodInMinutes
- Unit time. Minimum value: 1. Default value: 3. Unit: minute.Copyright © 2024. All rights reserved.