public class UsagePlanBindSecret extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAccessKeyId()Get 密钥ID。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getSecretName()Get 密钥名称。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getStatus()Get 密钥状态,0表示已禁用,1表示启用中。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAccessKeyId(String AccessKeyId)Set 密钥ID。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSecretName(String SecretName)Set 密钥名称。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStatus(Long Status)Set 密钥状态,0表示已禁用,1表示启用中。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UsagePlanBindSecret()
public UsagePlanBindSecret(UsagePlanBindSecret source)
public String getAccessKeyId()
public void setAccessKeyId(String AccessKeyId)
AccessKeyId - 密钥ID。
注意:此字段可能返回 null,表示取不到有效值。public String getSecretName()
public void setSecretName(String SecretName)
SecretName - 密钥名称。
注意:此字段可能返回 null,表示取不到有效值。public Long getStatus()
public void setStatus(Long Status)
Status - 密钥状态,0表示已禁用,1表示启用中。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.