7 #ifndef __LAUNCH_INFO_CMD_H__
8 #define __LAUNCH_INFO_CMD_H__
69 _applicationId.clear();
80 string _applicationId;
85 #endif // __LAUNCH_INFO_CMD_H__
EPP Launch Phase Class.
Definition: Launch.H:121
LaunchPhase get_phase() const
Returns the phase of the launch.
Definition: LaunchInfoCmd.H:50
void reset()
Reset object attributes.
Definition: LaunchInfoCmd.H:65
void set_phase(const LaunchPhase &phase)
Sets the phase of the launch.
Definition: LaunchInfoCmd.H:44
void reset()
Reset object attributes.
Definition: Launch.H:236
EPP LaunchInfoCmd Class.
Definition: LaunchInfoCmd.H:19
void set_applicationId(const string &applicationId)
Sets the application identifier of the Launch Application.
Definition: LaunchInfoCmd.H:56
bool is_markIncluded() const
Returns whether or not to include the mark in the response.
Definition: LaunchInfoCmd.H:38
void set_includeMark(const bool includeMark)
Sets whether or not to include the mark in the response.
Definition: LaunchInfoCmd.H:32
string get_applicationId() const
Returns the application identifier of the Launch Application.
Definition: LaunchInfoCmd.H:62