cn.jpush.api.push.model
类 Message

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

public class Message
extends Object
implements PushModel


嵌套类摘要
static class Message.Builder
           
 
方法摘要
static Message content(String msgContent)
           
static Message.Builder newBuilder()
           
 com.google.gson.JsonElement toJSON()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

newBuilder

public static Message.Builder newBuilder()

content

public static Message content(String msgContent)

toJSON

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


Copyright © 2014. All Rights Reserved.