类 AuthEnvParams
- java.lang.Object
-
- cn.authing.sdk.java.dto.AuthEnvParams
-
public class AuthEnvParams extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classAuthEnvParams.BrowserType浏览器类型:IE/Chrome/Firefoxstatic classAuthEnvParams.DeviceType设备类型:PC/Mobilestatic classAuthEnvParams.SystemType操作类型:Windows、Android、iOS、MacOS
-
构造器概要
构造器 构造器 说明 AuthEnvParams()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 AuthEnvParams.BrowserTypegetBrowserType()StringgetCity()StringgetCountry()AuthEnvParams.DeviceTypegetDeviceType()StringgetIp()StringgetProvince()StringgetRequestDate()AuthEnvParams.SystemTypegetSystemType()voidsetBrowserType(AuthEnvParams.BrowserType browserType)voidsetCity(String city)voidsetCountry(String country)voidsetDeviceType(AuthEnvParams.DeviceType deviceType)voidsetIp(String ip)voidsetProvince(String province)voidsetRequestDate(String requestDate)voidsetSystemType(AuthEnvParams.SystemType systemType)
-
-
-
方法详细资料
-
getIp
public String getIp()
-
setIp
public void setIp(String ip)
-
getCity
public String getCity()
-
setCity
public void setCity(String city)
-
getProvince
public String getProvince()
-
setProvince
public void setProvince(String province)
-
getCountry
public String getCountry()
-
setCountry
public void setCountry(String country)
-
getDeviceType
public AuthEnvParams.DeviceType getDeviceType()
-
setDeviceType
public void setDeviceType(AuthEnvParams.DeviceType deviceType)
-
getSystemType
public AuthEnvParams.SystemType getSystemType()
-
setSystemType
public void setSystemType(AuthEnvParams.SystemType systemType)
-
getBrowserType
public AuthEnvParams.BrowserType getBrowserType()
-
setBrowserType
public void setBrowserType(AuthEnvParams.BrowserType browserType)
-
getRequestDate
public String getRequestDate()
-
setRequestDate
public void setRequestDate(String requestDate)
-
-