public class CcnFlowLock extends AbstractModel
header, skipSign
Constructor and Description |
---|
CcnFlowLock() |
CcnFlowLock(CcnFlowLock 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 |
getCcnId()
Get 带宽所属的云联网ID。
|
String |
getRegionFlowControlId()
Get 带宽实例的唯一ID。作为`UnlockCcnBandwidths`接口和`LockCcnBandwidths`接口的入参时,该字段必传。
|
String |
getUserAccountID()
Get 实例所属用户主账号ID。
|
void |
setCcnId(String CcnId)
Set 带宽所属的云联网ID。
|
void |
setRegionFlowControlId(String RegionFlowControlId)
Set 带宽实例的唯一ID。作为`UnlockCcnBandwidths`接口和`LockCcnBandwidths`接口的入参时,该字段必传。
|
void |
setUserAccountID(String UserAccountID)
Set 实例所属用户主账号ID。
|
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, toJsonString
public CcnFlowLock()
public CcnFlowLock(CcnFlowLock source)
public String getCcnId()
public void setCcnId(String CcnId)
CcnId
- 带宽所属的云联网ID。public String getUserAccountID()
public void setUserAccountID(String UserAccountID)
UserAccountID
- 实例所属用户主账号ID。public String getRegionFlowControlId()
public void setRegionFlowControlId(String RegionFlowControlId)
RegionFlowControlId
- 带宽实例的唯一ID。作为`UnlockCcnBandwidths`接口和`LockCcnBandwidths`接口的入参时,该字段必传。Copyright © 2024. All rights reserved.