Skip to content

GatewayACLStatesEntity

Properties

Name Type Description Notes
Established Pointer to bool Match state established [optional]
Invalid Pointer to bool Match state invalid [optional]
Related Pointer to bool Match state related [optional]
StateNew Pointer to bool Match state new [optional]

Methods

NewGatewayACLStatesEntity

func NewGatewayACLStatesEntity() *GatewayACLStatesEntity

NewGatewayACLStatesEntity instantiates a new GatewayACLStatesEntity 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

NewGatewayACLStatesEntityWithDefaults

func NewGatewayACLStatesEntityWithDefaults() *GatewayACLStatesEntity

NewGatewayACLStatesEntityWithDefaults instantiates a new GatewayACLStatesEntity 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

GetEstablished

func (o *GatewayACLStatesEntity) GetEstablished() bool

GetEstablished returns the Established field if non-nil, zero value otherwise.

GetEstablishedOk

func (o *GatewayACLStatesEntity) GetEstablishedOk() (*bool, bool)

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

SetEstablished

func (o *GatewayACLStatesEntity) SetEstablished(v bool)

SetEstablished sets Established field to given value.

HasEstablished

func (o *GatewayACLStatesEntity) HasEstablished() bool

HasEstablished returns a boolean if a field has been set.

GetInvalid

func (o *GatewayACLStatesEntity) GetInvalid() bool

GetInvalid returns the Invalid field if non-nil, zero value otherwise.

GetInvalidOk

func (o *GatewayACLStatesEntity) GetInvalidOk() (*bool, bool)

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

SetInvalid

func (o *GatewayACLStatesEntity) SetInvalid(v bool)

SetInvalid sets Invalid field to given value.

HasInvalid

func (o *GatewayACLStatesEntity) HasInvalid() bool

HasInvalid returns a boolean if a field has been set.

GetRelated

func (o *GatewayACLStatesEntity) GetRelated() bool

GetRelated returns the Related field if non-nil, zero value otherwise.

GetRelatedOk

func (o *GatewayACLStatesEntity) GetRelatedOk() (*bool, bool)

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

SetRelated

func (o *GatewayACLStatesEntity) SetRelated(v bool)

SetRelated sets Related field to given value.

HasRelated

func (o *GatewayACLStatesEntity) HasRelated() bool

HasRelated returns a boolean if a field has been set.

GetStateNew

func (o *GatewayACLStatesEntity) GetStateNew() bool

GetStateNew returns the StateNew field if non-nil, zero value otherwise.

GetStateNewOk

func (o *GatewayACLStatesEntity) GetStateNewOk() (*bool, bool)

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

SetStateNew

func (o *GatewayACLStatesEntity) SetStateNew(v bool)

SetStateNew sets StateNew field to given value.

HasStateNew

func (o *GatewayACLStatesEntity) HasStateNew() bool

HasStateNew returns a boolean if a field has been set.

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