Class UsagePlanBindSecret
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.UsagePlanBindSecret
-
public class UsagePlanBindSecret extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UsagePlanBindSecret()UsagePlanBindSecret(UsagePlanBindSecret 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 StringgetAccessKeyId()Get 密钥ID。 注意:此字段可能返回 null,表示取不到有效值。StringgetSecretName()Get 密钥名称。 注意:此字段可能返回 null,表示取不到有效值。LonggetStatus()Get 密钥状态,0表示已禁用,1表示启用中。 注意:此字段可能返回 null,表示取不到有效值。voidsetAccessKeyId(String AccessKeyId)Set 密钥ID。 注意:此字段可能返回 null,表示取不到有效值。voidsetSecretName(String SecretName)Set 密钥名称。 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(Long Status)Set 密钥状态,0表示已禁用,1表示启用中。 注意:此字段可能返回 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
-
UsagePlanBindSecret
public UsagePlanBindSecret()
-
UsagePlanBindSecret
public UsagePlanBindSecret(UsagePlanBindSecret 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
-
getAccessKeyId
public String getAccessKeyId()
Get 密钥ID。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AccessKeyId 密钥ID。 注意:此字段可能返回 null,表示取不到有效值。
-
setAccessKeyId
public void setAccessKeyId(String AccessKeyId)
Set 密钥ID。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AccessKeyId- 密钥ID。 注意:此字段可能返回 null,表示取不到有效值。
-
getSecretName
public String getSecretName()
Get 密钥名称。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SecretName 密钥名称。 注意:此字段可能返回 null,表示取不到有效值。
-
setSecretName
public void setSecretName(String SecretName)
Set 密钥名称。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SecretName- 密钥名称。 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public Long getStatus()
Get 密钥状态,0表示已禁用,1表示启用中。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 密钥状态,0表示已禁用,1表示启用中。 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(Long Status)
Set 密钥状态,0表示已禁用,1表示启用中。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 密钥状态,0表示已禁用,1表示启用中。 注意:此字段可能返回 null,表示取不到有效值。
-
-