Class DeviceDetails.Push

  • Enclosing class:
    DeviceDetails

    public static class DeviceDetails.Push
    extends java.lang.Object
    Contains the details of the push registration of a device.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      ErrorInfo errorReason
      An ErrorInfo object describing the most recent error when the state is Failing or Failed.
      com.google.gson.JsonObject recipient
      A JSON object of key-value pairs that contains of the push transport and address.
      DeviceDetails.Push.State state
      The current state of the push registration.
    • Constructor Summary

      Constructors 
      Constructor Description
      Push()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.gson.JsonObject toJsonObject()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • recipient

        public com.google.gson.JsonObject recipient
        A JSON object of key-value pairs that contains of the push transport and address.
      • errorReason

        public ErrorInfo errorReason
        An ErrorInfo object describing the most recent error when the state is Failing or Failed.
    • Constructor Detail

      • Push

        public Push()
    • Method Detail

      • toJsonObject

        public com.google.gson.JsonObject toJsonObject()