Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 2.82 KB

File metadata and controls

92 lines (51 loc) · 2.82 KB

DecompilationCommentContext

Properties

Name Type Description Notes
StartLine NullableInt32
EndLine NullableInt32

Methods

NewDecompilationCommentContext

func NewDecompilationCommentContext(startLine NullableInt32, endLine NullableInt32, ) *DecompilationCommentContext

NewDecompilationCommentContext instantiates a new DecompilationCommentContext 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

NewDecompilationCommentContextWithDefaults

func NewDecompilationCommentContextWithDefaults() *DecompilationCommentContext

NewDecompilationCommentContextWithDefaults instantiates a new DecompilationCommentContext 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

GetStartLine

func (o *DecompilationCommentContext) GetStartLine() int32

GetStartLine returns the StartLine field if non-nil, zero value otherwise.

GetStartLineOk

func (o *DecompilationCommentContext) GetStartLineOk() (*int32, bool)

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

SetStartLine

func (o *DecompilationCommentContext) SetStartLine(v int32)

SetStartLine sets StartLine field to given value.

SetStartLineNil

func (o *DecompilationCommentContext) SetStartLineNil(b bool)

SetStartLineNil sets the value for StartLine to be an explicit nil

UnsetStartLine

func (o *DecompilationCommentContext) UnsetStartLine()

UnsetStartLine ensures that no value is present for StartLine, not even an explicit nil

GetEndLine

func (o *DecompilationCommentContext) GetEndLine() int32

GetEndLine returns the EndLine field if non-nil, zero value otherwise.

GetEndLineOk

func (o *DecompilationCommentContext) GetEndLineOk() (*int32, bool)

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

SetEndLine

func (o *DecompilationCommentContext) SetEndLine(v int32)

SetEndLine sets EndLine field to given value.

SetEndLineNil

func (o *DecompilationCommentContext) SetEndLineNil(b bool)

SetEndLineNil sets the value for EndLine to be an explicit nil

UnsetEndLine

func (o *DecompilationCommentContext) UnsetEndLine()

UnsetEndLine ensures that no value is present for EndLine, not even an explicit nil

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