Class UsagePlanBindEnvironment
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.UsagePlanBindEnvironment
-
public class UsagePlanBindEnvironment extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UsagePlanBindEnvironment()UsagePlanBindEnvironment(UsagePlanBindEnvironment 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 StringgetEnvironmentName()Get 环境名。 注意:此字段可能返回 null,表示取不到有效值。StringgetServiceId()Get 服务唯一ID。 注意:此字段可能返回 null,表示取不到有效值。voidsetEnvironmentName(String EnvironmentName)Set 环境名。 注意:此字段可能返回 null,表示取不到有效值。voidsetServiceId(String ServiceId)Set 服务唯一ID。 注意:此字段可能返回 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
-
UsagePlanBindEnvironment
public UsagePlanBindEnvironment()
-
UsagePlanBindEnvironment
public UsagePlanBindEnvironment(UsagePlanBindEnvironment 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
-
getEnvironmentName
public String getEnvironmentName()
Get 环境名。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EnvironmentName 环境名。 注意:此字段可能返回 null,表示取不到有效值。
-
setEnvironmentName
public void setEnvironmentName(String EnvironmentName)
Set 环境名。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EnvironmentName- 环境名。 注意:此字段可能返回 null,表示取不到有效值。
-
getServiceId
public String getServiceId()
Get 服务唯一ID。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ServiceId 服务唯一ID。 注意:此字段可能返回 null,表示取不到有效值。
-
setServiceId
public void setServiceId(String ServiceId)
Set 服务唯一ID。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ServiceId- 服务唯一ID。 注意:此字段可能返回 null,表示取不到有效值。
-
-