public class EnvironmentStrategy extends AbstractModel
Constructor and Description |
---|
EnvironmentStrategy() |
Modifier and Type | Method and Description |
---|---|
String |
getEnvironmentName()
Get 环境名
|
Long |
getQuota()
Get 限流值
|
void |
setEnvironmentName(String EnvironmentName)
Set 环境名
|
void |
setQuota(Long Quota)
Set 限流值
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName
- 环境名public Long getQuota()
public void setQuota(Long Quota)
Quota
- 限流值Copyright © 2020. All rights reserved.