Name | Type | Description | Notes |
---|---|---|---|
MapperId | Pointer to string | [optional] | |
MapperName | Pointer to string | [optional] | |
ContainerId | Pointer to string | [optional] | |
ContainerName | Pointer to string | [optional] | |
ContainerType | Pointer to string | [optional] | |
ProtocolMapper | Pointer to string | [optional] |
func NewProtocolMapperEvaluationRepresentation() *ProtocolMapperEvaluationRepresentation
NewProtocolMapperEvaluationRepresentation instantiates a new ProtocolMapperEvaluationRepresentation 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
func NewProtocolMapperEvaluationRepresentationWithDefaults() *ProtocolMapperEvaluationRepresentation
NewProtocolMapperEvaluationRepresentationWithDefaults instantiates a new ProtocolMapperEvaluationRepresentation 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
func (o *ProtocolMapperEvaluationRepresentation) GetMapperId() string
GetMapperId returns the MapperId field if non-nil, zero value otherwise.
func (o *ProtocolMapperEvaluationRepresentation) GetMapperIdOk() (*string, bool)
GetMapperIdOk returns a tuple with the MapperId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProtocolMapperEvaluationRepresentation) SetMapperId(v string)
SetMapperId sets MapperId field to given value.
func (o *ProtocolMapperEvaluationRepresentation) HasMapperId() bool
HasMapperId returns a boolean if a field has been set.
func (o *ProtocolMapperEvaluationRepresentation) GetMapperName() string
GetMapperName returns the MapperName field if non-nil, zero value otherwise.
func (o *ProtocolMapperEvaluationRepresentation) GetMapperNameOk() (*string, bool)
GetMapperNameOk returns a tuple with the MapperName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProtocolMapperEvaluationRepresentation) SetMapperName(v string)
SetMapperName sets MapperName field to given value.
func (o *ProtocolMapperEvaluationRepresentation) HasMapperName() bool
HasMapperName returns a boolean if a field has been set.
func (o *ProtocolMapperEvaluationRepresentation) GetContainerId() string
GetContainerId returns the ContainerId field if non-nil, zero value otherwise.
func (o *ProtocolMapperEvaluationRepresentation) GetContainerIdOk() (*string, bool)
GetContainerIdOk returns a tuple with the ContainerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProtocolMapperEvaluationRepresentation) SetContainerId(v string)
SetContainerId sets ContainerId field to given value.
func (o *ProtocolMapperEvaluationRepresentation) HasContainerId() bool
HasContainerId returns a boolean if a field has been set.
func (o *ProtocolMapperEvaluationRepresentation) GetContainerName() string
GetContainerName returns the ContainerName field if non-nil, zero value otherwise.
func (o *ProtocolMapperEvaluationRepresentation) GetContainerNameOk() (*string, bool)
GetContainerNameOk returns a tuple with the ContainerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProtocolMapperEvaluationRepresentation) SetContainerName(v string)
SetContainerName sets ContainerName field to given value.
func (o *ProtocolMapperEvaluationRepresentation) HasContainerName() bool
HasContainerName returns a boolean if a field has been set.
func (o *ProtocolMapperEvaluationRepresentation) GetContainerType() string
GetContainerType returns the ContainerType field if non-nil, zero value otherwise.
func (o *ProtocolMapperEvaluationRepresentation) GetContainerTypeOk() (*string, bool)
GetContainerTypeOk returns a tuple with the ContainerType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProtocolMapperEvaluationRepresentation) SetContainerType(v string)
SetContainerType sets ContainerType field to given value.
func (o *ProtocolMapperEvaluationRepresentation) HasContainerType() bool
HasContainerType returns a boolean if a field has been set.
func (o *ProtocolMapperEvaluationRepresentation) GetProtocolMapper() string
GetProtocolMapper returns the ProtocolMapper field if non-nil, zero value otherwise.
func (o *ProtocolMapperEvaluationRepresentation) 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.
func (o *ProtocolMapperEvaluationRepresentation) SetProtocolMapper(v string)
SetProtocolMapper sets ProtocolMapper field to given value.
func (o *ProtocolMapperEvaluationRepresentation) HasProtocolMapper() bool
HasProtocolMapper returns a boolean if a field has been set.