public class ModifyRunSyncAssetRequest extends AbstractModel
Constructor and Description |
---|
ModifyRunSyncAssetRequest() |
ModifyRunSyncAssetRequest(ModifyRunSyncAssetRequest 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 |
getType()
Get 0: edge firewall toggle; 1: VPC firewall toggle
|
void |
setType(Long Type)
Set 0: edge firewall toggle; 1: VPC firewall toggle
|
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 ModifyRunSyncAssetRequest()
public ModifyRunSyncAssetRequest(ModifyRunSyncAssetRequest source)
public Long getType()
public void setType(Long Type)
Type
- 0: edge firewall toggle; 1: VPC firewall toggleCopyright © 2023. All rights reserved.