Name | Type | Description | Notes |
---|---|---|---|
HeadlineId | Pointer to int32 | [optional] [readonly] | |
HeadlineName | string |
func NewHeadline(headlineName string, ) *Headline
NewHeadline instantiates a new Headline 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 NewHeadlineWithDefaults() *Headline
NewHeadlineWithDefaults instantiates a new Headline 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 *Headline) GetHeadlineId() int32
GetHeadlineId returns the HeadlineId field if non-nil, zero value otherwise.
func (o *Headline) GetHeadlineIdOk() (*int32, bool)
GetHeadlineIdOk returns a tuple with the HeadlineId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Headline) SetHeadlineId(v int32)
SetHeadlineId sets HeadlineId field to given value.
func (o *Headline) HasHeadlineId() bool
HasHeadlineId returns a boolean if a field has been set.
func (o *Headline) GetHeadlineName() string
GetHeadlineName returns the HeadlineName field if non-nil, zero value otherwise.
func (o *Headline) GetHeadlineNameOk() (*string, bool)
GetHeadlineNameOk returns a tuple with the HeadlineName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Headline) SetHeadlineName(v string)
SetHeadlineName sets HeadlineName field to given value.