public class AuthInfo extends AbstractModel
skipSign
Constructor and Description |
---|
AuthInfo() |
AuthInfo(AuthInfo 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 |
---|---|
String |
getCode()
Get 身份证号/社会信用代码
|
String |
getCreateTime()
Get 创建时间
|
String |
getId()
Get 主键
|
String |
getName()
Get 授权人名称
|
Long |
getType()
Get 授权人类型
|
void |
setCode(String Code)
Set 身份证号/社会信用代码
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setId(String Id)
Set 主键
|
void |
setName(String Name)
Set 授权人名称
|
void |
setType(Long Type)
Set 授权人类型
|
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 AuthInfo()
public AuthInfo(AuthInfo source)
public String getId()
public void setId(String Id)
Id
- 主键public String getName()
public void setName(String Name)
Name
- 授权人名称public String getCode()
public void setCode(String Code)
Code
- 身份证号/社会信用代码public Long getType()
public void setType(Long Type)
Type
- 授权人类型public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间Copyright © 2023. All rights reserved.