Class ModifyAssetSyncResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.ModifyAssetSyncResponse
-
public class ModifyAssetSyncResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyAssetSyncResponse()
ModifyAssetSyncResponse(ModifyAssetSyncResponse 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 String
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Long
getReturnCode()
Get 0 成功 非0 失败String
getReturnMsg()
Get success 成功 其他失败Long
getStatus()
Get 返回状态 0 请求成功 2 请求失败 3 请求失败-频率限制void
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setReturnCode(Long ReturnCode)
Set 0 成功 非0 失败void
setReturnMsg(String ReturnMsg)
Set success 成功 其他失败void
setStatus(Long Status)
Set 返回状态 0 请求成功 2 请求失败 3 请求失败-频率限制void
toMap(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
-
ModifyAssetSyncResponse
public ModifyAssetSyncResponse()
-
ModifyAssetSyncResponse
public ModifyAssetSyncResponse(ModifyAssetSyncResponse 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
-
getStatus
public Long getStatus()
Get 返回状态 0 请求成功 2 请求失败 3 请求失败-频率限制- Returns:
- Status 返回状态 0 请求成功 2 请求失败 3 请求失败-频率限制
-
setStatus
public void setStatus(Long Status)
Set 返回状态 0 请求成功 2 请求失败 3 请求失败-频率限制- Parameters:
Status
- 返回状态 0 请求成功 2 请求失败 3 请求失败-频率限制
-
getReturnMsg
public String getReturnMsg()
Get success 成功 其他失败- Returns:
- ReturnMsg success 成功 其他失败
-
setReturnMsg
public void setReturnMsg(String ReturnMsg)
Set success 成功 其他失败- Parameters:
ReturnMsg
- success 成功 其他失败
-
getReturnCode
public Long getReturnCode()
Get 0 成功 非0 失败- Returns:
- ReturnCode 0 成功 非0 失败
-
setReturnCode
public void setReturnCode(Long ReturnCode)
Set 0 成功 非0 失败- Parameters:
ReturnCode
- 0 成功 非0 失败
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-