All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ctaiot.bean.PicPrintPayLoad Maven / Gradle / Ivy

The newest version!
package com.ctaiot.bean;

public class PicPrintPayLoad {

    /**
     * 打印client id(加密的)
     */
    @Deprecated
    private String clientId;
    /**
     * 打印助手端(1、PC 2、AD 3、IOS 4、Mac 5、微信小程序 6、支付宝小程序)
     */
    private Integer equip;
    /**
     * 图片url
     */
    private String picUrl;
    /**
     * 标签打印份数
     */
    private Integer copiesNumber;
    /**
     * 品牌参数编号
     */
    private Long brandParId;

    private Integer width;

    private Integer height;


    @Deprecated
    public String getClientId() {
        return clientId;
    }

    @Deprecated
    public void setClientId(String clientId) {
        this.clientId = clientId;
    }

    public Integer getEquip() {
        return equip;
    }

    public void setEquip(Integer equip) {
        this.equip = equip;
    }

    public String getPicUrl() {
        return picUrl;
    }

    public void setPicUrl(String picUrl) {
        this.picUrl = picUrl;
    }

    public Integer getCopiesNumber() {
        return copiesNumber;
    }

    public void setCopiesNumber(Integer copiesNumber) {
        this.copiesNumber = copiesNumber;
    }

    public Long getBrandParId() {
        return brandParId;
    }

    public void setBrandParId(Long brandParId) {
        this.brandParId = brandParId;
    }

    public Integer getWidth() {
        return width;
    }

    public void setWidth(Integer width) {
        this.width = width;
    }

    public Integer getHeight() {
        return height;
    }

    public void setHeight(Integer height) {
        this.height = height;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy