Skip to content

Latest commit

 

History

History
1128 lines (607 loc) · 28.2 KB

Observable1.md

File metadata and controls

1128 lines (607 loc) · 28.2 KB

Observable1

Properties

Name Type Description Notes
Value string
Type Pointer to string [optional] [default to "cidr"]
Created Pointer to time.Time [optional]
Context Pointer to []map[string]interface{} [optional] [default to []]
LastAnalysis Pointer to map[string]time.Time [optional] [default to {}]
LastSeen Pointer to time.Time [optional]
FirstSeen Pointer to time.Time [optional]
Issuer Pointer to string [optional]
Subject Pointer to string [optional]
SerialNumber Pointer to string [optional]
After Pointer to time.Time [optional]
Before Pointer to time.Time [optional]
Fingerprint Pointer to string [optional]
UserId Pointer to string [optional]
Credential Pointer to string [optional]
AccountLogin Pointer to string [optional]
AccountType Pointer to string [optional]
DisplayName Pointer to string [optional]
IsServiceAccount Pointer to bool [optional]
IsPrivileged Pointer to bool [optional]
CanEscalatePrivs Pointer to bool [optional]
IsDisabled Pointer to bool [optional]
AccountCreated Pointer to time.Time [optional]
AccountExpires Pointer to time.Time [optional]
CredentialLastChanged Pointer to time.Time [optional]
AccountFirstLogin Pointer to time.Time [optional]
AccountLastLogin Pointer to time.Time [optional]
Version Pointer to string [optional]
RegitryType Pointer to string [optional]
Name Pointer to string [optional]
Size Pointer to int32 [optional]
Sha256 Pointer to string [optional]
Md5 Pointer to string [optional]
Sha1 Pointer to string [optional]
MimeType Pointer to string [optional]
Key string
Data *os.File
Hive RegistryHive
PathFile Pointer to string [optional]
Coin Pointer to string [optional]
Address Pointer to string [optional]
Country Pointer to string [optional]
Description Pointer to string [optional]

Methods

NewObservable1

func NewObservable1(value string, key string, data *os.File, hive RegistryHive, ) *Observable1

NewObservable1 instantiates a new Observable1 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

NewObservable1WithDefaults

func NewObservable1WithDefaults() *Observable1

NewObservable1WithDefaults instantiates a new Observable1 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

GetValue

func (o *Observable1) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *Observable1) GetValueOk() (*string, bool)

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

SetValue

func (o *Observable1) SetValue(v string)

SetValue sets Value field to given value.

GetType

func (o *Observable1) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *Observable1) GetTypeOk() (*string, bool)

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

SetType

func (o *Observable1) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *Observable1) HasType() bool

HasType returns a boolean if a field has been set.

GetCreated

func (o *Observable1) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *Observable1) GetCreatedOk() (*time.Time, bool)

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

SetCreated

func (o *Observable1) SetCreated(v time.Time)

SetCreated sets Created field to given value.

HasCreated

func (o *Observable1) HasCreated() bool

HasCreated returns a boolean if a field has been set.

GetContext

func (o *Observable1) GetContext() []map[string]interface{}

GetContext returns the Context field if non-nil, zero value otherwise.

GetContextOk

func (o *Observable1) GetContextOk() (*[]map[string]interface{}, bool)

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

SetContext

func (o *Observable1) SetContext(v []map[string]interface{})

SetContext sets Context field to given value.

HasContext

func (o *Observable1) HasContext() bool

HasContext returns a boolean if a field has been set.

GetLastAnalysis

func (o *Observable1) GetLastAnalysis() map[string]time.Time

GetLastAnalysis returns the LastAnalysis field if non-nil, zero value otherwise.

GetLastAnalysisOk

func (o *Observable1) GetLastAnalysisOk() (*map[string]time.Time, bool)

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

SetLastAnalysis

func (o *Observable1) SetLastAnalysis(v map[string]time.Time)

SetLastAnalysis sets LastAnalysis field to given value.

HasLastAnalysis

func (o *Observable1) HasLastAnalysis() bool

HasLastAnalysis returns a boolean if a field has been set.

