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位数字
|
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位数字
|
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位数字public String getName()
public void setName(String Name)
Name
- 被抄送人姓名public Long getCcType()
public void setCcType(Long CcType)
CcType
- 被抄送人类型,
0--个人
1--员工public Long getCcPermission()
public void setCcPermission(Long CcPermission)
CcPermission
- 被抄送人权限
0--可查看
1--可查看也可下载public String getNotifyType()
public void setNotifyType(String NotifyType)
NotifyType
- 关注方通知类型:sms--短信,none--不通知Copyright © 2023. All rights reserved.