public class AuthInfoDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AuthInfoDetail() | 
| AuthInfoDetail(AuthInfoDetail 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 | getAuthOrganizationTotal()Get 授权企业列表总数 | 
| Long | getAuthUserTotal()Get 授权员工列表总数 | 
| HasAuthOrganization[] | getHasAuthOrganizationList()Get 授权企业列表(企业自动签时,该字段有值) | 
| HasAuthUser[] | getHasAuthUserList()Get 授权员工列表 | 
| String | getName()Get 扩展服务名称 | 
| String | getType()Get 扩展服务类型,和入参一致 | 
| void | setAuthOrganizationTotal(Long AuthOrganizationTotal)Set 授权企业列表总数 | 
| void | setAuthUserTotal(Long AuthUserTotal)Set 授权员工列表总数 | 
| void | setHasAuthOrganizationList(HasAuthOrganization[] HasAuthOrganizationList)Set 授权企业列表(企业自动签时,该字段有值) | 
| void | setHasAuthUserList(HasAuthUser[] HasAuthUserList)Set 授权员工列表 | 
| void | setName(String Name)Set 扩展服务名称 | 
| void | setType(String Type)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, toJsonStringpublic AuthInfoDetail()
public AuthInfoDetail(AuthInfoDetail source)
public String getType()
public void setType(String Type)
Type - 扩展服务类型,和入参一致public String getName()
public void setName(String Name)
Name - 扩展服务名称public HasAuthUser[] getHasAuthUserList()
public void setHasAuthUserList(HasAuthUser[] HasAuthUserList)
HasAuthUserList - 授权员工列表public HasAuthOrganization[] getHasAuthOrganizationList()
public void setHasAuthOrganizationList(HasAuthOrganization[] HasAuthOrganizationList)
HasAuthOrganizationList - 授权企业列表(企业自动签时,该字段有值)public Long getAuthUserTotal()
public void setAuthUserTotal(Long AuthUserTotal)
AuthUserTotal - 授权员工列表总数public Long getAuthOrganizationTotal()
public void setAuthOrganizationTotal(Long AuthOrganizationTotal)
AuthOrganizationTotal - 授权企业列表总数Copyright © 2025. All rights reserved.