Skip to content

Latest commit

 

History

History
248 lines (135 loc) · 6.71 KB

ListEquipmentSet.md

File metadata and controls

248 lines (135 loc) · 6.71 KB

ListEquipmentSet

Properties

Name Type Description Notes
AnkamaId Pointer to int32 [optional]
Name Pointer to string [optional]
Items Pointer to int32 amount [optional]
Level Pointer to int32 [optional]
Effects Pointer to map[string][]Effect [optional]
EquipmentIds Pointer to []int32 [optional]
ContainsCosmetics Pointer to bool [optional]
ContainsCosmeticsOnly Pointer to bool [optional]

Methods

NewListEquipmentSet

func NewListEquipmentSet() *ListEquipmentSet

NewListEquipmentSet instantiates a new ListEquipmentSet 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

NewListEquipmentSetWithDefaults

func NewListEquipmentSetWithDefaults() *ListEquipmentSet

NewListEquipmentSetWithDefaults instantiates a new ListEquipmentSet 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

GetAnkamaId

func (o *ListEquipmentSet) GetAnkamaId() int32

GetAnkamaId returns the AnkamaId field if non-nil, zero value otherwise.

GetAnkamaIdOk

func (o *ListEquipmentSet) GetAnkamaIdOk() (*int32, bool)

GetAnkamaIdOk returns a tuple with the AnkamaId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAnkamaId

func (o *ListEquipmentSet) SetAnkamaId(v int32)

SetAnkamaId sets AnkamaId field to given value.

HasAnkamaId

func (o *ListEquipmentSet) HasAnkamaId() bool

HasAnkamaId returns a boolean if a field has been set.

GetName

func (o *ListEquipmentSet) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ListEquipmentSet) 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.

SetName

func (o *ListEquipmentSet) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ListEquipmentSet) HasName() bool

HasName returns a boolean if a field has been set.

GetItems

func (o *ListEquipmentSet) GetItems() int32

GetItems returns the Items field if non-nil, zero value otherwise.

GetItemsOk

func (o *ListEquipmentSet) GetItemsOk() (*int32, bool)

GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetItems

func (o *ListEquipmentSet) SetItems(v int32)

SetItems sets Items field to given value.

HasItems

func (o *ListEquipmentSet) HasItems() bool

HasItems returns a boolean if a field has been set.

GetLevel

func (o *ListEquipmentSet) GetLevel() int32

GetLevel returns the Level field if non-nil, zero value otherwise.

GetLevelOk

func (o *ListEquipmentSet) GetLevelOk() (*int32, bool)

GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLevel

func (o *ListEquipmentSet) SetLevel(v int32)

SetLevel sets Level field to given value.

HasLevel

func (o *ListEquipmentSet) HasLevel() bool

HasLevel returns a boolean if a field has been set.

GetEffects

func (o *ListEquipmentSet) GetEffects() map[string][]Effect

GetEffects returns the Effects field if non-nil, zero value otherwise.

GetEffectsOk

func (o *ListEquipmentSet) GetEffectsOk() (*map[string][]Effect, bool)

GetEffectsOk returns a tuple with the Effects field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEffects

func (o *ListEquipmentSet) SetEffects(v map[string][]Effect)

SetEffects sets Effects field to given value.

HasEffects

func (o *ListEquipmentSet) HasEffects() bool

HasEffects returns a boolean if a field has been set.

GetEquipmentIds

func (o *ListEquipmentSet) GetEquipmentIds() []int32

GetEquipmentIds returns the EquipmentIds field if non-nil, zero value otherwise.

GetEquipmentIdsOk

func (o *ListEquipmentSet) GetEquipmentIdsOk() (*[]int32, bool)

GetEquipmentIdsOk returns a tuple with the EquipmentIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEquipmentIds

func (o *ListEquipmentSet) SetEquipmentIds(v []int32)

SetEquipmentIds sets EquipmentIds field to given value.

HasEquipmentIds

func (o *ListEquipmentSet) HasEquipmentIds() bool

HasEquipmentIds returns a boolean if a field has been set.

SetEquipmentIdsNil

func (o *ListEquipmentSet) SetEquipmentIdsNil(b bool)

SetEquipmentIdsNil sets the value for EquipmentIds to be an explicit nil

UnsetEquipmentIds

func (o *ListEquipmentSet) UnsetEquipmentIds()

UnsetEquipmentIds ensures that no value is present for EquipmentIds, not even an explicit nil

GetContainsCosmetics

func (o *ListEquipmentSet) GetContainsCosmetics() bool

GetContainsCosmetics returns the ContainsCosmetics field if non-nil, zero value otherwise.

GetContainsCosmeticsOk

func (o *ListEquipmentSet) GetContainsCosmeticsOk() (*bool, bool)

GetContainsCosmeticsOk returns a tuple with the ContainsCosmetics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContainsCosmetics

func (o *ListEquipmentSet) SetContainsCosmetics(v bool)

SetContainsCosmetics sets ContainsCosmetics field to given value.

HasContainsCosmetics

func (o *ListEquipmentSet) HasContainsCosmetics() bool

HasContainsCosmetics returns a boolean if a field has been set.

GetContainsCosmeticsOnly

func (o *ListEquipmentSet) GetContainsCosmeticsOnly() bool

GetContainsCosmeticsOnly returns the ContainsCosmeticsOnly field if non-nil, zero value otherwise.

GetContainsCosmeticsOnlyOk

func (o *ListEquipmentSet) GetContainsCosmeticsOnlyOk() (*bool, bool)

GetContainsCosmeticsOnlyOk returns a tuple with the ContainsCosmeticsOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContainsCosmeticsOnly

func (o *ListEquipmentSet) SetContainsCosmeticsOnly(v bool)

SetContainsCosmeticsOnly sets ContainsCosmeticsOnly field to given value.

HasContainsCosmeticsOnly

func (o *ListEquipmentSet) HasContainsCosmeticsOnly() bool

HasContainsCosmeticsOnly returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]