Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.06 KB

File metadata and controls

72 lines (39 loc) · 2.06 KB

ConsoleOutputEntry

Properties

Name Type Description Notes
Output string
ProcessSeqid int64

Methods

NewConsoleOutputEntry

func NewConsoleOutputEntry(output string, processSeqid int64, ) *ConsoleOutputEntry

NewConsoleOutputEntry instantiates a new ConsoleOutputEntry 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

NewConsoleOutputEntryWithDefaults

func NewConsoleOutputEntryWithDefaults() *ConsoleOutputEntry

NewConsoleOutputEntryWithDefaults instantiates a new ConsoleOutputEntry 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

GetOutput

func (o *ConsoleOutputEntry) GetOutput() string

GetOutput returns the Output field if non-nil, zero value otherwise.

GetOutputOk

func (o *ConsoleOutputEntry) GetOutputOk() (*string, bool)

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

SetOutput

func (o *ConsoleOutputEntry) SetOutput(v string)

SetOutput sets Output field to given value.

GetProcessSeqid

func (o *ConsoleOutputEntry) GetProcessSeqid() int64

GetProcessSeqid returns the ProcessSeqid field if non-nil, zero value otherwise.

GetProcessSeqidOk

func (o *ConsoleOutputEntry) GetProcessSeqidOk() (*int64, bool)

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

SetProcessSeqid

func (o *ConsoleOutputEntry) SetProcessSeqid(v int64)

SetProcessSeqid sets ProcessSeqid field to given value.

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