Skip to main content

SourceClassificationStatusAllOfCounts

Properties

NameTypeDescriptionNotes
EXPECTEDint64total number of source accounts
RECEIVEDint64number of accounts that have been sent for processing (should be the same as expected when all accounts are collected)
COMPLETEDint64number of accounts that have been classified

Methods

NewSourceClassificationStatusAllOfCounts

func NewSourceClassificationStatusAllOfCounts(eXPECTED int64, rECEIVED int64, cOMPLETED int64, ) *SourceClassificationStatusAllOfCounts

NewSourceClassificationStatusAllOfCounts instantiates a new SourceClassificationStatusAllOfCounts 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

NewSourceClassificationStatusAllOfCountsWithDefaults

func NewSourceClassificationStatusAllOfCountsWithDefaults() *SourceClassificationStatusAllOfCounts

NewSourceClassificationStatusAllOfCountsWithDefaults instantiates a new SourceClassificationStatusAllOfCounts 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

GetEXPECTED

func (o *SourceClassificationStatusAllOfCounts) GetEXPECTED() int64

GetEXPECTED returns the EXPECTED field if non-nil, zero value otherwise.

GetEXPECTEDOk

func (o *SourceClassificationStatusAllOfCounts) GetEXPECTEDOk() (*int64, bool)

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

SetEXPECTED

func (o *SourceClassificationStatusAllOfCounts) SetEXPECTED(v int64)

SetEXPECTED sets EXPECTED field to given value.

GetRECEIVED

func (o *SourceClassificationStatusAllOfCounts) GetRECEIVED() int64

GetRECEIVED returns the RECEIVED field if non-nil, zero value otherwise.

GetRECEIVEDOk

func (o *SourceClassificationStatusAllOfCounts) GetRECEIVEDOk() (*int64, bool)

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

SetRECEIVED

func (o *SourceClassificationStatusAllOfCounts) SetRECEIVED(v int64)

SetRECEIVED sets RECEIVED field to given value.

GetCOMPLETED

func (o *SourceClassificationStatusAllOfCounts) GetCOMPLETED() int64

GetCOMPLETED returns the COMPLETED field if non-nil, zero value otherwise.

GetCOMPLETEDOk

func (o *SourceClassificationStatusAllOfCounts) GetCOMPLETEDOk() (*int64, bool)

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

SetCOMPLETED

func (o *SourceClassificationStatusAllOfCounts) SetCOMPLETED(v int64)

SetCOMPLETED sets COMPLETED field to given value.