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

com.larksuite.oapi.service.admin.v1.model.AuditIosContext Maven / Gradle / Ivy

Go to download

Larksuite open platform facilitates the integration of enterprise applications and larksuite, making collaboration and management more efficient

There is a newer version: 1.0.18-rc8
Show newest version
// Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.admin.v1.model;
import com.google.gson.annotations.SerializedName;

public class AuditIosContext {
    @SerializedName("udid")
    private String udid;
    @SerializedName("did")
    private String did;
    @SerializedName("app_ver")
    private String appVer;
    @SerializedName("ver")
    private String ver;
    @SerializedName("os")
    private String os;
    @SerializedName("STZone")
    private String sTZone;
    @SerializedName("ML")
    private String mL;
    @SerializedName("sjd")
    private String sjd;
    @SerializedName("proxyip")
    private String proxyip;
    @SerializedName("wifip")
    private String wifip;
    @SerializedName("location")
    private String location;
    @SerializedName("active_ip")
    private String activeIp;
    @SerializedName("active_ip_detail")
    private String activeIpDetail;
    @SerializedName("cell_base_station")
    private String cellBaseStation;
    @SerializedName("IP")
    private String iP;

    public String getUdid() {
        return this.udid;
    }

    public void setUdid(String udid) {
        this.udid = udid;
    }

    public String getDid() {
        return this.did;
    }

    public void setDid(String did) {
        this.did = did;
    }

    public String getAppVer() {
        return this.appVer;
    }

    public void setAppVer(String appVer) {
        this.appVer = appVer;
    }

    public String getVer() {
        return this.ver;
    }

    public void setVer(String ver) {
        this.ver = ver;
    }

    public String getOs() {
        return this.os;
    }

    public void setOs(String os) {
        this.os = os;
    }

    public String getSTZone() {
        return this.sTZone;
    }

    public void setSTZone(String sTZone) {
        this.sTZone = sTZone;
    }

    public String getML() {
        return this.mL;
    }

    public void setML(String mL) {
        this.mL = mL;
    }

    public String getSjd() {
        return this.sjd;
    }

    public void setSjd(String sjd) {
        this.sjd = sjd;
    }

    public String getProxyip() {
        return this.proxyip;
    }

    public void setProxyip(String proxyip) {
        this.proxyip = proxyip;
    }

    public String getWifip() {
        return this.wifip;
    }

    public void setWifip(String wifip) {
        this.wifip = wifip;
    }

    public String getLocation() {
        return this.location;
    }

    public void setLocation(String location) {
        this.location = location;
    }

    public String getActiveIp() {
        return this.activeIp;
    }

    public void setActiveIp(String activeIp) {
        this.activeIp = activeIp;
    }

    public String getActiveIpDetail() {
        return this.activeIpDetail;
    }

    public void setActiveIpDetail(String activeIpDetail) {
        this.activeIpDetail = activeIpDetail;
    }

    public String getCellBaseStation() {
        return this.cellBaseStation;
    }

    public void setCellBaseStation(String cellBaseStation) {
        this.cellBaseStation = cellBaseStation;
    }

    public String getIP() {
        return this.iP;
    }

    public void setIP(String iP) {
        this.iP = iP;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy