com.shephertz.app42.paas.sdk.android.push
Class PushNotification.Channel

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.android.push.PushNotification.Channel
Enclosing class:
PushNotification

public class PushNotification.Channel
extends java.lang.Object


Field Summary
 java.lang.String channelName
           
 java.lang.String description
           
 
Constructor Summary
PushNotification.Channel()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String channelName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channelName

public java.lang.String channelName

description

public java.lang.String description
Constructor Detail

PushNotification.Channel

public PushNotification.Channel()
Method Detail

getDescription

public java.lang.String getDescription()

getName

public java.lang.String getName()

setDescription

public void setDescription(java.lang.String description)

setName

public void setName(java.lang.String channelName)