Package com.pubnub.api.models.server
Class FetchMessagesEnvelope
- java.lang.Object
-
- com.pubnub.api.models.server.FetchMessagesEnvelope
-
public class FetchMessagesEnvelope extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFetchMessagesEnvelope.FetchMessagesPage
-
Constructor Summary
Constructors Constructor Description FetchMessagesEnvelope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.Map<java.lang.String,java.util.List<PNFetchMessageItem>>getChannels()FetchMessagesEnvelope.FetchMessagesPagegetMore()inthashCode()voidsetChannels(java.util.Map<java.lang.String,java.util.List<PNFetchMessageItem>> channels)voidsetMore(FetchMessagesEnvelope.FetchMessagesPage more)java.lang.StringtoString()
-
-
-
Method Detail
-
getChannels
public java.util.Map<java.lang.String,java.util.List<PNFetchMessageItem>> getChannels()
-
getMore
public FetchMessagesEnvelope.FetchMessagesPage getMore()
-
setChannels
public void setChannels(java.util.Map<java.lang.String,java.util.List<PNFetchMessageItem>> channels)
-
setMore
public void setMore(FetchMessagesEnvelope.FetchMessagesPage more)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-