| Name | Type | Description | Notes |
|---|---|---|---|
| IgnoreUnusedConstantsWarnings | Pointer to bool | [optional] | |
| IgnoreUnusedVariablesWarnings | Pointer to bool | [optional] | |
| IgnoreUnusedFieldsWarnings | Pointer to bool | [optional] | |
| IgnoreUnusedPrivateFunctionsWarnings | Pointer to bool | [optional] | |
| IgnoreUpdateFieldsCheckWarnings | Pointer to bool | [optional] | |
| IgnoreCheckExternalCallerWarnings | Pointer to bool | [optional] | |
| IgnoreUnusedFunctionReturnWarnings | Pointer to bool | [optional] | |
| SkipAbstractContractCheck | Pointer to bool | [optional] | |
| SkipTests | Pointer to bool | [optional] |
func NewCompilerOptions() *CompilerOptions
NewCompilerOptions instantiates a new CompilerOptions 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 NewCompilerOptionsWithDefaults() *CompilerOptions
NewCompilerOptionsWithDefaults instantiates a new CompilerOptions 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 *CompilerOptions) GetIgnoreUnusedConstantsWarnings() bool
GetIgnoreUnusedConstantsWarnings returns the IgnoreUnusedConstantsWarnings field if non-nil, zero value otherwise.
func (o *CompilerOptions) GetIgnoreUnusedConstantsWarningsOk() (*bool, bool)
GetIgnoreUnusedConstantsWarningsOk returns a tuple with the IgnoreUnusedConstantsWarnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompilerOptions) SetIgnoreUnusedConstantsWarnings(v bool)
SetIgnoreUnusedConstantsWarnings sets IgnoreUnusedConstantsWarnings field to given value.
func (o *CompilerOptions) HasIgnoreUnusedConstantsWarnings() bool
HasIgnoreUnusedConstantsWarnings returns a boolean if a field has been set.
func (o *CompilerOptions) GetIgnoreUnusedVariablesWarnings() bool
GetIgnoreUnusedVariablesWarnings returns the IgnoreUnusedVariablesWarnings field if non-nil, zero value otherwise.
func (o *CompilerOptions) GetIgnoreUnusedVariablesWarningsOk() (*bool, bool)
GetIgnoreUnusedVariablesWarningsOk returns a tuple with the IgnoreUnusedVariablesWarnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompilerOptions) SetIgnoreUnusedVariablesWarnings(v bool)
SetIgnoreUnusedVariablesWarnings sets IgnoreUnusedVariablesWarnings field to given value.
func (o *CompilerOptions) HasIgnoreUnusedVariablesWarnings() bool
HasIgnoreUnusedVariablesWarnings returns a boolean if a field has been set.
func (o *CompilerOptions) GetIgnoreUnusedFieldsWarnings() bool
GetIgnoreUnusedFieldsWarnings returns the IgnoreUnusedFieldsWarnings field if non-nil, zero value otherwise.
func (o *CompilerOptions) GetIgnoreUnusedFieldsWarningsOk() (*bool, bool)
GetIgnoreUnusedFieldsWarningsOk returns a tuple with the IgnoreUnusedFieldsWarnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompilerOptions) SetIgnoreUnusedFieldsWarnings(v bool)
SetIgnoreUnusedFieldsWarnings sets IgnoreUnusedFieldsWarnings field to given value.
func (o *CompilerOptions) HasIgnoreUnusedFieldsWarnings() bool
HasIgnoreUnusedFieldsWarnings returns a boolean if a field has been set.
func (o *CompilerOptions) GetIgnoreUnusedPrivateFunctionsWarnings() bool
GetIgnoreUnusedPrivateFunctionsWarnings returns the IgnoreUnusedPrivateFunctionsWarnings field if non-nil, zero value otherwise.
func (o *CompilerOptions) GetIgnoreUnusedPrivateFunctionsWarningsOk() (*bool, bool)
GetIgnoreUnusedPrivateFunctionsWarningsOk returns a tuple with the IgnoreUnusedPrivateFunctionsWarnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompilerOptions) SetIgnoreUnusedPrivateFunctionsWarnings(v bool)
SetIgnoreUnusedPrivateFunctionsWarnings sets IgnoreUnusedPrivateFunctionsWarnings field to given value.
func (o *CompilerOptions) HasIgnoreUnusedPrivateFunctionsWarnings() bool
HasIgnoreUnusedPrivateFunctionsWarnings returns a boolean if a field has been set.
func (o *CompilerOptions) GetIgnoreUpdateFieldsCheckWarnings() bool
GetIgnoreUpdateFieldsCheckWarnings returns the IgnoreUpdateFieldsCheckWarnings field if non-nil, zero value otherwise.
func (o *CompilerOptions) GetIgnoreUpdateFieldsCheckWarningsOk() (*bool, bool)
GetIgnoreUpdateFieldsCheckWarningsOk returns a tuple with the IgnoreUpdateFieldsCheckWarnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompilerOptions) SetIgnoreUpdateFieldsCheckWarnings(v bool)
SetIgnoreUpdateFieldsCheckWarnings sets IgnoreUpdateFieldsCheckWarnings field to given value.
func (o *CompilerOptions) HasIgnoreUpdateFieldsCheckWarnings() bool
HasIgnoreUpdateFieldsCheckWarnings returns a boolean if a field has been set.
func (o *CompilerOptions) GetIgnoreCheckExternalCallerWarnings() bool
GetIgnoreCheckExternalCallerWarnings returns the IgnoreCheckExternalCallerWarnings field if non-nil, zero value otherwise.
func (o *CompilerOptions) GetIgnoreCheckExternalCallerWarningsOk() (*bool, bool)
GetIgnoreCheckExternalCallerWarningsOk returns a tuple with the IgnoreCheckExternalCallerWarnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompilerOptions) SetIgnoreCheckExternalCallerWarnings(v bool)
SetIgnoreCheckExternalCallerWarnings sets IgnoreCheckExternalCallerWarnings field to given value.
func (o *CompilerOptions) HasIgnoreCheckExternalCallerWarnings() bool
HasIgnoreCheckExternalCallerWarnings returns a boolean if a field has been set.
func (o *CompilerOptions) GetIgnoreUnusedFunctionReturnWarnings() bool
GetIgnoreUnusedFunctionReturnWarnings returns the IgnoreUnusedFunctionReturnWarnings field if non-nil, zero value otherwise.
func (o *CompilerOptions) GetIgnoreUnusedFunctionReturnWarningsOk() (*bool, bool)
GetIgnoreUnusedFunctionReturnWarningsOk returns a tuple with the IgnoreUnusedFunctionReturnWarnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompilerOptions) SetIgnoreUnusedFunctionReturnWarnings(v bool)
SetIgnoreUnusedFunctionReturnWarnings sets IgnoreUnusedFunctionReturnWarnings field to given value.
func (o *CompilerOptions) HasIgnoreUnusedFunctionReturnWarnings() bool
HasIgnoreUnusedFunctionReturnWarnings returns a boolean if a field has been set.
func (o *CompilerOptions) GetSkipAbstractContractCheck() bool
GetSkipAbstractContractCheck returns the SkipAbstractContractCheck field if non-nil, zero value otherwise.
func (o *CompilerOptions) GetSkipAbstractContractCheckOk() (*bool, bool)
GetSkipAbstractContractCheckOk returns a tuple with the SkipAbstractContractCheck field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompilerOptions) SetSkipAbstractContractCheck(v bool)
SetSkipAbstractContractCheck sets SkipAbstractContractCheck field to given value.
func (o *CompilerOptions) HasSkipAbstractContractCheck() bool
HasSkipAbstractContractCheck returns a boolean if a field has been set.
func (o *CompilerOptions) GetSkipTests() bool
GetSkipTests returns the SkipTests field if non-nil, zero value otherwise.
func (o *CompilerOptions) GetSkipTestsOk() (*bool, bool)
GetSkipTestsOk returns a tuple with the SkipTests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompilerOptions) SetSkipTests(v bool)
SetSkipTests sets SkipTests field to given value.
func (o *CompilerOptions) HasSkipTests() bool
HasSkipTests returns a boolean if a field has been set.