Class ModifyOrganizationDefaultSealRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.ModifyOrganizationDefaultSealRequest
-
public class ModifyOrganizationDefaultSealRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyOrganizationDefaultSealRequest()
ModifyOrganizationDefaultSealRequest(ModifyOrganizationDefaultSealRequest 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 Caller
getCaller()
Get 调用方信息String
getSealId()
Get 重新指定的默认印章IDString
getSourceIp()
Get 请求重新指定企业默认印章的客户端IPvoid
setCaller(Caller Caller)
Set 调用方信息void
setSealId(String SealId)
Set 重新指定的默认印章IDvoid
setSourceIp(String SourceIp)
Set 请求重新指定企业默认印章的客户端IPvoid
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
-
ModifyOrganizationDefaultSealRequest
public ModifyOrganizationDefaultSealRequest()
-
ModifyOrganizationDefaultSealRequest
public ModifyOrganizationDefaultSealRequest(ModifyOrganizationDefaultSealRequest 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
-
getCaller
public Caller getCaller()
Get 调用方信息- Returns:
- Caller 调用方信息
-
setCaller
public void setCaller(Caller Caller)
Set 调用方信息- Parameters:
Caller
- 调用方信息
-
getSealId
public String getSealId()
Get 重新指定的默认印章ID- Returns:
- SealId 重新指定的默认印章ID
-
setSealId
public void setSealId(String SealId)
Set 重新指定的默认印章ID- Parameters:
SealId
- 重新指定的默认印章ID
-
getSourceIp
public String getSourceIp()
Get 请求重新指定企业默认印章的客户端IP- Returns:
- SourceIp 请求重新指定企业默认印章的客户端IP
-
setSourceIp
public void setSourceIp(String SourceIp)
Set 请求重新指定企业默认印章的客户端IP- Parameters:
SourceIp
- 请求重新指定企业默认印章的客户端IP
-
-