| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | ||
| Attack | []TTPSAttack | ||
| Occurrences | []TTPSOccurance | ||
| Score | int32 |
func NewTTPSElement(name string, attack []TTPSAttack, occurrences []TTPSOccurance, score int32, ) *TTPSElement
NewTTPSElement instantiates a new TTPSElement 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 NewTTPSElementWithDefaults() *TTPSElement
NewTTPSElementWithDefaults instantiates a new TTPSElement 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 *TTPSElement) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *TTPSElement) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TTPSElement) SetName(v string)
SetName sets Name field to given value.
func (o *TTPSElement) GetAttack() []TTPSAttack
GetAttack returns the Attack field if non-nil, zero value otherwise.
func (o *TTPSElement) GetAttackOk() (*[]TTPSAttack, bool)
GetAttackOk returns a tuple with the Attack field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TTPSElement) SetAttack(v []TTPSAttack)
SetAttack sets Attack field to given value.
func (o *TTPSElement) GetOccurrences() []TTPSOccurance
GetOccurrences returns the Occurrences field if non-nil, zero value otherwise.
func (o *TTPSElement) GetOccurrencesOk() (*[]TTPSOccurance, bool)
GetOccurrencesOk returns a tuple with the Occurrences field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TTPSElement) SetOccurrences(v []TTPSOccurance)
SetOccurrences sets Occurrences field to given value.
func (o *TTPSElement) GetScore() int32
GetScore returns the Score field if non-nil, zero value otherwise.
func (o *TTPSElement) GetScoreOk() (*int32, bool)
GetScoreOk returns a tuple with the Score field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TTPSElement) SetScore(v int32)
SetScore sets Score field to given value.