Name | Type | Description | Notes |
---|---|---|---|
ObjDebugPayload | CommonResponseObjDebugPayloadGetList | ||
ObjDebug | Pointer to CommonResponseObjDebug | [optional] | |
MPayload | SupplyGetListV1ResponseMPayload |
func NewSupplyGetListV1Response(objDebugPayload CommonResponseObjDebugPayloadGetList, mPayload SupplyGetListV1ResponseMPayload, ) *SupplyGetListV1Response
NewSupplyGetListV1Response instantiates a new SupplyGetListV1Response 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 NewSupplyGetListV1ResponseWithDefaults() *SupplyGetListV1Response
NewSupplyGetListV1ResponseWithDefaults instantiates a new SupplyGetListV1Response 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 *SupplyGetListV1Response) GetObjDebugPayload() CommonResponseObjDebugPayloadGetList
GetObjDebugPayload returns the ObjDebugPayload field if non-nil, zero value otherwise.
func (o *SupplyGetListV1Response) GetObjDebugPayloadOk() (*CommonResponseObjDebugPayloadGetList, bool)
GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SupplyGetListV1Response) SetObjDebugPayload(v CommonResponseObjDebugPayloadGetList)
SetObjDebugPayload sets ObjDebugPayload field to given value.
func (o *SupplyGetListV1Response) GetObjDebug() CommonResponseObjDebug
GetObjDebug returns the ObjDebug field if non-nil, zero value otherwise.
func (o *SupplyGetListV1Response) GetObjDebugOk() (*CommonResponseObjDebug, bool)
GetObjDebugOk returns a tuple with the ObjDebug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SupplyGetListV1Response) SetObjDebug(v CommonResponseObjDebug)
SetObjDebug sets ObjDebug field to given value.
func (o *SupplyGetListV1Response) HasObjDebug() bool
HasObjDebug returns a boolean if a field has been set.
func (o *SupplyGetListV1Response) GetMPayload() SupplyGetListV1ResponseMPayload
GetMPayload returns the MPayload field if non-nil, zero value otherwise.
func (o *SupplyGetListV1Response) GetMPayloadOk() (*SupplyGetListV1ResponseMPayload, bool)
GetMPayloadOk returns a tuple with the MPayload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SupplyGetListV1Response) SetMPayload(v SupplyGetListV1ResponseMPayload)
SetMPayload sets MPayload field to given value.