IpResult
data class IpResult(val addressType: String, val areaCode: String, val as: String, val asn: String, val category: String, val city: String, val countryShort: String, val countryLong: String, val delay: Boolean, val district: String, val domain: String, val elevation: Float, val iddCode: String, val isp: String, val latitude: Float, val longitude: Float, val mobileBrand: String, val mcc: String, val mnc: String, val netSpeed: String, val region: String, val status: String, val timezone: String, val usageType: String, val version: String, val weatherStationCode: String, val weatherStationName: String, val zipcode: String)
IP 查询结果
表示从 IP 数据库返回的地址与网络信息
Author
lishangbu
Since
2025/4/12
Constructors
Link copied to clipboard
constructor(addressType: String, areaCode: String, as: String, asn: String, category: String, city: String, countryShort: String, countryLong: String, delay: Boolean, district: String, domain: String, elevation: Float, iddCode: String, isp: String, latitude: Float, longitude: Float, mobileBrand: String, mcc: String, mnc: String, netSpeed: String, region: String, status: String, timezone: String, usageType: String, version: String, weatherStationCode: String, weatherStationName: String, zipcode: String)
constructor(originResult: IPResult)
使用原始查询结果构建实例