Uses of Class
com.tencentcloudapi.essbasic.v20210526.models.Staff
-
Packages that use Staff Package Description com.tencentcloudapi.essbasic.v20210526.models -
-
Uses of Staff in com.tencentcloudapi.essbasic.v20210526.models
Methods in com.tencentcloudapi.essbasic.v20210526.models that return Staff Modifier and Type Method Description Staff[]
ChannelDescribeEmployeesResponse. getEmployees()
Get 员工数据列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.essbasic.v20210526.models with parameters of type Staff Modifier and Type Method Description void
ChannelDescribeEmployeesResponse. setEmployees(Staff[] Employees)
Set 员工数据列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.essbasic.v20210526.models with parameters of type Staff Constructor Description Staff(Staff 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.
-