GetLastSeen

func (o *Observable1) GetLastSeen() time.Time

GetLastSeen returns the LastSeen field if non-nil, zero value otherwise.

GetLastSeenOk

func (o *Observable1) GetLastSeenOk() (*time.Time, bool)

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

SetLastSeen

func (o *Observable1) SetLastSeen(v time.Time)

SetLastSeen sets LastSeen field to given value.

HasLastSeen

func (o *Observable1) HasLastSeen() bool

HasLastSeen returns a boolean if a field has been set.

GetFirstSeen

func (o *Observable1) GetFirstSeen() time.Time

GetFirstSeen returns the FirstSeen field if non-nil, zero value otherwise.

GetFirstSeenOk

func (o *Observable1) GetFirstSeenOk() (*time.Time, bool)

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

SetFirstSeen

func (o *Observable1) SetFirstSeen(v time.Time)

SetFirstSeen sets FirstSeen field to given value.

HasFirstSeen

func (o *Observable1) HasFirstSeen() bool

HasFirstSeen returns a boolean if a field has been set.

GetIssuer

func (o *Observable1) GetIssuer() string

GetIssuer returns the Issuer field if non-nil, zero value otherwise.

GetIssuerOk

func (o *Observable1) GetIssuerOk() (*string, bool)

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

SetIssuer

func (o *Observable1) SetIssuer(v string)

SetIssuer sets Issuer field to given value.

HasIssuer

func (o *Observable1) HasIssuer() bool

HasIssuer returns a boolean if a field has been set.

GetSubject

func (o *Observable1) GetSubject() string

GetSubject returns the Subject field if non-nil, zero value otherwise.

GetSubjectOk

func (o *Observable1) GetSubjectOk() (*string, bool)

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

SetSubject

func (o *Observable1) SetSubject(v string)

SetSubject sets Subject field to given value.

HasSubject

func (o *Observable1) HasSubject() bool

HasSubject returns a boolean if a field has been set.

GetSerialNumber

func (o *Observable1) GetSerialNumber() string

GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.

GetSerialNumberOk

func (o *Observable1) GetSerialNumberOk() (*string, bool)

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

SetSerialNumber

func (o *Observable1) SetSerialNumber(v string)

SetSerialNumber sets SerialNumber field to given value.

HasSerialNumber

func (o *Observable1) HasSerialNumber() bool

HasSerialNumber returns a boolean if a field has been set.

GetAfter

func (o *Observable1) GetAfter() time.Time

GetAfter returns the After field if non-nil, zero value otherwise.

GetAfterOk

func (o *Observable1) GetAfterOk() (*time.Time, bool)

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

SetAfter

func (o *Observable1) SetAfter(v time.Time)

SetAfter sets After field to given value.

HasAfter

func (o *Observable1) HasAfter() bool

HasAfter returns a boolean if a field has been set.

GetBefore

func (o *Observable1) GetBefore() time.Time

GetBefore returns the Before field if non-nil, zero value otherwise.

GetBeforeOk

func (o *Observable1) GetBeforeOk() (*time.Time, bool)

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

SetBefore

func (o *Observable1) SetBefore(v time.Time)

SetBefore sets Before field to given value.

HasBefore

func (o *Observable1) HasBefore() bool

HasBefore returns a boolean if a field has been set.

GetFingerprint

func (o *Observable1) GetFingerprint() string

GetFingerprint returns the Fingerprint field if non-nil, zero value otherwise.

GetFingerprintOk

func (o *Observable1) GetFingerprintOk() (*string, bool)

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

SetFingerprint

func (o *Observable1) SetFingerprint(v string)

SetFingerprint sets Fingerprint field to given value.

HasFingerprint

func (o *Observable1) HasFingerprint() bool

HasFingerprint returns a boolean if a field has been set.

GetUserId

func (o *Observable1) GetUserId() string

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

func (o *Observable1) GetUserIdOk() (*string, bool)

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

SetUserId

func (o *Observable1) SetUserId(v string)

SetUserId sets UserId field to given value.

HasUserId

func (o *Observable1) HasUserId() bool

HasUserId returns a boolean if a field has been set.

