Documentation
¶
Index ¶
- func CreateTranscodingMessageFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type TranscodingMessage
- func (m *TranscodingMessage) GetAdditionalData() map[string]any
- func (m *TranscodingMessage) GetFieldDeserializers() ...
- func (m *TranscodingMessage) GetIssueCode() *float64
- func (m *TranscodingMessage) GetLevel() *float64
- func (m *TranscodingMessage) GetMessage() *string
- func (m *TranscodingMessage) GetTimeStamp() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time
- func (m *TranscodingMessage) GetValue() *string
- func (m *TranscodingMessage) Serialize(...) error
- func (m *TranscodingMessage) SetAdditionalData(value map[string]any)
- func (m *TranscodingMessage) SetIssueCode(value *float64)
- func (m *TranscodingMessage) SetLevel(value *float64)
- func (m *TranscodingMessage) SetMessage(value *string)
- func (m *TranscodingMessage) SetTimeStamp(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)
- func (m *TranscodingMessage) SetValue(value *string)
- type TranscodingMessageable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTranscodingMessageFromDiscriminatorValue ¶
func CreateTranscodingMessageFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateTranscodingMessageFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful
Types ¶
type TranscodingMessage ¶
type TranscodingMessage struct {
// contains filtered or unexported fields
}
func NewTranscodingMessage ¶
func NewTranscodingMessage() *TranscodingMessage
NewTranscodingMessage instantiates a new TranscodingMessage and sets the default values.
func (*TranscodingMessage) GetAdditionalData ¶
func (m *TranscodingMessage) GetAdditionalData() map[string]any
GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful
func (*TranscodingMessage) GetFieldDeserializers ¶
func (m *TranscodingMessage) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful
func (*TranscodingMessage) GetIssueCode ¶
func (m *TranscodingMessage) GetIssueCode() *float64
GetIssueCode gets the issueCode property value. The issueCode property returns a *float64 when successful
func (*TranscodingMessage) GetLevel ¶
func (m *TranscodingMessage) GetLevel() *float64
GetLevel gets the level property value. The level property returns a *float64 when successful
func (*TranscodingMessage) GetMessage ¶
func (m *TranscodingMessage) GetMessage() *string
GetMessage gets the message property value. The message property returns a *string when successful
func (*TranscodingMessage) GetTimeStamp ¶
func (m *TranscodingMessage) GetTimeStamp() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time
GetTimeStamp gets the timeStamp property value. The timeStamp property returns a *Time when successful
func (*TranscodingMessage) GetValue ¶
func (m *TranscodingMessage) GetValue() *string
GetValue gets the value property value. The value property returns a *string when successful
func (*TranscodingMessage) Serialize ¶
func (m *TranscodingMessage) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*TranscodingMessage) SetAdditionalData ¶
func (m *TranscodingMessage) SetAdditionalData(value map[string]any)
SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*TranscodingMessage) SetIssueCode ¶
func (m *TranscodingMessage) SetIssueCode(value *float64)
SetIssueCode sets the issueCode property value. The issueCode property
func (*TranscodingMessage) SetLevel ¶
func (m *TranscodingMessage) SetLevel(value *float64)
SetLevel sets the level property value. The level property
func (*TranscodingMessage) SetMessage ¶
func (m *TranscodingMessage) SetMessage(value *string)
SetMessage sets the message property value. The message property
func (*TranscodingMessage) SetTimeStamp ¶
func (m *TranscodingMessage) SetTimeStamp(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)
SetTimeStamp sets the timeStamp property value. The timeStamp property
func (*TranscodingMessage) SetValue ¶
func (m *TranscodingMessage) SetValue(value *string)
SetValue sets the value property value. The value property
type TranscodingMessageable ¶
type TranscodingMessageable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetIssueCode() *float64 GetLevel() *float64 GetMessage() *string GetTimeStamp() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time GetValue() *string SetIssueCode(value *float64) SetLevel(value *float64) SetMessage(value *string) SetTimeStamp(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) SetValue(value *string) }