public class SourceIPVpcInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SourceIPVpcInfo() |
SourceIPVpcInfo(SourceIPVpcInfo 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 |
getAppID()
Get vpc所属appid
|
String |
getName()
Get 账号名称
|
String |
getVpcID()
Get vpc id
|
String |
getVpcName()
Get vpc 名称
|
void |
setAppID(Long AppID)
Set vpc所属appid
|
void |
setName(String Name)
Set 账号名称
|
void |
setVpcID(String VpcID)
Set vpc id
|
void |
setVpcName(String VpcName)
Set vpc 名称
|
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 SourceIPVpcInfo()
public SourceIPVpcInfo(SourceIPVpcInfo source)
public String getName()
public void setName(String Name)
Name
- 账号名称public Long getAppID()
public void setAppID(Long AppID)
AppID
- vpc所属appidpublic String getVpcID()
public void setVpcID(String VpcID)
VpcID
- vpc idpublic String getVpcName()
public void setVpcName(String VpcName)
VpcName
- vpc 名称Copyright © 2025. All rights reserved.