GetCredential

func (o *Observable1) GetCredential() string

GetCredential returns the Credential field if non-nil, zero value otherwise.

GetCredentialOk

func (o *Observable1) GetCredentialOk() (*string, bool)

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

SetCredential

func (o *Observable1) SetCredential(v string)

SetCredential sets Credential field to given value.

HasCredential

func (o *Observable1) HasCredential() bool

HasCredential returns a boolean if a field has been set.

GetAccountLogin

func (o *Observable1) GetAccountLogin() string

GetAccountLogin returns the AccountLogin field if non-nil, zero value otherwise.

GetAccountLoginOk

func (o *Observable1) GetAccountLoginOk() (*string, bool)

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

SetAccountLogin

func (o *Observable1) SetAccountLogin(v string)

SetAccountLogin sets AccountLogin field to given value.

HasAccountLogin

func (o *Observable1) HasAccountLogin() bool

HasAccountLogin returns a boolean if a field has been set.

GetAccountType

func (o *Observable1) GetAccountType() string

GetAccountType returns the AccountType field if non-nil, zero value otherwise.

GetAccountTypeOk

func (o *Observable1) GetAccountTypeOk() (*string, bool)

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

SetAccountType

func (o *Observable1) SetAccountType(v string)

SetAccountType sets AccountType field to given value.

HasAccountType

func (o *Observable1) HasAccountType() bool

HasAccountType returns a boolean if a field has been set.

GetDisplayName

func (o *Observable1) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *Observable1) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *Observable1) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *Observable1) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetIsServiceAccount

func (o *Observable1) GetIsServiceAccount() bool

GetIsServiceAccount returns the IsServiceAccount field if non-nil, zero value otherwise.

GetIsServiceAccountOk

func (o *Observable1) GetIsServiceAccountOk() (*bool, bool)

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

SetIsServiceAccount

func (o *Observable1) SetIsServiceAccount(v bool)

SetIsServiceAccount sets IsServiceAccount field to given value.

HasIsServiceAccount

func (o *Observable1) HasIsServiceAccount() bool

HasIsServiceAccount returns a boolean if a field has been set.

GetIsPrivileged

func (o *Observable1) GetIsPrivileged() bool

GetIsPrivileged returns the IsPrivileged field if non-nil, zero value otherwise.

GetIsPrivilegedOk

func (o *Observable1) GetIsPrivilegedOk() (*bool, bool)

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

SetIsPrivileged

func (o *Observable1) SetIsPrivileged(v bool)

SetIsPrivileged sets IsPrivileged field to given value.

HasIsPrivileged

func (o *Observable1) HasIsPrivileged() bool

HasIsPrivileged returns a boolean if a field has been set.

GetCanEscalatePrivs

func (o *Observable1) GetCanEscalatePrivs() bool

GetCanEscalatePrivs returns the CanEscalatePrivs field if non-nil, zero value otherwise.

GetCanEscalatePrivsOk

func (o *Observable1) GetCanEscalatePrivsOk() (*bool, bool)

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

SetCanEscalatePrivs

func (o *Observable1) SetCanEscalatePrivs(v bool)

SetCanEscalatePrivs sets CanEscalatePrivs field to given value.

HasCanEscalatePrivs

func (o *Observable1) HasCanEscalatePrivs() bool

HasCanEscalatePrivs returns a boolean if a field has been set.

GetIsDisabled

func (o *Observable1) GetIsDisabled() bool

GetIsDisabled returns the IsDisabled field if non-nil, zero value otherwise.

GetIsDisabledOk

func (o *Observable1) GetIsDisabledOk() (*bool, bool)

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

SetIsDisabled

func (o *Observable1) SetIsDisabled(v bool)

SetIsDisabled sets IsDisabled field to given value.

HasIsDisabled

func (o *Observable1) HasIsDisabled() bool

HasIsDisabled returns a boolean if a field has been set.

GetAccountCreated

func (o *Observable1) GetAccountCreated() time.Time

GetAccountCreated returns the AccountCreated field if non-nil, zero value otherwise.

GetAccountCreatedOk

