Skip to content

Latest commit

 

History

History
368 lines (199 loc) · 8.24 KB

ResultId.md

File metadata and controls

368 lines (199 loc) · 8.24 KB

ResultId

Properties

Name Type Description Notes
Alias Pointer to string [optional]
ApiId Pointer to string [optional]
ApiName Pointer to string [optional]
Code Pointer to int32 [optional]
Day Pointer to int32 [optional]
Hour Pointer to int32 [optional]
IsoCountry Pointer to string [optional]
Key Pointer to string [optional]
Month Pointer to int32 [optional]
Path Pointer to string [optional]
Queries Pointer to map[string]int32 [optional]
Url Pointer to string [optional]
Year Pointer to int32 [optional]

Methods

NewResultId

func NewResultId() *ResultId

NewResultId instantiates a new ResultId 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

NewResultIdWithDefaults

func NewResultIdWithDefaults() *ResultId

NewResultIdWithDefaults instantiates a new ResultId 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

GetAlias

func (o *ResultId) GetAlias() string

GetAlias returns the Alias field if non-nil, zero value otherwise.

GetAliasOk

func (o *ResultId) GetAliasOk() (*string, bool)

GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAlias

func (o *ResultId) SetAlias(v string)

SetAlias sets Alias field to given value.

HasAlias

func (o *ResultId) HasAlias() bool

HasAlias returns a boolean if a field has been set.

GetApiId

func (o *ResultId) GetApiId() string

GetApiId returns the ApiId field if non-nil, zero value otherwise.

GetApiIdOk

func (o *ResultId) GetApiIdOk() (*string, bool)

GetApiIdOk returns a tuple with the ApiId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApiId

func (o *ResultId) SetApiId(v string)

SetApiId sets ApiId field to given value.

HasApiId

func (o *ResultId) HasApiId() bool

HasApiId returns a boolean if a field has been set.

GetApiName

func (o *ResultId) GetApiName() string

GetApiName returns the ApiName field if non-nil, zero value otherwise.

GetApiNameOk

func (o *ResultId) GetApiNameOk() (*string, bool)

GetApiNameOk returns a tuple with the ApiName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApiName

func (o *ResultId) SetApiName(v string)

SetApiName sets ApiName field to given value.

HasApiName

func (o *ResultId) HasApiName() bool

HasApiName returns a boolean if a field has been set.

GetCode

func (o *ResultId) GetCode() int32

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *ResultId) GetCodeOk() (*int32, bool)

GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCode

func (o *ResultId) SetCode(v int32)

SetCode sets Code field to given value.

HasCode

func (o *ResultId) HasCode() bool

HasCode returns a boolean if a field has been set.

GetDay

func (o *ResultId) GetDay() int32

GetDay returns the Day field if non-nil, zero value otherwise.

GetDayOk

func (o *ResultId) GetDayOk() (*int32, bool)

GetDayOk returns a tuple with the Day field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDay

func (o *ResultId) SetDay(v int32)

SetDay sets Day field to given value.

HasDay

func (o *ResultId) HasDay() bool

HasDay returns a boolean if a field has been set.

GetHour

func (o *ResultId) GetHour() int32

GetHour returns the Hour field if non-nil, zero value otherwise.

GetHourOk

func (o *ResultId) GetHourOk() (*int32, bool)

GetHourOk returns a tuple with the Hour field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHour

func (o *ResultId) SetHour(v int32)

SetHour sets Hour field to given value.

HasHour

func (o *ResultId) HasHour() bool

HasHour returns a boolean if a field has been set.

GetIsoCountry

func (o *ResultId) GetIsoCountry() string

GetIsoCountry returns the IsoCountry field if non-nil, zero value otherwise.

GetIsoCountryOk

func (o *ResultId) GetIsoCountryOk() (*string, bool)

GetIsoCountryOk returns a tuple with the IsoCountry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsoCountry

func (o *ResultId) SetIsoCountry(v string)

SetIsoCountry sets IsoCountry field to given value.

HasIsoCountry

func (o *ResultId) HasIsoCountry() bool

HasIsoCountry returns a boolean if a field has been set.

GetKey

func (o *ResultId) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *ResultId) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKey

func (o *ResultId) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *ResultId) HasKey() bool

HasKey returns a boolean if a field has been set.

GetMonth

func (o *ResultId) GetMonth() int32

GetMonth returns the Month field if non-nil, zero value otherwise.

GetMonthOk

func (o *ResultId) GetMonthOk() (*int32, bool)

GetMonthOk returns a tuple with the Month field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMonth

func (o *ResultId) SetMonth(v int32)

SetMonth sets Month field to given value.

HasMonth

func (o *ResultId) HasMonth() bool

HasMonth returns a boolean if a field has been set.

GetPath

func (o *ResultId) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

func (o *ResultId) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPath

func (o *ResultId) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *ResultId) HasPath() bool

HasPath returns a boolean if a field has been set.

GetQueries

func (o *ResultId) GetQueries() map[string]int32

GetQueries returns the Queries field if non-nil, zero value otherwise.

GetQueriesOk

func (o *ResultId) GetQueriesOk() (*map[string]int32, bool)

GetQueriesOk returns a tuple with the Queries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQueries

func (o *ResultId) SetQueries(v map[string]int32)

SetQueries sets Queries field to given value.

HasQueries

func (o *ResultId) HasQueries() bool

HasQueries returns a boolean if a field has been set.

GetUrl

func (o *ResultId) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *ResultId) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUrl

func (o *ResultId) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *ResultId) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetYear

func (o *ResultId) GetYear() int32

GetYear returns the Year field if non-nil, zero value otherwise.

GetYearOk

func (o *ResultId) GetYearOk() (*int32, bool)

GetYearOk returns a tuple with the Year field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetYear

func (o *ResultId) SetYear(v int32)

SetYear sets Year field to given value.

HasYear

func (o *ResultId) HasYear() bool

HasYear returns a boolean if a field has been set.

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