Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.03 KB

ProtocolMapperRepresentation.md

File metadata and controls

212 lines (115 loc) · 6.03 KB

ProtocolMapperRepresentation

Properties

Name Type Description Notes
Id Pointer to string [optional]
Name Pointer to string [optional]
Protocol Pointer to string [optional]
ProtocolMapper Pointer to string [optional]
ConsentRequired Pointer to bool [optional]
ConsentText Pointer to string [optional]
Config Pointer to map[string]string [optional]

Methods

NewProtocolMapperRepresentation

func NewProtocolMapperRepresentation() *ProtocolMapperRepresentation

NewProtocolMapperRepresentation instantiates a new ProtocolMapperRepresentation 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

NewProtocolMapperRepresentationWithDefaults

func NewProtocolMapperRepresentationWithDefaults() *ProtocolMapperRepresentation

NewProtocolMapperRepresentationWithDefaults instantiates a new ProtocolMapperRepresentation 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

GetId

func (o *ProtocolMapperRepresentation) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ProtocolMapperRepresentation) GetIdOk() (*string, bool)

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

SetId

func (o *ProtocolMapperRepresentation) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ProtocolMapperRepresentation) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *ProtocolMapperRepresentation) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ProtocolMapperRepresentation) GetNameOk() (*string, bool)

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

SetName

func (o *ProtocolMapperRepresentation) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ProtocolMapperRepresentation) HasName() bool

HasName returns a boolean if a field has been set.

GetProtocol

func (o *ProtocolMapperRepresentation) GetProtocol() string

GetProtocol returns the Protocol field if non-nil, zero value otherwise.

GetProtocolOk

func (o *ProtocolMapperRepresentation) GetProtocolOk() (*string, bool)

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

SetProtocol

func (o *ProtocolMapperRepresentation) SetProtocol(v string)

SetProtocol sets Protocol field to given value.

HasProtocol

func (o *ProtocolMapperRepresentation) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

GetProtocolMapper

func (o *ProtocolMapperRepresentation) GetProtocolMapper() string

GetProtocolMapper returns the ProtocolMapper field if non-nil, zero value otherwise.

GetProtocolMapperOk

func (o *ProtocolMapperRepresentation) GetProtocolMapperOk() (*string, bool)

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

SetProtocolMapper

func (o *ProtocolMapperRepresentation) SetProtocolMapper(v string)

SetProtocolMapper sets ProtocolMapper field to given value.

HasProtocolMapper

func (o *ProtocolMapperRepresentation) HasProtocolMapper() bool

HasProtocolMapper returns a boolean if a field has been set.

GetConsentRequired

func (o *ProtocolMapperRepresentation) GetConsentRequired() bool

GetConsentRequired returns the ConsentRequired field if non-nil, zero value otherwise.

GetConsentRequiredOk

func (o *ProtocolMapperRepresentation) GetConsentRequiredOk() (*bool, bool)

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

SetConsentRequired

func (o *ProtocolMapperRepresentation) SetConsentRequired(v bool)

SetConsentRequired sets ConsentRequired field to given value.

HasConsentRequired

func (o *ProtocolMapperRepresentation) HasConsentRequired() bool

HasConsentRequired returns a boolean if a field has been set.

GetConsentText

func (o *ProtocolMapperRepresentation) GetConsentText() string

GetConsentText returns the ConsentText field if non-nil, zero value otherwise.

GetConsentTextOk

func (o *ProtocolMapperRepresentation) GetConsentTextOk() (*string, bool)

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

SetConsentText

func (o *ProtocolMapperRepresentation) SetConsentText(v string)

SetConsentText sets ConsentText field to given value.

HasConsentText

func (o *ProtocolMapperRepresentation) HasConsentText() bool

HasConsentText returns a boolean if a field has been set.

GetConfig

func (o *ProtocolMapperRepresentation) GetConfig() map[string]string

GetConfig returns the Config field if non-nil, zero value otherwise.

GetConfigOk

func (o *ProtocolMapperRepresentation) GetConfigOk() (*map[string]string, bool)

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

SetConfig

func (o *ProtocolMapperRepresentation) SetConfig(v map[string]string)

SetConfig sets Config field to given value.

HasConfig

func (o *ProtocolMapperRepresentation) HasConfig() bool

HasConfig returns a boolean if a field has been set.

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