Name | Type | Description | Notes |
---|---|---|---|
Field | string | Field to join on | |
Table | string | Joined table | |
Type | Pointer to interface{} | [optional] |
func NewJoinCond(field string, table string, ) *JoinCond
NewJoinCond instantiates a new JoinCond 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 NewJoinCondWithDefaults() *JoinCond
NewJoinCondWithDefaults instantiates a new JoinCond 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 *JoinCond) GetField() string
GetField returns the Field field if non-nil, zero value otherwise.
func (o *JoinCond) GetFieldOk() (*string, bool)
GetFieldOk returns a tuple with the Field field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JoinCond) SetField(v string)
SetField sets Field field to given value.
func (o *JoinCond) GetTable() string
GetTable returns the Table field if non-nil, zero value otherwise.
func (o *JoinCond) GetTableOk() (*string, bool)
GetTableOk returns a tuple with the Table field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JoinCond) SetTable(v string)
SetTable sets Table field to given value.
func (o *JoinCond) GetType() interface{}
GetType returns the Type field if non-nil, zero value otherwise.
func (o *JoinCond) GetTypeOk() (*interface{}, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JoinCond) SetType(v interface{})
SetType sets Type field to given value.
func (o *JoinCond) HasType() bool
HasType returns a boolean if a field has been set.
func (o *JoinCond) SetTypeNil(b bool)
SetTypeNil sets the value for Type to be an explicit nil
func (o *JoinCond) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil