Skip to content

ApplicationBasicInfo

Properties

Name Type Description Notes
ApplicationId Pointer to int32 The id of the application. [optional]
ApplicationName Pointer to string The name of the application. [optional]

Methods

NewApplicationBasicInfo

func NewApplicationBasicInfo() *ApplicationBasicInfo

NewApplicationBasicInfo instantiates a new ApplicationBasicInfo 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

NewApplicationBasicInfoWithDefaults

func NewApplicationBasicInfoWithDefaults() *ApplicationBasicInfo

NewApplicationBasicInfoWithDefaults instantiates a new ApplicationBasicInfo 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

GetApplicationId

func (o *ApplicationBasicInfo) GetApplicationId() int32

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

GetApplicationIdOk

func (o *ApplicationBasicInfo) 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.

SetApplicationId

func (o *ApplicationBasicInfo) SetApplicationId(v int32)

SetApplicationId sets ApplicationId field to given value.

HasApplicationId

func (o *ApplicationBasicInfo) HasApplicationId() bool

HasApplicationId returns a boolean if a field has been set.

GetApplicationName

func (o *ApplicationBasicInfo) GetApplicationName() string

GetApplicationName returns the ApplicationName field if non-nil, zero value otherwise.

GetApplicationNameOk

func (o *ApplicationBasicInfo) GetApplicationNameOk() (*string, bool)

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

SetApplicationName

func (o *ApplicationBasicInfo) SetApplicationName(v string)

SetApplicationName sets ApplicationName field to given value.

HasApplicationName

func (o *ApplicationBasicInfo) HasApplicationName() bool

HasApplicationName returns a boolean if a field has been set.

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