public class CcInfo extends AbstractModel
skipSign
Constructor and Description |
---|
CcInfo() |
CcInfo(CcInfo 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 |
getCcPermission()
Get 被抄送方权限, 可设置如下权限:
**0** :可查看合同内容
**1** :可查看合同内容也可下载原文
|
Long |
getCcType()
Get 被抄送方类型, 可设置以下类型:
**0** :个人抄送方
**1** :企业员工抄送方
|
String |
getMobile()
Get 被抄送方手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。
请确认手机号所有方为此业务通知方。
|
String |
getName()
Get 被抄送方姓名。
抄送方的姓名将用于身份认证,请确保填写的姓名为抄送方的真实姓名,而非昵称等代名。
|
String |
getNotifyType()
Get 通知签署方经办人的方式, 有以下途径:
**sms** : (默认)短信
**none** : 不通知
|
void |
setCcPermission(Long CcPermission)
Set 被抄送方权限, 可设置如下权限:
**0** :可查看合同内容
**1** :可查看合同内容也可下载原文
|
void |
setCcType(Long CcType)
Set 被抄送方类型, 可设置以下类型:
**0** :个人抄送方
**1** :企业员工抄送方
|
void |
setMobile(String Mobile)
Set 被抄送方手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。
请确认手机号所有方为此业务通知方。
|
void |
setName(String Name)
Set 被抄送方姓名。
抄送方的姓名将用于身份认证,请确保填写的姓名为抄送方的真实姓名,而非昵称等代名。
|
void |
setNotifyType(String NotifyType)
Set 通知签署方经办人的方式, 有以下途径:
**sms** : (默认)短信
**none** : 不通知
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CcInfo()
public CcInfo(CcInfo source)
public String getMobile()
public void setMobile(String Mobile)
Mobile
- 被抄送方手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。
请确认手机号所有方为此业务通知方。public String getName()
public void setName(String Name)
Name
- 被抄送方姓名。
抄送方的姓名将用于身份认证,请确保填写的姓名为抄送方的真实姓名,而非昵称等代名。public Long getCcType()
public void setCcType(Long CcType)
CcType
- 被抄送方类型, 可设置以下类型:
public Long getCcPermission()
public void setCcPermission(Long CcPermission)
CcPermission
- 被抄送方权限, 可设置如下权限:
public String getNotifyType()
public void setNotifyType(String NotifyType)
NotifyType
- 通知签署方经办人的方式, 有以下途径:
Copyright © 2023. All rights reserved.