public class CcnRouteTableInputPolicys extends AbstractModel
header, skipSign| Constructor and Description |
|---|
CcnRouteTableInputPolicys() |
CcnRouteTableInputPolicys(CcnRouteTableInputPolicys 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 |
|---|---|
String |
getCreateTime()
Get 创建时间。
|
CcnRouteTableInputPolicy[] |
getPolicys()
Get 策略列表。
|
Long |
getPolicyVersion()
Get 版本号。
|
void |
setCreateTime(String CreateTime)
Set 创建时间。
|
void |
setPolicys(CcnRouteTableInputPolicy[] Policys)
Set 策略列表。
|
void |
setPolicyVersion(Long PolicyVersion)
Set 版本号。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CcnRouteTableInputPolicys()
public CcnRouteTableInputPolicys(CcnRouteTableInputPolicys source)
public CcnRouteTableInputPolicy[] getPolicys()
public void setPolicys(CcnRouteTableInputPolicy[] Policys)
Policys - 策略列表。public Long getPolicyVersion()
public void setPolicyVersion(Long PolicyVersion)
PolicyVersion - 版本号。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间。Copyright © 2025. All rights reserved.