Class ModifySignStatus
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sms.v20190711.models.ModifySignStatus
-
public class ModifySignStatus extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifySignStatus()
ModifySignStatus(ModifySignStatus 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
getSignApplyId()
Get 签名修改申请IdLong
getSignId()
Get 签名Idvoid
setSignApplyId(String SignApplyId)
Set 签名修改申请Idvoid
setSignId(Long SignId)
Set 签名Idvoid
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
-
ModifySignStatus
public ModifySignStatus()
-
ModifySignStatus
public ModifySignStatus(ModifySignStatus 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
-
getSignId
public Long getSignId()
Get 签名Id- Returns:
- SignId 签名Id
-
setSignId
public void setSignId(Long SignId)
Set 签名Id- Parameters:
SignId
- 签名Id
-
getSignApplyId
public String getSignApplyId()
Get 签名修改申请Id- Returns:
- SignApplyId 签名修改申请Id
-
setSignApplyId
public void setSignApplyId(String SignApplyId)
Set 签名修改申请Id- Parameters:
SignApplyId
- 签名修改申请Id
-
-