cn.jpush.api.push.model
类 Platform

java.lang.Object
  继承者 cn.jpush.api.push.model.Platform
所有已实现的接口:
PushModel

public class Platform
extends Object
implements PushModel


嵌套类摘要
static class Platform.Builder
           
 
方法摘要
static Platform all()
           
static Platform android_ios()
           
static Platform android_winphone()
           
static Platform android()
           
static Platform ios_winphone()
           
static Platform ios()
           
 boolean isAll()
           
static Platform.Builder newBuilder()
           
 com.google.gson.JsonElement toJSON()
           
static Platform winphone()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

newBuilder

public static Platform.Builder newBuilder()

all

public static Platform all()

android

public static Platform android()

ios

public static Platform ios()

winphone

public static Platform winphone()

android_ios

public static Platform android_ios()

android_winphone

public static Platform android_winphone()

ios_winphone

public static Platform ios_winphone()

isAll

public boolean isAll()

toJSON

public com.google.gson.JsonElement toJSON()
指定者:
接口 PushModel 中的 toJSON


Copyright © 2014. All Rights Reserved.