Skip to content

DigitMapProfileInfo

Properties

Name Type Description Notes
DefaultProfile Pointer to bool Whether the digit map profile is the default one. [optional]
DigitMap Pointer to string Digit map [optional]
OmadacId Pointer to string Omadac ID [optional]
ProfileId Pointer to string Digit map profile ID [optional]
ProfileName Pointer to string Digit map profile name [optional]
SiteId Pointer to string Site ID [optional]

Methods

NewDigitMapProfileInfo

func NewDigitMapProfileInfo() *DigitMapProfileInfo

NewDigitMapProfileInfo instantiates a new DigitMapProfileInfo 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

NewDigitMapProfileInfoWithDefaults

func NewDigitMapProfileInfoWithDefaults() *DigitMapProfileInfo

NewDigitMapProfileInfoWithDefaults instantiates a new DigitMapProfileInfo 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

GetDefaultProfile

func (o *DigitMapProfileInfo) GetDefaultProfile() bool

GetDefaultProfile returns the DefaultProfile field if non-nil, zero value otherwise.

GetDefaultProfileOk

func (o *DigitMapProfileInfo) GetDefaultProfileOk() (*bool, bool)

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

SetDefaultProfile

func (o *DigitMapProfileInfo) SetDefaultProfile(v bool)

SetDefaultProfile sets DefaultProfile field to given value.

HasDefaultProfile

func (o *DigitMapProfileInfo) HasDefaultProfile() bool

HasDefaultProfile returns a boolean if a field has been set.

GetDigitMap

func (o *DigitMapProfileInfo) GetDigitMap() string

GetDigitMap returns the DigitMap field if non-nil, zero value otherwise.

GetDigitMapOk

func (o *DigitMapProfileInfo) GetDigitMapOk() (*string, bool)

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

SetDigitMap

func (o *DigitMapProfileInfo) SetDigitMap(v string)

SetDigitMap sets DigitMap field to given value.

HasDigitMap

func (o *DigitMapProfileInfo) HasDigitMap() bool

HasDigitMap returns a boolean if a field has been set.

GetOmadacId

func (o *DigitMapProfileInfo) GetOmadacId() string

GetOmadacId returns the OmadacId field if non-nil, zero value otherwise.

GetOmadacIdOk

func (o *DigitMapProfileInfo) GetOmadacIdOk() (*string, bool)

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

SetOmadacId

func (o *DigitMapProfileInfo) SetOmadacId(v string)

SetOmadacId sets OmadacId field to given value.

HasOmadacId

func (o *DigitMapProfileInfo) HasOmadacId() bool

HasOmadacId returns a boolean if a field has been set.

GetProfileId

func (o *DigitMapProfileInfo) GetProfileId() string

GetProfileId returns the ProfileId field if non-nil, zero value otherwise.

GetProfileIdOk

func (o *DigitMapProfileInfo) GetProfileIdOk() (*string, bool)

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

SetProfileId

func (o *DigitMapProfileInfo) SetProfileId(v string)

SetProfileId sets ProfileId field to given value.

HasProfileId

func (o *DigitMapProfileInfo) HasProfileId() bool

HasProfileId returns a boolean if a field has been set.

GetProfileName

func (o *DigitMapProfileInfo) GetProfileName() string

GetProfileName returns the ProfileName field if non-nil, zero value otherwise.

GetProfileNameOk

func (o *DigitMapProfileInfo) GetProfileNameOk() (*string, bool)

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

SetProfileName

func (o *DigitMapProfileInfo) SetProfileName(v string)

SetProfileName sets ProfileName field to given value.

HasProfileName

func (o *DigitMapProfileInfo) HasProfileName() bool

HasProfileName returns a boolean if a field has been set.

GetSiteId

func (o *DigitMapProfileInfo) GetSiteId() string

GetSiteId returns the SiteId field if non-nil, zero value otherwise.

GetSiteIdOk

func (o *DigitMapProfileInfo) GetSiteIdOk() (*string, bool)

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

SetSiteId

func (o *DigitMapProfileInfo) SetSiteId(v string)

SetSiteId sets SiteId field to given value.

HasSiteId

func (o *DigitMapProfileInfo) HasSiteId() bool

HasSiteId returns a boolean if a field has been set.

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