Name | Type | Description | Notes |
---|---|---|---|
ApplicationId | Pointer to int32 | The ID of the application that owns this entity. |
func (o *ApplicationEntity) GetApplicationId() int32
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *ApplicationEntity) GetApplicationIdOk() (int32, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationEntity) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *ApplicationEntity) SetApplicationId(v int32)
SetApplicationId gets a reference to the given int32 and assigns it to the ApplicationId field.