ChannelTrait.GetProgramGuideCommand.Request

class ChannelTrait.GetProgramGuideCommand.Request : ClusterStruct


Summary

Nested types

Descriptor enum for this command's request fields.

Public constructors

Request(
    startTime: OptionalValue<UInt>,
    endTime: OptionalValue<UInt>,
    channelList: OptionalValue<List<ChannelTrait.ChannelInfoStruct>>,
    pageToken: OptionalValue<ChannelTrait.PageTokenStruct>,
    recordingFlag: OptionalValue<ChannelTrait.RecordingFlagBitmap>,
    externalIdList: OptionalValue<List<ChannelTrait.AdditionalInfoStruct>>,
    data: OptionalValue<ByteArray>
)

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

Public constructors

Request

Request(
    startTime: OptionalValue<UInt> = OptionalValue.absent(),
    endTime: OptionalValue<UInt> = OptionalValue.absent(),
    channelList: OptionalValue<List<ChannelTrait.ChannelInfoStruct>> = OptionalValue.absent(),
    pageToken: OptionalValue<ChannelTrait.PageTokenStruct> = OptionalValue.absent(),
    recordingFlag: OptionalValue<ChannelTrait.RecordingFlagBitmap> = OptionalValue.absent(),
    externalIdList: OptionalValue<List<ChannelTrait.AdditionalInfoStruct>> = OptionalValue.absent(),
    data: OptionalValue<ByteArray> = OptionalValue.absent()
)

Public functions

getDescriptor

@HomeExperimentalApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalApi
open fun getFieldValueById(tagId: UInt): Any?

Returns the value of the field for the given tag ID.