public class AuthEnvParams extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AuthEnvParams.BrowserType
浏览器类型:IE/Chrome/Firefox
|
static class |
AuthEnvParams.DeviceType
设备类型:PC/Mobile
|
static class |
AuthEnvParams.SystemType
操作类型:Windows、Android、iOS、MacOS
|
| 构造器和说明 |
|---|
AuthEnvParams() |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthEnvParams.BrowserType |
getBrowserType() |
String |
getCity() |
String |
getCountry() |
AuthEnvParams.DeviceType |
getDeviceType() |
String |
getIp() |
String |
getProvince() |
String |
getRequestDate() |
AuthEnvParams.SystemType |
getSystemType() |
void |
setBrowserType(AuthEnvParams.BrowserType browserType) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setDeviceType(AuthEnvParams.DeviceType deviceType) |
void |
setIp(String ip) |
void |
setProvince(String province) |
void |
setRequestDate(String requestDate) |
void |
setSystemType(AuthEnvParams.SystemType systemType) |
public String getIp()
public void setIp(String ip)
public String getCity()
public void setCity(String city)
public String getProvince()
public void setProvince(String province)
public String getCountry()
public void setCountry(String country)
public AuthEnvParams.DeviceType getDeviceType()
public void setDeviceType(AuthEnvParams.DeviceType deviceType)
public AuthEnvParams.SystemType getSystemType()
public void setSystemType(AuthEnvParams.SystemType systemType)
public AuthEnvParams.BrowserType getBrowserType()
public void setBrowserType(AuthEnvParams.BrowserType browserType)
public String getRequestDate()
public void setRequestDate(String requestDate)
Copyright © 2024. All rights reserved.