com.tencentcloudapi.ess.v20201111.models.SuccessCreateStaffData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tencentcloud-sdk-java-ess Show documentation
Show all versions of tencentcloud-sdk-java-ess Show documentation
Tencent Cloud Open API SDK for Java
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.tencentcloudapi.ess.v20201111.models;
import com.tencentcloudapi.common.AbstractModel;
import com.tencentcloudapi.common.SSEResponseModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class SuccessCreateStaffData extends AbstractModel {
/**
* 员工名
*/
@SerializedName("DisplayName")
@Expose
private String DisplayName;
/**
* 员工手机号
*/
@SerializedName("Mobile")
@Expose
private String Mobile;
/**
* 员工在电子签平台的id
*/
@SerializedName("UserId")
@Expose
private String UserId;
/**
* 提示,当创建已存在未实名用户时,该字段有值
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("Note")
@Expose
private String Note;
/**
* 传入的企微账号id
*/
@SerializedName("WeworkOpenId")
@Expose
private String WeworkOpenId;
/**
* 员工邀请返回链接 根据入参的 InvitationNotifyType 和 Endpoint 返回链接 链接类型 有效期 示例 HTTP_SHORT_URL(短链) 一天 https://test.essurl.cn/fvG7UBEd0F HTTP(长链) 一天 https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?where=mini&from=MSG&to=USER_VERIFY&verifyToken=yDCVbUUckpwocmfpUySko7IS83LTV0u0&expireTime=1710840183 H5 30 天 https://quick.test.qian.tencent.cn/guide?Code=yDCVbUUckpwtvxqoUbTw4VBBjLbfAtW7&CodeType=QUICK&shortKey=yDCVbUY7lhqV7mZlCL2d APP 一天 /pages/guide/index?to=USER_VERIFY&verifyToken=yDCVbUUckpwocm96UySko7ISvEIZH7Yz&expireTime=1710840455
*/
@SerializedName("Url")
@Expose
private String Url;
/**
* Get 员工名
* @return DisplayName 员工名
*/
public String getDisplayName() {
return this.DisplayName;
}
/**
* Set 员工名
* @param DisplayName 员工名
*/
public void setDisplayName(String DisplayName) {
this.DisplayName = DisplayName;
}
/**
* Get 员工手机号
* @return Mobile 员工手机号
*/
public String getMobile() {
return this.Mobile;
}
/**
* Set 员工手机号
* @param Mobile 员工手机号
*/
public void setMobile(String Mobile) {
this.Mobile = Mobile;
}
/**
* Get 员工在电子签平台的id
* @return UserId 员工在电子签平台的id
*/
public String getUserId() {
return this.UserId;
}
/**
* Set 员工在电子签平台的id
* @param UserId 员工在电子签平台的id
*/
public void setUserId(String UserId) {
this.UserId = UserId;
}
/**
* Get 提示,当创建已存在未实名用户时,该字段有值
注意:此字段可能返回 null,表示取不到有效值。
* @return Note 提示,当创建已存在未实名用户时,该字段有值
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getNote() {
return this.Note;
}
/**
* Set 提示,当创建已存在未实名用户时,该字段有值
注意:此字段可能返回 null,表示取不到有效值。
* @param Note 提示,当创建已存在未实名用户时,该字段有值
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setNote(String Note) {
this.Note = Note;
}
/**
* Get 传入的企微账号id
* @return WeworkOpenId 传入的企微账号id
*/
public String getWeworkOpenId() {
return this.WeworkOpenId;
}
/**
* Set 传入的企微账号id
* @param WeworkOpenId 传入的企微账号id
*/
public void setWeworkOpenId(String WeworkOpenId) {
this.WeworkOpenId = WeworkOpenId;
}
/**
* Get 员工邀请返回链接 根据入参的 InvitationNotifyType 和 Endpoint 返回链接 链接类型 有效期 示例 HTTP_SHORT_URL(短链) 一天 https://test.essurl.cn/fvG7UBEd0F HTTP(长链) 一天 https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?where=mini&from=MSG&to=USER_VERIFY&verifyToken=yDCVbUUckpwocmfpUySko7IS83LTV0u0&expireTime=1710840183 H5 30 天 https://quick.test.qian.tencent.cn/guide?Code=yDCVbUUckpwtvxqoUbTw4VBBjLbfAtW7&CodeType=QUICK&shortKey=yDCVbUY7lhqV7mZlCL2d APP 一天 /pages/guide/index?to=USER_VERIFY&verifyToken=yDCVbUUckpwocm96UySko7ISvEIZH7Yz&expireTime=1710840455
* @return Url 员工邀请返回链接 根据入参的 InvitationNotifyType 和 Endpoint 返回链接 链接类型 有效期 示例 HTTP_SHORT_URL(短链) 一天 https://test.essurl.cn/fvG7UBEd0F HTTP(长链) 一天 https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?where=mini&from=MSG&to=USER_VERIFY&verifyToken=yDCVbUUckpwocmfpUySko7IS83LTV0u0&expireTime=1710840183 H5 30 天 https://quick.test.qian.tencent.cn/guide?Code=yDCVbUUckpwtvxqoUbTw4VBBjLbfAtW7&CodeType=QUICK&shortKey=yDCVbUY7lhqV7mZlCL2d APP 一天 /pages/guide/index?to=USER_VERIFY&verifyToken=yDCVbUUckpwocm96UySko7ISvEIZH7Yz&expireTime=1710840455
*/
public String getUrl() {
return this.Url;
}
/**
* Set 员工邀请返回链接 根据入参的 InvitationNotifyType 和 Endpoint 返回链接 链接类型 有效期 示例 HTTP_SHORT_URL(短链) 一天 https://test.essurl.cn/fvG7UBEd0F HTTP(长链) 一天 https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?where=mini&from=MSG&to=USER_VERIFY&verifyToken=yDCVbUUckpwocmfpUySko7IS83LTV0u0&expireTime=1710840183 H5 30 天 https://quick.test.qian.tencent.cn/guide?Code=yDCVbUUckpwtvxqoUbTw4VBBjLbfAtW7&CodeType=QUICK&shortKey=yDCVbUY7lhqV7mZlCL2d APP 一天 /pages/guide/index?to=USER_VERIFY&verifyToken=yDCVbUUckpwocm96UySko7ISvEIZH7Yz&expireTime=1710840455
* @param Url 员工邀请返回链接 根据入参的 InvitationNotifyType 和 Endpoint 返回链接 链接类型 有效期 示例 HTTP_SHORT_URL(短链) 一天 https://test.essurl.cn/fvG7UBEd0F HTTP(长链) 一天 https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?where=mini&from=MSG&to=USER_VERIFY&verifyToken=yDCVbUUckpwocmfpUySko7IS83LTV0u0&expireTime=1710840183 H5 30 天 https://quick.test.qian.tencent.cn/guide?Code=yDCVbUUckpwtvxqoUbTw4VBBjLbfAtW7&CodeType=QUICK&shortKey=yDCVbUY7lhqV7mZlCL2d APP 一天 /pages/guide/index?to=USER_VERIFY&verifyToken=yDCVbUUckpwocm96UySko7ISvEIZH7Yz&expireTime=1710840455
*/
public void setUrl(String Url) {
this.Url = Url;
}
public SuccessCreateStaffData() {
}
/**
* 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.
*/
public SuccessCreateStaffData(SuccessCreateStaffData source) {
if (source.DisplayName != null) {
this.DisplayName = new String(source.DisplayName);
}
if (source.Mobile != null) {
this.Mobile = new String(source.Mobile);
}
if (source.UserId != null) {
this.UserId = new String(source.UserId);
}
if (source.Note != null) {
this.Note = new String(source.Note);
}
if (source.WeworkOpenId != null) {
this.WeworkOpenId = new String(source.WeworkOpenId);
}
if (source.Url != null) {
this.Url = new String(source.Url);
}
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamSimple(map, prefix + "DisplayName", this.DisplayName);
this.setParamSimple(map, prefix + "Mobile", this.Mobile);
this.setParamSimple(map, prefix + "UserId", this.UserId);
this.setParamSimple(map, prefix + "Note", this.Note);
this.setParamSimple(map, prefix + "WeworkOpenId", this.WeworkOpenId);
this.setParamSimple(map, prefix + "Url", this.Url);
}
}