com.larksuite.oapi.service.admin.v1.model.AuditPcContext Maven / Gradle / Ivy
// Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.admin.v1.model;
import com.google.gson.annotations.SerializedName;
public class AuditPcContext {
@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("wifip")
private String wifip;
@SerializedName("region")
private String region;
@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 getWifip() {
return this.wifip;
}
public void setWifip(String wifip) {
this.wifip = wifip;
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
}
public String getIP() {
return this.iP;
}
public void setIP(String iP) {
this.iP = iP;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy