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] |
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
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
func (o *ResultId) GetAlias() string
GetAlias returns the Alias field if non-nil, zero value otherwise.
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.
func (o *ResultId) SetAlias(v string)
SetAlias sets Alias field to given value.
func (o *ResultId) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (o *ResultId) GetApiId() string
GetApiId returns the ApiId field if non-nil, zero value otherwise.
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.
func (o *ResultId) SetApiId(v string)
SetApiId sets ApiId field to given value.
func (o *ResultId) HasApiId() bool
HasApiId returns a boolean if a field has been set.
func (o *ResultId) GetApiName() string
GetApiName returns the ApiName field if non-nil, zero value otherwise.
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.
func (o *ResultId) SetApiName(v string)
SetApiName sets ApiName field to given value.
func (o *ResultId) HasApiName() bool
HasApiName returns a boolean if a field has been set.
func (o *ResultId) GetCode() int32
GetCode returns the Code field if non-nil, zero value otherwise.
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.
func (o *ResultId) SetCode(v int32)
SetCode sets Code field to given value.
func (o *ResultId) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *ResultId) GetDay() int32
GetDay returns the Day field if non-nil, zero value otherwise.
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.
func (o *ResultId) SetDay(v int32)
SetDay sets Day field to given value.
func (o *ResultId) HasDay() bool
HasDay returns a boolean if a field has been set.
func (o *ResultId) GetHour() int32
GetHour returns the Hour field if non-nil, zero value otherwise.
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.
func (o *ResultId) SetHour(v int32)
SetHour sets Hour field to given value.
func (o *ResultId) HasHour() bool
HasHour returns a boolean if a field has been set.
func (o *ResultId) GetIsoCountry() string
GetIsoCountry returns the IsoCountry field if non-nil, zero value otherwise.
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.
func (o *ResultId) SetIsoCountry(v string)
SetIsoCountry sets IsoCountry field to given value.
func (o *ResultId) HasIsoCountry() bool
HasIsoCountry returns a boolean if a field has been set.
func (o *ResultId) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
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.
func (o *ResultId) SetKey(v string)
SetKey sets Key field to given value.
func (o *ResultId) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *ResultId) GetMonth() int32
GetMonth returns the Month field if non-nil, zero value otherwise.
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.
func (o *ResultId) SetMonth(v int32)
SetMonth sets Month field to given value.
func (o *ResultId) HasMonth() bool
HasMonth returns a boolean if a field has been set.
func (o *ResultId) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
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.
func (o *ResultId) SetPath(v string)
SetPath sets Path field to given value.
func (o *ResultId) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *ResultId) GetQueries() map[string]int32
GetQueries returns the Queries field if non-nil, zero value otherwise.
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.
func (o *ResultId) SetQueries(v map[string]int32)
SetQueries sets Queries field to given value.
func (o *ResultId) HasQueries() bool
HasQueries returns a boolean if a field has been set.
func (o *ResultId) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *ResultId) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *ResultId) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *ResultId) GetYear() int32
GetYear returns the Year field if non-nil, zero value otherwise.
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.
func (o *ResultId) SetYear(v int32)
SetYear sets Year field to given value.
func (o *ResultId) HasYear() bool
HasYear returns a boolean if a field has been set.