Class ServicesInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.ServicesInfo
-
public class ServicesInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ServicesInfo()ServicesInfo(ServicesInfo 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 StringgetDescription()Get 备注。 注意:此字段可能返回 null,表示取不到有效值。StringgetService()Get 协议端口。voidsetDescription(String Description)Set 备注。 注意:此字段可能返回 null,表示取不到有效值。voidsetService(String Service)Set 协议端口。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
-
ServicesInfo
public ServicesInfo()
-
ServicesInfo
public ServicesInfo(ServicesInfo 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
-
getService
public String getService()
Get 协议端口。- Returns:
- Service 协议端口。
-
setService
public void setService(String Service)
Set 协议端口。- Parameters:
Service- 协议端口。
-
getDescription
public String getDescription()
Get 备注。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 备注。 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 备注。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description- 备注。 注意:此字段可能返回 null,表示取不到有效值。
-
-