Name | Type | Description | Notes |
---|---|---|---|
StoreId | Pointer to int32 | The ID of the store. | [optional] |
func (o *ApplicationStoreEntity) GetStoreId() int32
GetStoreId returns the StoreId field if non-nil, zero value otherwise.
func (o *ApplicationStoreEntity) GetStoreIdOk() (int32, bool)
GetStoreIdOk returns a tuple with the StoreId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationStoreEntity) HasStoreId() bool
HasStoreId returns a boolean if a field has been set.
func (o *ApplicationStoreEntity) SetStoreId(v int32)
SetStoreId gets a reference to the given int32 and assigns it to the StoreId field.