Class GatewayVersion
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.GatewayVersion
-
public class GatewayVersion extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GatewayVersion()GatewayVersion(GatewayVersion 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 StringgetName()Get 服务名称 注意:此字段可能返回 null,表示取不到有效值。StringgetVersion()Get 服务版本 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 服务名称 注意:此字段可能返回 null,表示取不到有效值。voidsetVersion(String Version)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
-
GatewayVersion
public GatewayVersion()
-
GatewayVersion
public GatewayVersion(GatewayVersion 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
-
getName
public String getName()
Get 服务名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 服务名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 服务名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 服务名称 注意:此字段可能返回 null,表示取不到有效值。
-
getVersion
public String getVersion()
Get 服务版本 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Version 服务版本 注意:此字段可能返回 null,表示取不到有效值。
-
setVersion
public void setVersion(String Version)
Set 服务版本 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Version- 服务版本 注意:此字段可能返回 null,表示取不到有效值。
-
-