Name | Type | Description | Notes |
---|---|---|---|
FormParamName | Pointer to string | [optional] | |
HeaderName | Pointer to string | [optional] | |
Regexp | Pointer to string | [optional] | |
RegexpMatchIndex | Pointer to int32 | [optional] | |
XPathExp | Pointer to string | [optional] |
func NewIDExtractorConfig() *IDExtractorConfig
NewIDExtractorConfig instantiates a new IDExtractorConfig 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 NewIDExtractorConfigWithDefaults() *IDExtractorConfig
NewIDExtractorConfigWithDefaults instantiates a new IDExtractorConfig 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 *IDExtractorConfig) GetFormParamName() string
GetFormParamName returns the FormParamName field if non-nil, zero value otherwise.
func (o *IDExtractorConfig) GetFormParamNameOk() (*string, bool)
GetFormParamNameOk returns a tuple with the FormParamName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDExtractorConfig) SetFormParamName(v string)
SetFormParamName sets FormParamName field to given value.
func (o *IDExtractorConfig) HasFormParamName() bool
HasFormParamName returns a boolean if a field has been set.
func (o *IDExtractorConfig) GetHeaderName() string
GetHeaderName returns the HeaderName field if non-nil, zero value otherwise.
func (o *IDExtractorConfig) GetHeaderNameOk() (*string, bool)
GetHeaderNameOk returns a tuple with the HeaderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDExtractorConfig) SetHeaderName(v string)
SetHeaderName sets HeaderName field to given value.
func (o *IDExtractorConfig) HasHeaderName() bool
HasHeaderName returns a boolean if a field has been set.
func (o *IDExtractorConfig) GetRegexp() string
GetRegexp returns the Regexp field if non-nil, zero value otherwise.
func (o *IDExtractorConfig) GetRegexpOk() (*string, bool)
GetRegexpOk returns a tuple with the Regexp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDExtractorConfig) SetRegexp(v string)
SetRegexp sets Regexp field to given value.
func (o *IDExtractorConfig) HasRegexp() bool
HasRegexp returns a boolean if a field has been set.
func (o *IDExtractorConfig) GetRegexpMatchIndex() int32
GetRegexpMatchIndex returns the RegexpMatchIndex field if non-nil, zero value otherwise.
func (o *IDExtractorConfig) GetRegexpMatchIndexOk() (*int32, bool)
GetRegexpMatchIndexOk returns a tuple with the RegexpMatchIndex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDExtractorConfig) SetRegexpMatchIndex(v int32)
SetRegexpMatchIndex sets RegexpMatchIndex field to given value.
func (o *IDExtractorConfig) HasRegexpMatchIndex() bool
HasRegexpMatchIndex returns a boolean if a field has been set.
func (o *IDExtractorConfig) GetXPathExp() string
GetXPathExp returns the XPathExp field if non-nil, zero value otherwise.
func (o *IDExtractorConfig) GetXPathExpOk() (*string, bool)
GetXPathExpOk returns a tuple with the XPathExp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDExtractorConfig) SetXPathExp(v string)
SetXPathExp sets XPathExp field to given value.
func (o *IDExtractorConfig) HasXPathExp() bool
HasXPathExp returns a boolean if a field has been set.