Documentation ¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type Service5Params
- func (item *Service5Params) ClearMaxExecutionSpeed()
- func (item *Service5Params) ClearMaxExecutionSpeedBytes()
- func (item Service5Params) IsSetMaxExecutionSpeed() bool
- func (item Service5Params) IsSetMaxExecutionSpeedBytes() bool
- func (item *Service5Params) MarshalJSON() ([]byte, error)
- func (item *Service5Params) Read(w []byte) (_ []byte, err error)
- func (item *Service5Params) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *Service5Params) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *Service5Params) Reset()
- func (item *Service5Params) SetMaxExecutionSpeed(v int32)
- func (item *Service5Params) SetMaxExecutionSpeedBytes(v int32)
- func (item Service5Params) String() string
- func (Service5Params) TLName() string
- func (Service5Params) TLTag() uint32
- func (item *Service5Params) UnmarshalJSON(b []byte) error
- func (item *Service5Params) Write(w []byte) []byte
- func (item *Service5Params) WriteBoxed(w []byte) []byte
- func (item *Service5Params) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *Service5Params) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *Service5Params) WriteJSON(w []byte) []byte
- func (item *Service5Params) WriteJSONGeneral(w []byte) (_ []byte, err error)
- func (item *Service5Params) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service5Params ¶
type Service5Params struct { FieldsMask uint32 MaxExecutionSpeed int32 // Conditional: item.FieldsMask.0 MaxExecutionSpeedBytes int32 // Conditional: item.FieldsMask.1 }
func (*Service5Params) ClearMaxExecutionSpeed ¶
func (item *Service5Params) ClearMaxExecutionSpeed()
func (*Service5Params) ClearMaxExecutionSpeedBytes ¶
func (item *Service5Params) ClearMaxExecutionSpeedBytes()
func (Service5Params) IsSetMaxExecutionSpeed ¶
func (item Service5Params) IsSetMaxExecutionSpeed() bool
func (Service5Params) IsSetMaxExecutionSpeedBytes ¶
func (item Service5Params) IsSetMaxExecutionSpeedBytes() bool
func (*Service5Params) MarshalJSON ¶
func (item *Service5Params) MarshalJSON() ([]byte, error)
func (*Service5Params) ReadBoxed ¶
func (item *Service5Params) ReadBoxed(w []byte) (_ []byte, err error)
func (*Service5Params) ReadJSON ¶
func (item *Service5Params) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*Service5Params) Reset ¶
func (item *Service5Params) Reset()
func (*Service5Params) SetMaxExecutionSpeed ¶
func (item *Service5Params) SetMaxExecutionSpeed(v int32)
func (*Service5Params) SetMaxExecutionSpeedBytes ¶
func (item *Service5Params) SetMaxExecutionSpeedBytes(v int32)
func (Service5Params) String ¶
func (item Service5Params) String() string
func (Service5Params) TLName ¶
func (Service5Params) TLName() string
func (Service5Params) TLTag ¶
func (Service5Params) TLTag() uint32
func (*Service5Params) UnmarshalJSON ¶
func (item *Service5Params) UnmarshalJSON(b []byte) error
func (*Service5Params) Write ¶
func (item *Service5Params) Write(w []byte) []byte
func (*Service5Params) WriteBoxed ¶
func (item *Service5Params) WriteBoxed(w []byte) []byte
func (*Service5Params) WriteBoxedGeneral ¶
func (item *Service5Params) WriteBoxedGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*Service5Params) WriteGeneral ¶
func (item *Service5Params) WriteGeneral(w []byte) (_ []byte, err error)
This method is general version of Write, use it instead!
func (*Service5Params) WriteJSON ¶
func (item *Service5Params) WriteJSON(w []byte) []byte
func (*Service5Params) WriteJSONGeneral ¶
func (item *Service5Params) WriteJSONGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*Service5Params) WriteJSONOpt ¶
func (item *Service5Params) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
Click to show internal directories.
Click to hide internal directories.