ModifyDigitMapProfileEntity
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DigitMap | Pointer to string | Digit map | [optional] |
| ProfileName | Pointer to string | Digit map profile name | [optional] |
Methods
NewModifyDigitMapProfileEntity
func NewModifyDigitMapProfileEntity() *ModifyDigitMapProfileEntity
NewModifyDigitMapProfileEntity instantiates a new ModifyDigitMapProfileEntity 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
NewModifyDigitMapProfileEntityWithDefaults
func NewModifyDigitMapProfileEntityWithDefaults() *ModifyDigitMapProfileEntity
NewModifyDigitMapProfileEntityWithDefaults instantiates a new ModifyDigitMapProfileEntity 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
GetDigitMap
func (o *ModifyDigitMapProfileEntity) GetDigitMap() string
GetDigitMap returns the DigitMap field if non-nil, zero value otherwise.
GetDigitMapOk
func (o *ModifyDigitMapProfileEntity) 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 *ModifyDigitMapProfileEntity) SetDigitMap(v string)
SetDigitMap sets DigitMap field to given value.
HasDigitMap
func (o *ModifyDigitMapProfileEntity) HasDigitMap() bool
HasDigitMap returns a boolean if a field has been set.
GetProfileName
func (o *ModifyDigitMapProfileEntity) GetProfileName() string
GetProfileName returns the ProfileName field if non-nil, zero value otherwise.
GetProfileNameOk
func (o *ModifyDigitMapProfileEntity) 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 *ModifyDigitMapProfileEntity) SetProfileName(v string)
SetProfileName sets ProfileName field to given value.
HasProfileName
func (o *ModifyDigitMapProfileEntity) HasProfileName() bool
HasProfileName returns a boolean if a field has been set.