Package com.twilio.rest.wireless.v1.sim
Class DataSession
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.wireless.v1.sim.DataSession
-
- All Implemented Interfaces:
Serializable
public class DataSession extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static DataSessionfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a DataSession object using the provided ObjectMapper.static DataSessionfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a DataSession object using the provided ObjectMapper.StringgetAccountSid()StringgetCellId()Map<String,Object>getCellLocationEstimate()ZonedDateTimegetEnd()StringgetImei()ZonedDateTimegetLastUpdated()StringgetOperatorCountry()StringgetOperatorMcc()StringgetOperatorMnc()StringgetOperatorName()IntegergetPacketsDownloaded()IntegergetPacketsUploaded()StringgetRadioLink()StringgetSid()StringgetSimSid()ZonedDateTimegetStart()inthashCode()static DataSessionReaderreader(String pathSimSid)
-
-
-
Method Detail
-
reader
public static DataSessionReader reader(String pathSimSid)
-
fromJson
public static DataSession fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a DataSession object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- DataSession object represented by the provided JSON
-
fromJson
public static DataSession fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a DataSession object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- DataSession object represented by the provided JSON
-
getSid
public final String getSid()
-
getSimSid
public final String getSimSid()
-
getAccountSid
public final String getAccountSid()
-
getRadioLink
public final String getRadioLink()
-
getOperatorMcc
public final String getOperatorMcc()
-
getOperatorMnc
public final String getOperatorMnc()
-
getOperatorCountry
public final String getOperatorCountry()
-
getOperatorName
public final String getOperatorName()
-
getCellId
public final String getCellId()
-
getPacketsUploaded
public final Integer getPacketsUploaded()
-
getPacketsDownloaded
public final Integer getPacketsDownloaded()
-
getLastUpdated
public final ZonedDateTime getLastUpdated()
-
getStart
public final ZonedDateTime getStart()
-
getEnd
public final ZonedDateTime getEnd()
-
getImei
public final String getImei()
-
-