Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.31 KB

CustconfFlvPseudoStreaming.md

File metadata and controls

134 lines (73 loc) · 4.31 KB

CustconfFlvPseudoStreaming

Properties

Name Type Description Notes
Id Pointer to string This is used by the API to perform conflict checking [optional]
JumpToByteInitialBytesParam Pointer to string [optional]
JumpToByteStartOffsetParam Pointer to string [optional]
Enabled Pointer to bool [optional]

Methods

NewCustconfFlvPseudoStreaming

func NewCustconfFlvPseudoStreaming() *CustconfFlvPseudoStreaming

NewCustconfFlvPseudoStreaming instantiates a new CustconfFlvPseudoStreaming object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewCustconfFlvPseudoStreamingWithDefaults

func NewCustconfFlvPseudoStreamingWithDefaults() *CustconfFlvPseudoStreaming

NewCustconfFlvPseudoStreamingWithDefaults instantiates a new CustconfFlvPseudoStreaming object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetId

func (o *CustconfFlvPseudoStreaming) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *CustconfFlvPseudoStreaming) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *CustconfFlvPseudoStreaming) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *CustconfFlvPseudoStreaming) HasId() bool

HasId returns a boolean if a field has been set.

GetJumpToByteInitialBytesParam

func (o *CustconfFlvPseudoStreaming) GetJumpToByteInitialBytesParam() string

GetJumpToByteInitialBytesParam returns the JumpToByteInitialBytesParam field if non-nil, zero value otherwise.

GetJumpToByteInitialBytesParamOk

func (o *CustconfFlvPseudoStreaming) GetJumpToByteInitialBytesParamOk() (*string, bool)

GetJumpToByteInitialBytesParamOk returns a tuple with the JumpToByteInitialBytesParam field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetJumpToByteInitialBytesParam

func (o *CustconfFlvPseudoStreaming) SetJumpToByteInitialBytesParam(v string)

SetJumpToByteInitialBytesParam sets JumpToByteInitialBytesParam field to given value.

HasJumpToByteInitialBytesParam

func (o *CustconfFlvPseudoStreaming) HasJumpToByteInitialBytesParam() bool

HasJumpToByteInitialBytesParam returns a boolean if a field has been set.

GetJumpToByteStartOffsetParam

func (o *CustconfFlvPseudoStreaming) GetJumpToByteStartOffsetParam() string

GetJumpToByteStartOffsetParam returns the JumpToByteStartOffsetParam field if non-nil, zero value otherwise.

GetJumpToByteStartOffsetParamOk

func (o *CustconfFlvPseudoStreaming) GetJumpToByteStartOffsetParamOk() (*string, bool)

GetJumpToByteStartOffsetParamOk returns a tuple with the JumpToByteStartOffsetParam field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetJumpToByteStartOffsetParam

func (o *CustconfFlvPseudoStreaming) SetJumpToByteStartOffsetParam(v string)

SetJumpToByteStartOffsetParam sets JumpToByteStartOffsetParam field to given value.

HasJumpToByteStartOffsetParam

func (o *CustconfFlvPseudoStreaming) HasJumpToByteStartOffsetParam() bool

HasJumpToByteStartOffsetParam returns a boolean if a field has been set.

GetEnabled

func (o *CustconfFlvPseudoStreaming) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *CustconfFlvPseudoStreaming) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnabled

func (o *CustconfFlvPseudoStreaming) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *CustconfFlvPseudoStreaming) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]