Name | Type | Description | Notes |
---|---|---|---|
AdviceType | string | ||
Description | string | ||
Details | []NodeQueryDistributionDetails | ||
EndTime | string | ||
StartTime | string | ||
Suggestion | string |
func NewQueryDistributionSuggestionResponse(adviceType string, description string, details []NodeQueryDistributionDetails, endTime string, startTime string, suggestion string, ) *QueryDistributionSuggestionResponse
NewQueryDistributionSuggestionResponse instantiates a new QueryDistributionSuggestionResponse 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 NewQueryDistributionSuggestionResponseWithDefaults() *QueryDistributionSuggestionResponse
NewQueryDistributionSuggestionResponseWithDefaults instantiates a new QueryDistributionSuggestionResponse 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 *QueryDistributionSuggestionResponse) GetAdviceType() string
GetAdviceType returns the AdviceType field if non-nil, zero value otherwise.
func (o *QueryDistributionSuggestionResponse) GetAdviceTypeOk() (*string, bool)
GetAdviceTypeOk returns a tuple with the AdviceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryDistributionSuggestionResponse) SetAdviceType(v string)
SetAdviceType sets AdviceType field to given value.
func (o *QueryDistributionSuggestionResponse) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *QueryDistributionSuggestionResponse) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryDistributionSuggestionResponse) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *QueryDistributionSuggestionResponse) GetDetails() []NodeQueryDistributionDetails
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *QueryDistributionSuggestionResponse) GetDetailsOk() (*[]NodeQueryDistributionDetails, bool)
GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryDistributionSuggestionResponse) SetDetails(v []NodeQueryDistributionDetails)
SetDetails sets Details field to given value.
func (o *QueryDistributionSuggestionResponse) GetEndTime() string
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *QueryDistributionSuggestionResponse) GetEndTimeOk() (*string, bool)
GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryDistributionSuggestionResponse) SetEndTime(v string)
SetEndTime sets EndTime field to given value.
func (o *QueryDistributionSuggestionResponse) GetStartTime() string
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *QueryDistributionSuggestionResponse) GetStartTimeOk() (*string, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryDistributionSuggestionResponse) SetStartTime(v string)
SetStartTime sets StartTime field to given value.
func (o *QueryDistributionSuggestionResponse) GetSuggestion() string
GetSuggestion returns the Suggestion field if non-nil, zero value otherwise.
func (o *QueryDistributionSuggestionResponse) GetSuggestionOk() (*string, bool)
GetSuggestionOk returns a tuple with the Suggestion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryDistributionSuggestionResponse) SetSuggestion(v string)
SetSuggestion sets Suggestion field to given value.