Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 9.46 KB

File metadata and controls

264 lines (143 loc) · 9.46 KB

CompilerOptions

Properties

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]

Methods

NewCompilerOptions

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

NewCompilerOptionsWithDefaults

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

GetIgnoreUnusedConstantsWarnings

func (o *CompilerOptions) GetIgnoreUnusedConstantsWarnings() bool

GetIgnoreUnusedConstantsWarnings returns the IgnoreUnusedConstantsWarnings field if non-nil, zero value otherwise.

GetIgnoreUnusedConstantsWarningsOk

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.

SetIgnoreUnusedConstantsWarnings

func (o *CompilerOptions) SetIgnoreUnusedConstantsWarnings(v bool)

SetIgnoreUnusedConstantsWarnings sets IgnoreUnusedConstantsWarnings field to given value.

HasIgnoreUnusedConstantsWarnings

func (o *CompilerOptions) HasIgnoreUnusedConstantsWarnings() bool

HasIgnoreUnusedConstantsWarnings returns a boolean if a field has been set.

GetIgnoreUnusedVariablesWarnings

func (o *CompilerOptions) GetIgnoreUnusedVariablesWarnings() bool

GetIgnoreUnusedVariablesWarnings returns the IgnoreUnusedVariablesWarnings field if non-nil, zero value otherwise.

GetIgnoreUnusedVariablesWarningsOk

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.

SetIgnoreUnusedVariablesWarnings

func (o *CompilerOptions) SetIgnoreUnusedVariablesWarnings(v bool)

SetIgnoreUnusedVariablesWarnings sets IgnoreUnusedVariablesWarnings field to given value.

HasIgnoreUnusedVariablesWarnings

func (o *CompilerOptions) HasIgnoreUnusedVariablesWarnings() bool

HasIgnoreUnusedVariablesWarnings returns a boolean if a field has been set.

GetIgnoreUnusedFieldsWarnings

func (o *CompilerOptions) GetIgnoreUnusedFieldsWarnings() bool

GetIgnoreUnusedFieldsWarnings returns the IgnoreUnusedFieldsWarnings field if non-nil, zero value otherwise.

GetIgnoreUnusedFieldsWarningsOk

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.

SetIgnoreUnusedFieldsWarnings

func (o *CompilerOptions) SetIgnoreUnusedFieldsWarnings(v bool)

SetIgnoreUnusedFieldsWarnings sets IgnoreUnusedFieldsWarnings field to given value.

HasIgnoreUnusedFieldsWarnings

func (o *CompilerOptions) HasIgnoreUnusedFieldsWarnings() bool

HasIgnoreUnusedFieldsWarnings returns a boolean if a field has been set.

GetIgnoreUnusedPrivateFunctionsWarnings

func (o *CompilerOptions) GetIgnoreUnusedPrivateFunctionsWarnings() bool

GetIgnoreUnusedPrivateFunctionsWarnings returns the IgnoreUnusedPrivateFunctionsWarnings field if non-nil, zero value otherwise.

GetIgnoreUnusedPrivateFunctionsWarningsOk

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.

SetIgnoreUnusedPrivateFunctionsWarnings

func (o *CompilerOptions) SetIgnoreUnusedPrivateFunctionsWarnings(v bool)

SetIgnoreUnusedPrivateFunctionsWarnings sets IgnoreUnusedPrivateFunctionsWarnings field to given value.

HasIgnoreUnusedPrivateFunctionsWarnings

func (o *CompilerOptions) HasIgnoreUnusedPrivateFunctionsWarnings() bool

HasIgnoreUnusedPrivateFunctionsWarnings returns a boolean if a field has been set.

GetIgnoreUpdateFieldsCheckWarnings

func (o *CompilerOptions) GetIgnoreUpdateFieldsCheckWarnings() bool

GetIgnoreUpdateFieldsCheckWarnings returns the IgnoreUpdateFieldsCheckWarnings field if non-nil, zero value otherwise.

GetIgnoreUpdateFieldsCheckWarningsOk

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.

SetIgnoreUpdateFieldsCheckWarnings

func (o *CompilerOptions) SetIgnoreUpdateFieldsCheckWarnings(v bool)

SetIgnoreUpdateFieldsCheckWarnings sets IgnoreUpdateFieldsCheckWarnings field to given value.

HasIgnoreUpdateFieldsCheckWarnings

func (o *CompilerOptions) HasIgnoreUpdateFieldsCheckWarnings() bool

HasIgnoreUpdateFieldsCheckWarnings returns a boolean if a field has been set.

GetIgnoreCheckExternalCallerWarnings

func (o *CompilerOptions) GetIgnoreCheckExternalCallerWarnings() bool

GetIgnoreCheckExternalCallerWarnings returns the IgnoreCheckExternalCallerWarnings field if non-nil, zero value otherwise.

GetIgnoreCheckExternalCallerWarningsOk

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.

SetIgnoreCheckExternalCallerWarnings

func (o *CompilerOptions) SetIgnoreCheckExternalCallerWarnings(v bool)

SetIgnoreCheckExternalCallerWarnings sets IgnoreCheckExternalCallerWarnings field to given value.

HasIgnoreCheckExternalCallerWarnings

func (o *CompilerOptions) HasIgnoreCheckExternalCallerWarnings() bool

HasIgnoreCheckExternalCallerWarnings returns a boolean if a field has been set.

GetIgnoreUnusedFunctionReturnWarnings

func (o *CompilerOptions) GetIgnoreUnusedFunctionReturnWarnings() bool

GetIgnoreUnusedFunctionReturnWarnings returns the IgnoreUnusedFunctionReturnWarnings field if non-nil, zero value otherwise.

GetIgnoreUnusedFunctionReturnWarningsOk

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.

SetIgnoreUnusedFunctionReturnWarnings

func (o *CompilerOptions) SetIgnoreUnusedFunctionReturnWarnings(v bool)

SetIgnoreUnusedFunctionReturnWarnings sets IgnoreUnusedFunctionReturnWarnings field to given value.

HasIgnoreUnusedFunctionReturnWarnings

func (o *CompilerOptions) HasIgnoreUnusedFunctionReturnWarnings() bool

HasIgnoreUnusedFunctionReturnWarnings returns a boolean if a field has been set.

GetSkipAbstractContractCheck

func (o *CompilerOptions) GetSkipAbstractContractCheck() bool

GetSkipAbstractContractCheck returns the SkipAbstractContractCheck field if non-nil, zero value otherwise.

GetSkipAbstractContractCheckOk

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.

SetSkipAbstractContractCheck

func (o *CompilerOptions) SetSkipAbstractContractCheck(v bool)

SetSkipAbstractContractCheck sets SkipAbstractContractCheck field to given value.

HasSkipAbstractContractCheck

func (o *CompilerOptions) HasSkipAbstractContractCheck() bool

HasSkipAbstractContractCheck returns a boolean if a field has been set.

GetSkipTests

func (o *CompilerOptions) GetSkipTests() bool

GetSkipTests returns the SkipTests field if non-nil, zero value otherwise.

GetSkipTestsOk

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.

SetSkipTests

func (o *CompilerOptions) SetSkipTests(v bool)

SetSkipTests sets SkipTests field to given value.

HasSkipTests

func (o *CompilerOptions) HasSkipTests() bool

HasSkipTests returns a boolean if a field has been set.

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