Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.41 KB

IDExtractorConfig.md

File metadata and controls

160 lines (87 loc) · 4.41 KB

IDExtractorConfig

Properties

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]

Methods

NewIDExtractorConfig

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

NewIDExtractorConfigWithDefaults

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

GetFormParamName

func (o *IDExtractorConfig) GetFormParamName() string

GetFormParamName returns the FormParamName field if non-nil, zero value otherwise.

GetFormParamNameOk

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.

SetFormParamName

func (o *IDExtractorConfig) SetFormParamName(v string)

SetFormParamName sets FormParamName field to given value.

HasFormParamName

func (o *IDExtractorConfig) HasFormParamName() bool

HasFormParamName returns a boolean if a field has been set.

GetHeaderName

func (o *IDExtractorConfig) GetHeaderName() string

GetHeaderName returns the HeaderName field if non-nil, zero value otherwise.

GetHeaderNameOk

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.

SetHeaderName

func (o *IDExtractorConfig) SetHeaderName(v string)

SetHeaderName sets HeaderName field to given value.

HasHeaderName

func (o *IDExtractorConfig) HasHeaderName() bool

HasHeaderName returns a boolean if a field has been set.

GetRegexp

func (o *IDExtractorConfig) GetRegexp() string

GetRegexp returns the Regexp field if non-nil, zero value otherwise.

GetRegexpOk

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.

SetRegexp

func (o *IDExtractorConfig) SetRegexp(v string)

SetRegexp sets Regexp field to given value.

HasRegexp

func (o *IDExtractorConfig) HasRegexp() bool

HasRegexp returns a boolean if a field has been set.

GetRegexpMatchIndex

func (o *IDExtractorConfig) GetRegexpMatchIndex() int32

GetRegexpMatchIndex returns the RegexpMatchIndex field if non-nil, zero value otherwise.

GetRegexpMatchIndexOk

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.

SetRegexpMatchIndex

func (o *IDExtractorConfig) SetRegexpMatchIndex(v int32)

SetRegexpMatchIndex sets RegexpMatchIndex field to given value.

HasRegexpMatchIndex

func (o *IDExtractorConfig) HasRegexpMatchIndex() bool

HasRegexpMatchIndex returns a boolean if a field has been set.

GetXPathExp

func (o *IDExtractorConfig) GetXPathExp() string

GetXPathExp returns the XPathExp field if non-nil, zero value otherwise.

GetXPathExpOk

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.

SetXPathExp

func (o *IDExtractorConfig) SetXPathExp(v string)

SetXPathExp sets XPathExp field to given value.

HasXPathExp

func (o *IDExtractorConfig) HasXPathExp() bool

HasXPathExp returns a boolean if a field has been set.

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