func (o *Observable1) GetAccountCreatedOk() (*time.Time, bool)

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

SetAccountCreated

func (o *Observable1) SetAccountCreated(v time.Time)

SetAccountCreated sets AccountCreated field to given value.

HasAccountCreated

func (o *Observable1) HasAccountCreated() bool

HasAccountCreated returns a boolean if a field has been set.

GetAccountExpires

func (o *Observable1) GetAccountExpires() time.Time

GetAccountExpires returns the AccountExpires field if non-nil, zero value otherwise.

GetAccountExpiresOk

func (o *Observable1) GetAccountExpiresOk() (*time.Time, bool)

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

SetAccountExpires

func (o *Observable1) SetAccountExpires(v time.Time)

SetAccountExpires sets AccountExpires field to given value.

HasAccountExpires

func (o *Observable1) HasAccountExpires() bool

HasAccountExpires returns a boolean if a field has been set.

GetCredentialLastChanged

func (o *Observable1) GetCredentialLastChanged() time.Time

GetCredentialLastChanged returns the CredentialLastChanged field if non-nil, zero value otherwise.

GetCredentialLastChangedOk

func (o *Observable1) GetCredentialLastChangedOk() (*time.Time, bool)

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

SetCredentialLastChanged

func (o *Observable1) SetCredentialLastChanged(v time.Time)

SetCredentialLastChanged sets CredentialLastChanged field to given value.

HasCredentialLastChanged

func (o *Observable1) HasCredentialLastChanged() bool

HasCredentialLastChanged returns a boolean if a field has been set.

GetAccountFirstLogin

func (o *Observable1) GetAccountFirstLogin() time.Time

GetAccountFirstLogin returns the AccountFirstLogin field if non-nil, zero value otherwise.

GetAccountFirstLoginOk

func (o *Observable1) GetAccountFirstLoginOk() (*time.Time, bool)

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

SetAccountFirstLogin

func (o *Observable1) SetAccountFirstLogin(v time.Time)

SetAccountFirstLogin sets AccountFirstLogin field to given value.

HasAccountFirstLogin

func (o *Observable1) HasAccountFirstLogin() bool

HasAccountFirstLogin returns a boolean if a field has been set.

GetAccountLastLogin

func (o *Observable1) GetAccountLastLogin() time.Time

GetAccountLastLogin returns the AccountLastLogin field if non-nil, zero value otherwise.

GetAccountLastLoginOk

func (o *Observable1) GetAccountLastLoginOk() (*time.Time, bool)

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

SetAccountLastLogin

func (o *Observable1) SetAccountLastLogin(v time.Time)

SetAccountLastLogin sets AccountLastLogin field to given value.

HasAccountLastLogin

func (o *Observable1) HasAccountLastLogin() bool

HasAccountLastLogin returns a boolean if a field has been set.

GetVersion

func (o *Observable1) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *Observable1) GetVersionOk() (*string, bool)

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

SetVersion

func (o *Observable1) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *Observable1) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetRegitryType

func (o *Observable1) GetRegitryType() string

GetRegitryType returns the RegitryType field if non-nil, zero value otherwise.

GetRegitryTypeOk

func (o *Observable1) GetRegitryTypeOk() (*string, bool)

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

SetRegitryType

func (o *Observable1) SetRegitryType(v string)

SetRegitryType sets RegitryType field to given value.

HasRegitryType

func (o *Observable1) HasRegitryType() bool

HasRegitryType returns a boolean if a field has been set.

GetName

func (o *Observable1) GetName() string

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

GetNameOk

func (o *Observable1) 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 *Observable1) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *Observable1) HasName() bool

HasName returns a boolean if a field has been set.

GetSize

func (o *Observable1) GetSize() int32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *Observable1) GetSizeOk() (*int32, bool)

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

SetSize

func (o *Observable1) SetSize(v int32)

SetSize sets Size field to given value.

HasSize

func (o *Observable1) HasSize() bool

HasSize returns a boolean if a field has been set.

GetSha256

func (o *Observable1) GetSha256() string

GetSha256 returns the Sha256 field if non-nil, zero value otherwise.

GetSha256Ok

