public class CreateProductSecretResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateProductSecretResponse() | 
| CreateProductSecretResponse(CreateProductSecretResponse 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 | 
|---|---|
| Long | getFlowID()Get 创建云产品凭据异步任务ID号。 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| String | getSecretName()Get 创建的凭据名称。 | 
| Long | getTagCode()Get 标签操作的返回码. | 
| String | getTagMsg()Get 标签操作的返回信息。 | 
| void | setFlowID(Long FlowID)Set 创建云产品凭据异步任务ID号。 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setSecretName(String SecretName)Set 创建的凭据名称。 | 
| void | setTagCode(Long TagCode)Set 标签操作的返回码. | 
| void | setTagMsg(String TagMsg)Set 标签操作的返回信息。 | 
| 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 CreateProductSecretResponse()
public CreateProductSecretResponse(CreateProductSecretResponse source)
public String getSecretName()
public void setSecretName(String SecretName)
SecretName - 创建的凭据名称。public Long getTagCode()
public void setTagCode(Long TagCode)
TagCode - 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误。public String getTagMsg()
public void setTagMsg(String TagMsg)
TagMsg - 标签操作的返回信息。public Long getFlowID()
public void setFlowID(Long FlowID)
FlowID - 创建云产品凭据异步任务ID号。public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.