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 class
FetchMessagesEnvelope.FetchMessagesPage
-
Constructor Summary
Constructors Constructor Description FetchMessagesEnvelope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.util.Map<java.lang.String,java.util.List<PNFetchMessageItem>>
getChannels()
FetchMessagesEnvelope.FetchMessagesPage
getMore()
int
hashCode()
void
setChannels(java.util.Map<java.lang.String,java.util.List<PNFetchMessageItem>> channels)
void
setMore(FetchMessagesEnvelope.FetchMessagesPage more)
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-