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 of the created Tencent Cloud service credential async task. 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
String | 
getSecretName()
Get Name of the created credential. 
 | 
Long | 
getTagCode()
Get Tag operation return code. 
 | 
String | 
getTagMsg()
Get Tag operation return message. 
 | 
void | 
setFlowID(Long FlowID)
Set ID of the created Tencent Cloud service credential async task. 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setSecretName(String SecretName)
Set Name of the created credential. 
 | 
void | 
setTagCode(Long TagCode)
Set Tag operation return code. 
 | 
void | 
setTagMsg(String TagMsg)
Set Tag operation return message. 
 | 
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 - Name of the created credential.public Long getTagCode()
public void setTagCode(Long TagCode)
TagCode - Tag operation return code. 0: success; 1: internal error; 2: business processing error.
Note: this field may return null, indicating that no valid values can be obtained.
Note: this field may return null, indicating that no valid values can be obtained.public String getTagMsg()
public void setTagMsg(String TagMsg)
TagMsg - Tag operation return message.
Note: this field may return null, indicating that no valid values can be obtained.public Long getFlowID()
public void setFlowID(Long FlowID)
FlowID - ID of the created Tencent Cloud service credential async task.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2025. All rights reserved.