Class PNGetChannelMetadataResult
- java.lang.Object
-
- com.pubnub.api.models.server.objects_api.EntityEnvelope<PNChannelMetadata>
-
- com.pubnub.api.models.consumer.objects_api.channel.PNGetChannelMetadataResult
-
public class PNGetChannelMetadataResult extends EntityEnvelope<PNChannelMetadata>
-
-
Field Summary
-
Fields inherited from class com.pubnub.api.models.server.objects_api.EntityEnvelope
data, status
-
-
Constructor Summary
Constructors Constructor Description PNGetChannelMetadataResult()
PNGetChannelMetadataResult(EntityEnvelope<PNChannelMetadata> envelope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class com.pubnub.api.models.server.objects_api.EntityEnvelope
getData, getStatus
-
-
-
-
Constructor Detail
-
PNGetChannelMetadataResult
public PNGetChannelMetadataResult(EntityEnvelope<PNChannelMetadata> envelope)
-
PNGetChannelMetadataResult
public PNGetChannelMetadataResult()
-
-