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] |
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
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
func (o *NextUpstreamTcpCodes) GetHead() []float32
GetHead returns the Head field if non-nil, zero value otherwise.
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.
func (o *NextUpstreamTcpCodes) SetHead(v []float32)
SetHead sets Head field to given value.
func (o *NextUpstreamTcpCodes) HasHead() bool
HasHead returns a boolean if a field has been set.
func (o *NextUpstreamTcpCodes) GetGet() []float32
GetGet returns the Get field if non-nil, zero value otherwise.
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.
func (o *NextUpstreamTcpCodes) SetGet(v []float32)
SetGet sets Get field to given value.
func (o *NextUpstreamTcpCodes) HasGet() bool
HasGet returns a boolean if a field has been set.
func (o *NextUpstreamTcpCodes) GetPost() []float32
GetPost returns the Post field if non-nil, zero value otherwise.
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.
func (o *NextUpstreamTcpCodes) SetPost(v []float32)
SetPost sets Post field to given value.
func (o *NextUpstreamTcpCodes) HasPost() bool
HasPost returns a boolean if a field has been set.
func (o *NextUpstreamTcpCodes) GetPut() []float32
GetPut returns the Put field if non-nil, zero value otherwise.
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.
func (o *NextUpstreamTcpCodes) SetPut(v []float32)
SetPut sets Put field to given value.
func (o *NextUpstreamTcpCodes) HasPut() bool
HasPut returns a boolean if a field has been set.
func (o *NextUpstreamTcpCodes) GetDelete() []float32
GetDelete returns the Delete field if non-nil, zero value otherwise.
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.
func (o *NextUpstreamTcpCodes) SetDelete(v []float32)
SetDelete sets Delete field to given value.
func (o *NextUpstreamTcpCodes) HasDelete() bool
HasDelete returns a boolean if a field has been set.
func (o *NextUpstreamTcpCodes) GetOptions() []float32
GetOptions returns the Options field if non-nil, zero value otherwise.
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.
func (o *NextUpstreamTcpCodes) SetOptions(v []float32)
SetOptions sets Options field to given value.
func (o *NextUpstreamTcpCodes) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (o *NextUpstreamTcpCodes) GetPatch() []float32
GetPatch returns the Patch field if non-nil, zero value otherwise.
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.
func (o *NextUpstreamTcpCodes) SetPatch(v []float32)
SetPatch sets Patch field to given value.
func (o *NextUpstreamTcpCodes) HasPatch() bool
HasPatch returns a boolean if a field has been set.