Class PNSetChannelMetadataResult
- java.lang.Object
-
- com.pubnub.api.models.server.objects_api.EntityEnvelope<PNChannelMetadata>
-
- com.pubnub.api.models.consumer.objects_api.channel.PNSetChannelMetadataResult
-
public class PNSetChannelMetadataResult extends EntityEnvelope<PNChannelMetadata>
-
-
Field Summary
-
Fields inherited from class com.pubnub.api.models.server.objects_api.EntityEnvelope
data, status
-
-
Constructor Summary
Constructors Constructor Description PNSetChannelMetadataResult()
PNSetChannelMetadataResult(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
-
PNSetChannelMetadataResult
public PNSetChannelMetadataResult(EntityEnvelope<PNChannelMetadata> envelope)
-
PNSetChannelMetadataResult
public PNSetChannelMetadataResult()
-
-