public class CcInfo extends AbstractModel
header, 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--个人.
|
String |
getMobile()
Get 被抄送人手机号,大陆11位手机号
|
String |
getName()
Get 被抄送人姓名
|
void |
setCcPermission(Long CcPermission)
Set 被抄送人权限
0--可查看
1--可查看也可下载
|
void |
setCcType(Long CcType)
Set 被抄送人类型
0--个人.
|
void |
setMobile(String Mobile)
Set 被抄送人手机号,大陆11位手机号
|
void |
setName(String Name)
Set 被抄送人姓名
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, 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--可查看也可下载Copyright © 2024. All rights reserved.