Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.1 KB

ApplicationEntity.md

File metadata and controls

39 lines (20 loc) · 1.1 KB

ApplicationEntity

Properties

Name Type Description Notes
ApplicationId Pointer to int32 The ID of the application that owns this entity.

Methods

GetApplicationId

func (o *ApplicationEntity) GetApplicationId() int32

GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.

GetApplicationIdOk

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.

HasApplicationId

func (o *ApplicationEntity) HasApplicationId() bool

HasApplicationId returns a boolean if a field has been set.

SetApplicationId

func (o *ApplicationEntity) SetApplicationId(v int32)

SetApplicationId gets a reference to the given int32 and assigns it to the ApplicationId field.

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