Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.32 KB

NextUpstreamTcpCodes.md

File metadata and controls

212 lines (115 loc) · 5.32 KB

NextUpstreamTcpCodes

Properties

Name Type Description Notes
Head Pointer to []float32 [optional]
Get Pointer to []float32 [optional]
Post Pointer to []float32 [optional]
Put Pointer to []float32 [optional]
Delete Pointer to []float32 [optional]
Options Pointer to []float32 [optional]
Patch Pointer to []float32 [optional]

Methods

NewNextUpstreamTcpCodes

func NewNextUpstreamTcpCodes() *NextUpstreamTcpCodes

NewNextUpstreamTcpCodes instantiates a new NextUpstreamTcpCodes 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

NewNextUpstreamTcpCodesWithDefaults

func NewNextUpstreamTcpCodesWithDefaults() *NextUpstreamTcpCodes

NewNextUpstreamTcpCodesWithDefaults instantiates a new NextUpstreamTcpCodes 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

GetHead

func (o *NextUpstreamTcpCodes) GetHead() []float32

GetHead returns the Head field if non-nil, zero value otherwise.

GetHeadOk

func (o *NextUpstreamTcpCodes) GetHeadOk() (*[]float32, bool)

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

SetHead

func (o *NextUpstreamTcpCodes) SetHead(v []float32)

SetHead sets Head field to given value.

HasHead

func (o *NextUpstreamTcpCodes) HasHead() bool

HasHead returns a boolean if a field has been set.

GetGet

func (o *NextUpstreamTcpCodes) GetGet() []float32

GetGet returns the Get field if non-nil, zero value otherwise.

GetGetOk

func (o *NextUpstreamTcpCodes) GetGetOk() (*[]float32, bool)

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

SetGet

func (o *NextUpstreamTcpCodes) SetGet(v []float32)

SetGet sets Get field to given value.

HasGet

func (o *NextUpstreamTcpCodes) HasGet() bool

HasGet returns a boolean if a field has been set.

GetPost

func (o *NextUpstreamTcpCodes) GetPost() []float32

GetPost returns the Post field if non-nil, zero value otherwise.

GetPostOk

func (o *NextUpstreamTcpCodes) GetPostOk() (*[]float32, bool)

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

SetPost

func (o *NextUpstreamTcpCodes) SetPost(v []float32)

SetPost sets Post field to given value.

HasPost

func (o *NextUpstreamTcpCodes) HasPost() bool

HasPost returns a boolean if a field has been set.

GetPut

func (o *NextUpstreamTcpCodes) GetPut() []float32

GetPut returns the Put field if non-nil, zero value otherwise.

GetPutOk

func (o *NextUpstreamTcpCodes) GetPutOk() (*[]float32, bool)

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

SetPut

func (o *NextUpstreamTcpCodes) SetPut(v []float32)

SetPut sets Put field to given value.

HasPut

func (o *NextUpstreamTcpCodes) HasPut() bool

HasPut returns a boolean if a field has been set.

GetDelete

func (o *NextUpstreamTcpCodes) GetDelete() []float32

GetDelete returns the Delete field if non-nil, zero value otherwise.

GetDeleteOk

func (o *NextUpstreamTcpCodes) GetDeleteOk() (*[]float32, bool)

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

SetDelete

func (o *NextUpstreamTcpCodes) SetDelete(v []float32)

SetDelete sets Delete field to given value.

HasDelete

func (o *NextUpstreamTcpCodes) HasDelete() bool

HasDelete returns a boolean if a field has been set.

GetOptions

func (o *NextUpstreamTcpCodes) GetOptions() []float32

GetOptions returns the Options field if non-nil, zero value otherwise.

GetOptionsOk

func (o *NextUpstreamTcpCodes) GetOptionsOk() (*[]float32, bool)

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

SetOptions

func (o *NextUpstreamTcpCodes) SetOptions(v []float32)

SetOptions sets Options field to given value.

HasOptions

func (o *NextUpstreamTcpCodes) HasOptions() bool

HasOptions returns a boolean if a field has been set.

GetPatch

func (o *NextUpstreamTcpCodes) GetPatch() []float32

GetPatch returns the Patch field if non-nil, zero value otherwise.

GetPatchOk

func (o *NextUpstreamTcpCodes) GetPatchOk() (*[]float32, bool)

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

SetPatch

func (o *NextUpstreamTcpCodes) SetPatch(v []float32)

SetPatch sets Patch field to given value.

HasPatch

func (o *NextUpstreamTcpCodes) HasPatch() bool

HasPatch returns a boolean if a field has been set.

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