| Name | Type | Description | Notes |
|---|---|---|---|
| StartLine | NullableInt32 | ||
| EndLine | NullableInt32 |
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
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
func (o *DecompilationCommentContext) GetStartLine() int32
GetStartLine returns the StartLine field if non-nil, zero value otherwise.
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.
func (o *DecompilationCommentContext) SetStartLine(v int32)
SetStartLine sets StartLine field to given value.
func (o *DecompilationCommentContext) SetStartLineNil(b bool)
SetStartLineNil sets the value for StartLine to be an explicit nil
func (o *DecompilationCommentContext) UnsetStartLine()
UnsetStartLine ensures that no value is present for StartLine, not even an explicit nil
func (o *DecompilationCommentContext) GetEndLine() int32
GetEndLine returns the EndLine field if non-nil, zero value otherwise.
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.
func (o *DecompilationCommentContext) SetEndLine(v int32)
SetEndLine sets EndLine field to given value.
func (o *DecompilationCommentContext) SetEndLineNil(b bool)
SetEndLineNil sets the value for EndLine to be an explicit nil
func (o *DecompilationCommentContext) UnsetEndLine()
UnsetEndLine ensures that no value is present for EndLine, not even an explicit nil