Class DescribeUserAutoSignStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.models.DescribeUserAutoSignStatusRequest
-
public class DescribeUserAutoSignStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeUserAutoSignStatusRequest()
DescribeUserAutoSignStatusRequest(DescribeUserAutoSignStatusRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Agent
getAgent()
Get 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。UserInfo
getOperator()
Get 执行本接口操作的员工信息。 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`String
getSceneKey()
Get 自动签使用的场景值, 可以选择的场景值如下: **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景 注: `现在仅支持电子处方场景`UserThreeFactor
getUserInfo()
Get 要查询状态的用户信息, 包括名字,身份证等void
setAgent(Agent Agent)
Set 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。void
setOperator(UserInfo Operator)
Set 执行本接口操作的员工信息。 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`void
setSceneKey(String SceneKey)
Set 自动签使用的场景值, 可以选择的场景值如下: **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景 注: `现在仅支持电子处方场景`void
setUserInfo(UserThreeFactor UserInfo)
Set 要查询状态的用户信息, 包括名字,身份证等void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeUserAutoSignStatusRequest
public DescribeUserAutoSignStatusRequest()
-
DescribeUserAutoSignStatusRequest
public DescribeUserAutoSignStatusRequest(DescribeUserAutoSignStatusRequest 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.
-
-
Method Detail
-
getOperator
public UserInfo getOperator()
Get 执行本接口操作的员工信息。 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`- Returns:
- Operator 执行本接口操作的员工信息。 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
-
setOperator
public void setOperator(UserInfo Operator)
Set 执行本接口操作的员工信息。 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`- Parameters:
Operator
- 执行本接口操作的员工信息。 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
-
getSceneKey
public String getSceneKey()
Get 自动签使用的场景值, 可以选择的场景值如下:- **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景
- Returns:
- SceneKey 自动签使用的场景值, 可以选择的场景值如下:
- **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景
-
setSceneKey
public void setSceneKey(String SceneKey)
Set 自动签使用的场景值, 可以选择的场景值如下:- **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景
- Parameters:
SceneKey
- 自动签使用的场景值, 可以选择的场景值如下:- **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景
-
getUserInfo
public UserThreeFactor getUserInfo()
Get 要查询状态的用户信息, 包括名字,身份证等- Returns:
- UserInfo 要查询状态的用户信息, 包括名字,身份证等
-
setUserInfo
public void setUserInfo(UserThreeFactor UserInfo)
Set 要查询状态的用户信息, 包括名字,身份证等- Parameters:
UserInfo
- 要查询状态的用户信息, 包括名字,身份证等
-
getAgent
public Agent getAgent()
Get 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。- Returns:
- Agent 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
-
setAgent
public void setAgent(Agent Agent)
Set 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。- Parameters:
Agent
- 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
-
-