func (o *Observable1) GetSha256Ok() (*string, bool)

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

SetSha256

func (o *Observable1) SetSha256(v string)

SetSha256 sets Sha256 field to given value.

HasSha256

func (o *Observable1) HasSha256() bool

HasSha256 returns a boolean if a field has been set.

GetMd5

func (o *Observable1) GetMd5() string

GetMd5 returns the Md5 field if non-nil, zero value otherwise.

GetMd5Ok

func (o *Observable1) GetMd5Ok() (*string, bool)

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

SetMd5

func (o *Observable1) SetMd5(v string)

SetMd5 sets Md5 field to given value.

HasMd5

func (o *Observable1) HasMd5() bool

HasMd5 returns a boolean if a field has been set.

GetSha1

func (o *Observable1) GetSha1() string

GetSha1 returns the Sha1 field if non-nil, zero value otherwise.

GetSha1Ok

func (o *Observable1) GetSha1Ok() (*string, bool)

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

SetSha1

func (o *Observable1) SetSha1(v string)

SetSha1 sets Sha1 field to given value.

HasSha1

func (o *Observable1) HasSha1() bool

HasSha1 returns a boolean if a field has been set.

GetMimeType

func (o *Observable1) GetMimeType() string

GetMimeType returns the MimeType field if non-nil, zero value otherwise.

GetMimeTypeOk

func (o *Observable1) GetMimeTypeOk() (*string, bool)

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

SetMimeType

func (o *Observable1) SetMimeType(v string)

SetMimeType sets MimeType field to given value.

HasMimeType

func (o *Observable1) HasMimeType() bool

HasMimeType returns a boolean if a field has been set.

GetKey

func (o *Observable1) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *Observable1) GetKeyOk() (*string, bool)

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

SetKey

func (o *Observable1) SetKey(v string)

SetKey sets Key field to given value.

GetData

func (o *Observable1) GetData() *os.File

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *Observable1) GetDataOk() (**os.File, bool)

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

SetData

func (o *Observable1) SetData(v *os.File)

SetData sets Data field to given value.

GetHive

func (o *Observable1) GetHive() RegistryHive

GetHive returns the Hive field if non-nil, zero value otherwise.

GetHiveOk

func (o *Observable1) GetHiveOk() (*RegistryHive, bool)

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

SetHive

func (o *Observable1) SetHive(v RegistryHive)

SetHive sets Hive field to given value.

GetPathFile

func (o *Observable1) GetPathFile() string

GetPathFile returns the PathFile field if non-nil, zero value otherwise.

GetPathFileOk

func (o *Observable1) GetPathFileOk() (*string, bool)

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

SetPathFile

func (o *Observable1) SetPathFile(v string)

SetPathFile sets PathFile field to given value.

HasPathFile

func (o *Observable1) HasPathFile() bool

HasPathFile returns a boolean if a field has been set.

GetCoin

func (o *Observable1) GetCoin() string

GetCoin returns the Coin field if non-nil, zero value otherwise.

GetCoinOk

func (o *Observable1) GetCoinOk() (*string, bool)

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

SetCoin

func (o *Observable1) SetCoin(v string)

SetCoin sets Coin field to given value.

HasCoin

func (o *Observable1) HasCoin() bool

HasCoin returns a boolean if a field has been set.

GetAddress

func (o *Observable1) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *Observable1) GetAddressOk() (*string, bool)

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

SetAddress

func (o *Observable1) SetAddress(v string)

SetAddress sets Address field to given value.

HasAddress

func (o *Observable1) HasAddress() bool

HasAddress returns a boolean if a field has been set.

GetCountry

func (o *Observable1) GetCountry() string

GetCountry returns the Country field if non-nil, zero value otherwise.

GetCountryOk

func (o *Observable1) GetCountryOk() (*string, bool)

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

SetCountry

func (o *Observable1) SetCountry(v string)

SetCountry sets Country field to given value.

HasCountry

func (o *Observable1) HasCountry() bool

HasCountry returns a boolean if a field has been set.

GetDescription

func (o *Observable1) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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

SetDescription

func (o *Observable1) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *Observable1) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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