# StubExample Class ## Fields ### `isTrue` #### Signature ```apex public isTrue ``` #### Type Boolean --- ### `greeting` #### Signature ```apex public greeting ``` #### Type String --- ### `notMocked` #### Signature ```apex public notMocked ``` #### Type Boolean ## Methods ### `getIsTrue()` #### Signature ```apex public Boolean getIsTrue() ``` #### Return Type **Boolean** --- ### `getGreeting()` #### Signature ```apex public String getGreeting() ``` #### Return Type **String** --- ### `setGreeting(greeting)` #### Signature ```apex public void setGreeting(String greeting) ``` #### Parameters | Name | Type | Description | |------|------|-------------| | greeting | String | | #### Return Type **void** --- ### `setGreeting(greeting)` #### Signature ```apex public void setGreeting(Integer greeting) ``` #### Parameters | Name | Type | Description | |------|------|-------------| | greeting | Integer | | #### Return Type **void**