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

com.larksuite.oapi.service.admin.v1.model.AuditAndroidContext 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 AuditAndroidContext {
    @SerializedName("udid")
    private String udid;
    @SerializedName("did")
    private String did;
    @SerializedName("app_ver")
    private String appVer;
    @SerializedName("ver")
    private String ver;
    @SerializedName("region")
    private String region;
    @SerializedName("id_i")
    private String idI;
    @SerializedName("id_r")
    private String idR;
    @SerializedName("hw_brand")
    private String hwBrand;
    @SerializedName("hw_manuf")
    private String hwManuf;
    @SerializedName("wifip")
    private String wifip;
    @SerializedName("route_iip")
    private String routeIip;
    @SerializedName("route_gip")
    private String routeGip;
    @SerializedName("env_su")
    private String envSu;
    @SerializedName("env_tz")
    private String envTz;
    @SerializedName("env_ml")
    private String envMl;
    @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 getRegion() {
        return this.region;
    }

    public void setRegion(String region) {
        this.region = region;
    }

    public String getIdI() {
        return this.idI;
    }

    public void setIdI(String idI) {
        this.idI = idI;
    }

    public String getIdR() {
        return this.idR;
    }

    public void setIdR(String idR) {
        this.idR = idR;
    }

    public String getHwBrand() {
        return this.hwBrand;
    }

    public void setHwBrand(String hwBrand) {
        this.hwBrand = hwBrand;
    }

    public String getHwManuf() {
        return this.hwManuf;
    }

    public void setHwManuf(String hwManuf) {
        this.hwManuf = hwManuf;
    }

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

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

    public String getRouteIip() {
        return this.routeIip;
    }

    public void setRouteIip(String routeIip) {
        this.routeIip = routeIip;
    }

    public String getRouteGip() {
        return this.routeGip;
    }

    public void setRouteGip(String routeGip) {
        this.routeGip = routeGip;
    }

    public String getEnvSu() {
        return this.envSu;
    }

    public void setEnvSu(String envSu) {
        this.envSu = envSu;
    }

    public String getEnvTz() {
        return this.envTz;
    }

    public void setEnvTz(String envTz) {
        this.envTz = envTz;
    }

    public String getEnvMl() {
        return this.envMl;
    }

    public void setEnvMl(String envMl) {
        this.envMl = envMl;
    }

    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