-
public final class VerifyServerGenIDResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVerifyServerGenIDResult.Companion
-
Field Summary
Fields Modifier and Type Field Description private final DeviceInfodeviceInfoprivate final StringservGenIdprivate final Stringerrcodeprivate final Stringstatusprivate final StringstatusDesc
-
Constructor Summary
Constructors Constructor Description VerifyServerGenIDResult(DeviceInfo deviceInfo, String servGenId, String errcode, String status, String statusDesc)
-
Method Summary
Modifier and Type Method Description final DeviceInfogetDeviceInfo()final StringgetServGenId()final StringgetErrcode()final StringgetStatus()final StringgetStatusDesc()final JSONObjectgetJSONObject()-
-
Constructor Detail
-
VerifyServerGenIDResult
VerifyServerGenIDResult(DeviceInfo deviceInfo, String servGenId, String errcode, String status, String statusDesc)
-
-
Method Detail
-
getDeviceInfo
final DeviceInfo getDeviceInfo()
-
getServGenId
final String getServGenId()
-
getErrcode
final String getErrcode()
-
getStatusDesc
final String getStatusDesc()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-