@@ -36,42 +36,18 @@ class ALIBABACLOUD_SCHEDULERX2_EXPORT CreateJobRequest : public RpcServiceReques
3636 };
3737 CreateJobRequest ();
3838 ~CreateJobRequest ();
39- std::string getNamespaceSource () const ;
40- void setNamespaceSource (const std::string &namespaceSource);
41- std::string getDescription () const ;
42- void setDescription (const std::string &description);
4339 int getAttemptInterval () const ;
4440 void setAttemptInterval (int attemptInterval);
45- std::string getContent () const ;
46- void setContent (const std::string &content);
47- long getTimeout () const ;
48- void setTimeout (long timeout);
49- bool getTimeoutKillEnable () const ;
50- void setTimeoutKillEnable (bool timeoutKillEnable);
51- std::string getRegionId () const ;
52- void setRegionId (const std::string ®ionId);
53- int getPageSize () const ;
54- void setPageSize (int pageSize);
5541 int getConsumerSize () const ;
5642 void setConsumerSize (int consumerSize);
5743 std::string getJarUrl () const ;
5844 void setJarUrl (const std::string &jarUrl);
59- std::string getCalendar () const ;
60- void setCalendar (const std::string &calendar);
61- bool getFailEnable () const ;
62- void setFailEnable (bool failEnable);
63- std::string getSendChannel () const ;
64- void setSendChannel (const std::string &sendChannel);
6545 int getDataOffset () const ;
6646 void setDataOffset (int dataOffset);
6747 std::string getGroupId () const ;
6848 void setGroupId (const std::string &groupId);
6949 int getTaskMaxAttempt () const ;
7050 void setTaskMaxAttempt (int taskMaxAttempt);
71- int getMaxAttempt () const ;
72- void setMaxAttempt (int maxAttempt);
73- bool getMissWorkerEnable () const ;
74- void setMissWorkerEnable (bool missWorkerEnable);
7551 int getDispatcherSize () const ;
7652 void setDispatcherSize (int dispatcherSize);
7753 std::string getJobType () const ;
@@ -80,63 +56,90 @@ class ALIBABACLOUD_SCHEDULERX2_EXPORT CreateJobRequest : public RpcServiceReques
8056 void setTaskAttemptInterval (int taskAttemptInterval);
8157 std::string getExecuteMode () const ;
8258 void setExecuteMode (const std::string &executeMode);
83- int getQueueSize () const ;
84- void setQueueSize (int queueSize);
8559 std::string getTimeExpression () const ;
8660 void setTimeExpression (const std::string &timeExpression);
87- std::string getClassName () const ;
88- void setClassName (const std::string &className);
8961 bool getTimeoutEnable () const ;
9062 void setTimeoutEnable (bool timeoutEnable);
9163 std::vector<ContactInfo> getContactInfo () const ;
9264 void setContactInfo (const std::vector<ContactInfo> &contactInfo);
9365 std::string getName () const ;
9466 void setName (const std::string &name);
95- std::string get_Namespace () const ;
96- void set_Namespace (const std::string &_namespace);
97- int getMaxConcurrency () const ;
98- void setMaxConcurrency (int maxConcurrency);
9967 int getTimeType () const ;
10068 void setTimeType (int timeType);
10169 std::string getParameters () const ;
10270 void setParameters (const std::string ¶meters);
10371 int getStatus () const ;
10472 void setStatus (int status);
73+ std::string getNamespaceSource () const ;
74+ void setNamespaceSource (const std::string &namespaceSource);
75+ std::string getDescription () const ;
76+ void setDescription (const std::string &description);
77+ std::string getContent () const ;
78+ void setContent (const std::string &content);
79+ long getTimeout () const ;
80+ void setTimeout (long timeout);
81+ bool getTimeoutKillEnable () const ;
82+ void setTimeoutKillEnable (bool timeoutKillEnable);
83+ std::string getRegionId () const ;
84+ void setRegionId (const std::string ®ionId);
85+ int getPageSize () const ;
86+ void setPageSize (int pageSize);
87+ std::string getCalendar () const ;
88+ void setCalendar (const std::string &calendar);
89+ bool getFailEnable () const ;
90+ void setFailEnable (bool failEnable);
91+ std::string getSendChannel () const ;
92+ void setSendChannel (const std::string &sendChannel);
93+ int getMaxAttempt () const ;
94+ void setMaxAttempt (int maxAttempt);
95+ bool getMissWorkerEnable () const ;
96+ void setMissWorkerEnable (bool missWorkerEnable);
97+ int getQueueSize () const ;
98+ void setQueueSize (int queueSize);
99+ std::string getClassName () const ;
100+ void setClassName (const std::string &className);
101+ std::string get_Namespace () const ;
102+ void set_Namespace (const std::string &_namespace);
103+ std::string getXAttrs () const ;
104+ void setXAttrs (const std::string &xAttrs);
105+ int getMaxConcurrency () const ;
106+ void setMaxConcurrency (int maxConcurrency);
105107
106108private:
107- std::string namespaceSource_;
108- std::string description_;
109109 int attemptInterval_;
110- std::string content_;
111- long timeout_;
112- bool timeoutKillEnable_;
113- std::string regionId_;
114- int pageSize_;
115110 int consumerSize_;
116111 std::string jarUrl_;
117- std::string calendar_;
118- bool failEnable_;
119- std::string sendChannel_;
120112 int dataOffset_;
121113 std::string groupId_;
122114 int taskMaxAttempt_;
123- int maxAttempt_;
124- bool missWorkerEnable_;
125115 int dispatcherSize_;
126116 std::string jobType_;
127117 int taskAttemptInterval_;
128118 std::string executeMode_;
129- int queueSize_;
130119 std::string timeExpression_;
131- std::string className_;
132120 bool timeoutEnable_;
133121 std::vector<ContactInfo> contactInfo_;
134122 std::string name_;
135- std::string _namespace_;
136- int maxConcurrency_;
137123 int timeType_;
138124 std::string parameters_;
139125 int status_;
126+ std::string namespaceSource_;
127+ std::string description_;
128+ std::string content_;
129+ long timeout_;
130+ bool timeoutKillEnable_;
131+ std::string regionId_;
132+ int pageSize_;
133+ std::string calendar_;
134+ bool failEnable_;
135+ std::string sendChannel_;
136+ int maxAttempt_;
137+ bool missWorkerEnable_;
138+ int queueSize_;
139+ std::string className_;
140+ std::string _namespace_;
141+ std::string xAttrs_;
142+ int maxConcurrency_;
140143};
141144} // namespace Model
142145} // namespace Schedulerx2
0 commit comments