EthAndPonListDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| EthUnit1PortDTOList | Pointer to []EthUnit1PortDTO | Eth unit1 port list | [optional] |
| PonPortDTOList | Pointer to []PonPortDTO | Pon port list | [optional] |
Methods
NewEthAndPonListDTO
func NewEthAndPonListDTO() *EthAndPonListDTO
NewEthAndPonListDTO instantiates a new EthAndPonListDTO 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
NewEthAndPonListDTOWithDefaults
func NewEthAndPonListDTOWithDefaults() *EthAndPonListDTO
NewEthAndPonListDTOWithDefaults instantiates a new EthAndPonListDTO 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
GetEthUnit1PortDTOList
func (o *EthAndPonListDTO) GetEthUnit1PortDTOList() []EthUnit1PortDTO
GetEthUnit1PortDTOList returns the EthUnit1PortDTOList field if non-nil, zero value otherwise.
GetEthUnit1PortDTOListOk
func (o *EthAndPonListDTO) GetEthUnit1PortDTOListOk() (*[]EthUnit1PortDTO, bool)
GetEthUnit1PortDTOListOk returns a tuple with the EthUnit1PortDTOList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetEthUnit1PortDTOList
func (o *EthAndPonListDTO) SetEthUnit1PortDTOList(v []EthUnit1PortDTO)
SetEthUnit1PortDTOList sets EthUnit1PortDTOList field to given value.
HasEthUnit1PortDTOList
func (o *EthAndPonListDTO) HasEthUnit1PortDTOList() bool
HasEthUnit1PortDTOList returns a boolean if a field has been set.
GetPonPortDTOList
func (o *EthAndPonListDTO) GetPonPortDTOList() []PonPortDTO
GetPonPortDTOList returns the PonPortDTOList field if non-nil, zero value otherwise.
GetPonPortDTOListOk
func (o *EthAndPonListDTO) GetPonPortDTOListOk() (*[]PonPortDTO, bool)
GetPonPortDTOListOk returns a tuple with the PonPortDTOList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPonPortDTOList
func (o *EthAndPonListDTO) SetPonPortDTOList(v []PonPortDTO)
SetPonPortDTOList sets PonPortDTOList field to given value.
HasPonPortDTOList
func (o *EthAndPonListDTO) HasPonPortDTOList() bool
HasPonPortDTOList returns a boolean if a field has been set.