com.tencentcloudapi.ess.v20201111.models.CreateSealRequest 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 CreateSealRequest extends AbstractModel {
/**
* 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
*/
@SerializedName("Operator")
@Expose
private UserInfo Operator;
/**
* 电子印章名字,1-50个中文字符
注:`同一企业下电子印章名字不能相同`
*/
@SerializedName("SealName")
@Expose
private String SealName;
/**
* 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
*/
@SerializedName("Agent")
@Expose
private Agent Agent;
/**
* 电子印章生成方式
- 空值:(默认)使用上传的图片生成印章, 此时需要上传SealImage图片
- SealGenerateSourceSystem: 系统生成印章, 无需上传SealImage图片
*/
@SerializedName("GenerateSource")
@Expose
private String GenerateSource;
/**
* 电子印章类型 , 可选类型如下: - **OFFICIAL**: (默认)公章
- **CONTRACT**: 合同专用章;
- **FINANCE**: 财务专用章;
- **PERSONNEL**: 人事专用章
- **INVOICE**: 发票专用章
- **OTHER**: 其他
注: 同企业下只能有一个公章, 重复创建会报错
*/
@SerializedName("SealType")
@Expose
private String SealType;
/**
* 电子印章图片文件名称,1-50个中文字符。
*/
@SerializedName("FileName")
@Expose
private String FileName;
/**
* 电子印章图片base64编码,大小不超过10M(原始图片不超过5M),只支持PNG或JPG图片格式
注: `通过图片创建的电子印章,需电子签平台人工审核`
*/
@SerializedName("Image")
@Expose
private String Image;
/**
* 电子印章宽度,单位px
参数不再启用,系统会设置印章大小为标准尺寸。
*/
@SerializedName("Width")
@Expose
private Long Width;
/**
* 电子印章高度,单位px
参数不再启用,系统会设置印章大小为标准尺寸。
*/
@SerializedName("Height")
@Expose
private Long Height;
/**
* 电子印章印章颜色(默认红色RED),RED-红色
系统目前只支持红色印章创建。
*/
@SerializedName("Color")
@Expose
private String Color;
/**
* 企业印章横向文字,最多可填15个汉字 (若超过印章最大宽度,优先压缩字间距,其次缩小字号)
横向文字的位置如下图中的"印章横向文字在这里"
![image](https://dyn.ess.tencent.cn/guide/capi/CreateSealByImage2.png)
*/
@SerializedName("SealHorizontalText")
@Expose
private String SealHorizontalText;
/**
* 暂时不支持下弦文字设置
*/
@SerializedName("SealChordText")
@Expose
private String SealChordText;
/**
* 系统生成的印章只支持STAR
*/
@SerializedName("SealCentralType")
@Expose
private String SealCentralType;
/**
* 通过文件上传时,服务端生成的电子印章上传图片的token
*/
@SerializedName("FileToken")
@Expose
private String FileToken;
/**
* 印章样式, 可以选择的样式如下:
- **circle**:(默认)圆形印章
- **ellipse**:椭圆印章
*/
@SerializedName("SealStyle")
@Expose
private String SealStyle;
/**
* 印章尺寸取值描述, 可以选择的尺寸如下:
- **42_42**: 圆形企业公章直径42mm, 当SealStyle是圆形的时候才有效
- **40_40**: 圆形企业印章直径40mm, 当SealStyle是圆形的时候才有效
- **45_30**: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效
- **40_30**: 椭圆形印章40mm x 30mm, 当SealStyle是椭圆的时候才有效
*/
@SerializedName("SealSize")
@Expose
private String SealSize;
/**
* 企业税号
注:
- 1.印章类型SealType是INVOICE类型时,此参数才会生效
- 2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(如果是通过授权书授权方式认证的企业,此参数必传不能为空)
*/
@SerializedName("TaxIdentifyCode")
@Expose
private String TaxIdentifyCode;
/**
* Get 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
* @return Operator 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
*/
public UserInfo getOperator() {
return this.Operator;
}
/**
* Set 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
* @param Operator 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
*/
public void setOperator(UserInfo Operator) {
this.Operator = Operator;
}
/**
* Get 电子印章名字,1-50个中文字符
注:`同一企业下电子印章名字不能相同`
* @return SealName 电子印章名字,1-50个中文字符
注:`同一企业下电子印章名字不能相同`
*/
public String getSealName() {
return this.SealName;
}
/**
* Set 电子印章名字,1-50个中文字符
注:`同一企业下电子印章名字不能相同`
* @param SealName 电子印章名字,1-50个中文字符
注:`同一企业下电子印章名字不能相同`
*/
public void setSealName(String SealName) {
this.SealName = SealName;
}
/**
* Get 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
* @return Agent 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
*/
public Agent getAgent() {
return this.Agent;
}
/**
* Set 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
* @param Agent 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
*/
public void setAgent(Agent Agent) {
this.Agent = Agent;
}
/**
* Get 电子印章生成方式
- 空值:(默认)使用上传的图片生成印章, 此时需要上传SealImage图片
- SealGenerateSourceSystem: 系统生成印章, 无需上传SealImage图片
* @return GenerateSource 电子印章生成方式
- 空值:(默认)使用上传的图片生成印章, 此时需要上传SealImage图片
- SealGenerateSourceSystem: 系统生成印章, 无需上传SealImage图片
*/
public String getGenerateSource() {
return this.GenerateSource;
}
/**
* Set 电子印章生成方式
- 空值:(默认)使用上传的图片生成印章, 此时需要上传SealImage图片
- SealGenerateSourceSystem: 系统生成印章, 无需上传SealImage图片
* @param GenerateSource 电子印章生成方式
- 空值:(默认)使用上传的图片生成印章, 此时需要上传SealImage图片
- SealGenerateSourceSystem: 系统生成印章, 无需上传SealImage图片
*/
public void setGenerateSource(String GenerateSource) {
this.GenerateSource = GenerateSource;
}
/**
* Get 电子印章类型 , 可选类型如下: - **OFFICIAL**: (默认)公章
- **CONTRACT**: 合同专用章;
- **FINANCE**: 财务专用章;
- **PERSONNEL**: 人事专用章
- **INVOICE**: 发票专用章
- **OTHER**: 其他
注: 同企业下只能有一个公章, 重复创建会报错
* @return SealType 电子印章类型 , 可选类型如下: - **OFFICIAL**: (默认)公章
- **CONTRACT**: 合同专用章;
- **FINANCE**: 财务专用章;
- **PERSONNEL**: 人事专用章
- **INVOICE**: 发票专用章
- **OTHER**: 其他
注: 同企业下只能有一个公章, 重复创建会报错
*/
public String getSealType() {
return this.SealType;
}
/**
* Set 电子印章类型 , 可选类型如下: - **OFFICIAL**: (默认)公章
- **CONTRACT**: 合同专用章;
- **FINANCE**: 财务专用章;
- **PERSONNEL**: 人事专用章
- **INVOICE**: 发票专用章
- **OTHER**: 其他
注: 同企业下只能有一个公章, 重复创建会报错
* @param SealType 电子印章类型 , 可选类型如下: - **OFFICIAL**: (默认)公章
- **CONTRACT**: 合同专用章;
- **FINANCE**: 财务专用章;
- **PERSONNEL**: 人事专用章
- **INVOICE**: 发票专用章
- **OTHER**: 其他
注: 同企业下只能有一个公章, 重复创建会报错
*/
public void setSealType(String SealType) {
this.SealType = SealType;
}
/**
* Get 电子印章图片文件名称,1-50个中文字符。
* @return FileName 电子印章图片文件名称,1-50个中文字符。
*/
public String getFileName() {
return this.FileName;
}
/**
* Set 电子印章图片文件名称,1-50个中文字符。
* @param FileName 电子印章图片文件名称,1-50个中文字符。
*/
public void setFileName(String FileName) {
this.FileName = FileName;
}
/**
* Get 电子印章图片base64编码,大小不超过10M(原始图片不超过5M),只支持PNG或JPG图片格式
注: `通过图片创建的电子印章,需电子签平台人工审核`
* @return Image 电子印章图片base64编码,大小不超过10M(原始图片不超过5M),只支持PNG或JPG图片格式
注: `通过图片创建的电子印章,需电子签平台人工审核`
*/
public String getImage() {
return this.Image;
}
/**
* Set 电子印章图片base64编码,大小不超过10M(原始图片不超过5M),只支持PNG或JPG图片格式
注: `通过图片创建的电子印章,需电子签平台人工审核`
* @param Image 电子印章图片base64编码,大小不超过10M(原始图片不超过5M),只支持PNG或JPG图片格式
注: `通过图片创建的电子印章,需电子签平台人工审核`
*/
public void setImage(String Image) {
this.Image = Image;
}
/**
* Get 电子印章宽度,单位px
参数不再启用,系统会设置印章大小为标准尺寸。
* @return Width 电子印章宽度,单位px
参数不再启用,系统会设置印章大小为标准尺寸。
*/
public Long getWidth() {
return this.Width;
}
/**
* Set 电子印章宽度,单位px
参数不再启用,系统会设置印章大小为标准尺寸。
* @param Width 电子印章宽度,单位px
参数不再启用,系统会设置印章大小为标准尺寸。
*/
public void setWidth(Long Width) {
this.Width = Width;
}
/**
* Get 电子印章高度,单位px
参数不再启用,系统会设置印章大小为标准尺寸。
* @return Height 电子印章高度,单位px
参数不再启用,系统会设置印章大小为标准尺寸。
*/
public Long getHeight() {
return this.Height;
}
/**
* Set 电子印章高度,单位px
参数不再启用,系统会设置印章大小为标准尺寸。
* @param Height 电子印章高度,单位px
参数不再启用,系统会设置印章大小为标准尺寸。
*/
public void setHeight(Long Height) {
this.Height = Height;
}
/**
* Get 电子印章印章颜色(默认红色RED),RED-红色
系统目前只支持红色印章创建。
* @return Color 电子印章印章颜色(默认红色RED),RED-红色
系统目前只支持红色印章创建。
*/
public String getColor() {
return this.Color;
}
/**
* Set 电子印章印章颜色(默认红色RED),RED-红色
系统目前只支持红色印章创建。
* @param Color 电子印章印章颜色(默认红色RED),RED-红色
系统目前只支持红色印章创建。
*/
public void setColor(String Color) {
this.Color = Color;
}
/**
* Get 企业印章横向文字,最多可填15个汉字 (若超过印章最大宽度,优先压缩字间距,其次缩小字号)
横向文字的位置如下图中的"印章横向文字在这里"
![image](https://dyn.ess.tencent.cn/guide/capi/CreateSealByImage2.png)
* @return SealHorizontalText 企业印章横向文字,最多可填15个汉字 (若超过印章最大宽度,优先压缩字间距,其次缩小字号)
横向文字的位置如下图中的"印章横向文字在这里"
![image](https://dyn.ess.tencent.cn/guide/capi/CreateSealByImage2.png)
*/
public String getSealHorizontalText() {
return this.SealHorizontalText;
}
/**
* Set 企业印章横向文字,最多可填15个汉字 (若超过印章最大宽度,优先压缩字间距,其次缩小字号)
横向文字的位置如下图中的"印章横向文字在这里"
![image](https://dyn.ess.tencent.cn/guide/capi/CreateSealByImage2.png)
* @param SealHorizontalText 企业印章横向文字,最多可填15个汉字 (若超过印章最大宽度,优先压缩字间距,其次缩小字号)
横向文字的位置如下图中的"印章横向文字在这里"
![image](https://dyn.ess.tencent.cn/guide/capi/CreateSealByImage2.png)
*/
public void setSealHorizontalText(String SealHorizontalText) {
this.SealHorizontalText = SealHorizontalText;
}
/**
* Get 暂时不支持下弦文字设置
* @return SealChordText 暂时不支持下弦文字设置
*/
public String getSealChordText() {
return this.SealChordText;
}
/**
* Set 暂时不支持下弦文字设置
* @param SealChordText 暂时不支持下弦文字设置
*/
public void setSealChordText(String SealChordText) {
this.SealChordText = SealChordText;
}
/**
* Get 系统生成的印章只支持STAR
* @return SealCentralType 系统生成的印章只支持STAR
*/
public String getSealCentralType() {
return this.SealCentralType;
}
/**
* Set 系统生成的印章只支持STAR
* @param SealCentralType 系统生成的印章只支持STAR
*/
public void setSealCentralType(String SealCentralType) {
this.SealCentralType = SealCentralType;
}
/**
* Get 通过文件上传时,服务端生成的电子印章上传图片的token
* @return FileToken 通过文件上传时,服务端生成的电子印章上传图片的token
*/
public String getFileToken() {
return this.FileToken;
}
/**
* Set 通过文件上传时,服务端生成的电子印章上传图片的token
* @param FileToken 通过文件上传时,服务端生成的电子印章上传图片的token
*/
public void setFileToken(String FileToken) {
this.FileToken = FileToken;
}
/**
* Get 印章样式, 可以选择的样式如下:
- **circle**:(默认)圆形印章
- **ellipse**:椭圆印章
* @return SealStyle 印章样式, 可以选择的样式如下:
- **circle**:(默认)圆形印章
- **ellipse**:椭圆印章
*/
public String getSealStyle() {
return this.SealStyle;
}
/**
* Set 印章样式, 可以选择的样式如下:
- **circle**:(默认)圆形印章
- **ellipse**:椭圆印章
* @param SealStyle 印章样式, 可以选择的样式如下:
- **circle**:(默认)圆形印章
- **ellipse**:椭圆印章
*/
public void setSealStyle(String SealStyle) {
this.SealStyle = SealStyle;
}
/**
* Get 印章尺寸取值描述, 可以选择的尺寸如下:
- **42_42**: 圆形企业公章直径42mm, 当SealStyle是圆形的时候才有效
- **40_40**: 圆形企业印章直径40mm, 当SealStyle是圆形的时候才有效
- **45_30**: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效
- **40_30**: 椭圆形印章40mm x 30mm, 当SealStyle是椭圆的时候才有效
* @return SealSize 印章尺寸取值描述, 可以选择的尺寸如下:
- **42_42**: 圆形企业公章直径42mm, 当SealStyle是圆形的时候才有效
- **40_40**: 圆形企业印章直径40mm, 当SealStyle是圆形的时候才有效
- **45_30**: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效
- **40_30**: 椭圆形印章40mm x 30mm, 当SealStyle是椭圆的时候才有效
*/
public String getSealSize() {
return this.SealSize;
}
/**
* Set 印章尺寸取值描述, 可以选择的尺寸如下:
- **42_42**: 圆形企业公章直径42mm, 当SealStyle是圆形的时候才有效
- **40_40**: 圆形企业印章直径40mm, 当SealStyle是圆形的时候才有效
- **45_30**: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效
- **40_30**: 椭圆形印章40mm x 30mm, 当SealStyle是椭圆的时候才有效
* @param SealSize 印章尺寸取值描述, 可以选择的尺寸如下:
- **42_42**: 圆形企业公章直径42mm, 当SealStyle是圆形的时候才有效
- **40_40**: 圆形企业印章直径40mm, 当SealStyle是圆形的时候才有效
- **45_30**: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效
- **40_30**: 椭圆形印章40mm x 30mm, 当SealStyle是椭圆的时候才有效
*/
public void setSealSize(String SealSize) {
this.SealSize = SealSize;
}
/**
* Get 企业税号
注:
- 1.印章类型SealType是INVOICE类型时,此参数才会生效
- 2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(如果是通过授权书授权方式认证的企业,此参数必传不能为空)
* @return TaxIdentifyCode 企业税号
注:
- 1.印章类型SealType是INVOICE类型时,此参数才会生效
- 2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(如果是通过授权书授权方式认证的企业,此参数必传不能为空)
*/
public String getTaxIdentifyCode() {
return this.TaxIdentifyCode;
}
/**
* Set 企业税号
注:
- 1.印章类型SealType是INVOICE类型时,此参数才会生效
- 2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(如果是通过授权书授权方式认证的企业,此参数必传不能为空)
* @param TaxIdentifyCode 企业税号
注:
- 1.印章类型SealType是INVOICE类型时,此参数才会生效
- 2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(如果是通过授权书授权方式认证的企业,此参数必传不能为空)
*/
public void setTaxIdentifyCode(String TaxIdentifyCode) {
this.TaxIdentifyCode = TaxIdentifyCode;
}
public CreateSealRequest() {
}
/**
* 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 CreateSealRequest(CreateSealRequest source) {
if (source.Operator != null) {
this.Operator = new UserInfo(source.Operator);
}
if (source.SealName != null) {
this.SealName = new String(source.SealName);
}
if (source.Agent != null) {
this.Agent = new Agent(source.Agent);
}
if (source.GenerateSource != null) {
this.GenerateSource = new String(source.GenerateSource);
}
if (source.SealType != null) {
this.SealType = new String(source.SealType);
}
if (source.FileName != null) {
this.FileName = new String(source.FileName);
}
if (source.Image != null) {
this.Image = new String(source.Image);
}
if (source.Width != null) {
this.Width = new Long(source.Width);
}
if (source.Height != null) {
this.Height = new Long(source.Height);
}
if (source.Color != null) {
this.Color = new String(source.Color);
}
if (source.SealHorizontalText != null) {
this.SealHorizontalText = new String(source.SealHorizontalText);
}
if (source.SealChordText != null) {
this.SealChordText = new String(source.SealChordText);
}
if (source.SealCentralType != null) {
this.SealCentralType = new String(source.SealCentralType);
}
if (source.FileToken != null) {
this.FileToken = new String(source.FileToken);
}
if (source.SealStyle != null) {
this.SealStyle = new String(source.SealStyle);
}
if (source.SealSize != null) {
this.SealSize = new String(source.SealSize);
}
if (source.TaxIdentifyCode != null) {
this.TaxIdentifyCode = new String(source.TaxIdentifyCode);
}
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamObj(map, prefix + "Operator.", this.Operator);
this.setParamSimple(map, prefix + "SealName", this.SealName);
this.setParamObj(map, prefix + "Agent.", this.Agent);
this.setParamSimple(map, prefix + "GenerateSource", this.GenerateSource);
this.setParamSimple(map, prefix + "SealType", this.SealType);
this.setParamSimple(map, prefix + "FileName", this.FileName);
this.setParamSimple(map, prefix + "Image", this.Image);
this.setParamSimple(map, prefix + "Width", this.Width);
this.setParamSimple(map, prefix + "Height", this.Height);
this.setParamSimple(map, prefix + "Color", this.Color);
this.setParamSimple(map, prefix + "SealHorizontalText", this.SealHorizontalText);
this.setParamSimple(map, prefix + "SealChordText", this.SealChordText);
this.setParamSimple(map, prefix + "SealCentralType", this.SealCentralType);
this.setParamSimple(map, prefix + "FileToken", this.FileToken);
this.setParamSimple(map, prefix + "SealStyle", this.SealStyle);
this.setParamSimple(map, prefix + "SealSize", this.SealSize);
this.setParamSimple(map, prefix + "TaxIdentifyCode", this.TaxIdentifyCode);
}
}