Class SubnetInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.SubnetInfo
-
public class SubnetInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SubnetInfo()SubnetInfo(SubnetInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSubnetId()Get 子网信息(ID) 注意:此字段可能返回 null,表示取不到有效值。StringgetSubnetName()Get 子网信息(名字) 注意:此字段可能返回 null,表示取不到有效值。voidsetSubnetId(String SubnetId)Set 子网信息(ID) 注意:此字段可能返回 null,表示取不到有效值。voidsetSubnetName(String SubnetName)Set 子网信息(名字) 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SubnetInfo
public SubnetInfo()
-
SubnetInfo
public SubnetInfo(SubnetInfo 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.
-
-
Method Detail
-
getSubnetName
public String getSubnetName()
Get 子网信息(名字) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubnetName 子网信息(名字) 注意:此字段可能返回 null,表示取不到有效值。
-
setSubnetName
public void setSubnetName(String SubnetName)
Set 子网信息(名字) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubnetName- 子网信息(名字) 注意:此字段可能返回 null,表示取不到有效值。
-
getSubnetId
public String getSubnetId()
Get 子网信息(ID) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubnetId 子网信息(ID) 注意:此字段可能返回 null,表示取不到有效值。
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网信息(ID) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubnetId- 子网信息(ID) 注意:此字段可能返回 null,表示取不到有效值。
-
-