/** * Autogenerated by Thrift Compiler (0.9.1) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package server.generated; import org.apache.thrift.scheme.IScheme; import org.apache.thrift.scheme.SchemeFactory; import org.apache.thrift.scheme.StandardScheme; import org.apache.thrift.scheme.TupleScheme; import org.apache.thrift.protocol.TTupleProtocol; import org.apache.thrift.protocol.TProtocolException; import org.apache.thrift.EncodingUtils; import org.apache.thrift.TException; import org.apache.thrift.async.AsyncMethodCallback; import org.apache.thrift.server.AbstractNonblockingServer.*; import java.util.List; import java.util.ArrayList; import java.util.Map; import java.util.HashMap; import java.util.EnumMap; import java.util.Set; import java.util.HashSet; import java.util.EnumSet; import java.util.Collections; import java.util.BitSet; import java.nio.ByteBuffer; import java.util.Arrays; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class Server { public interface Iface { public User getFtpUser() throws org.apache.thrift.TException; public long DeleteFtpUser(String user) throws org.apache.thrift.TException; public String getPathOfImage(String image_id, String version) throws org.apache.thrift.TException; public boolean writeVLdata(String imagename, String desc, String login, String firstname, String lastname, String university, String Mail, String Tel, String Fak, boolean license, boolean internet, long ram, long cpu, String imagePath, boolean isTemplate, long filesize, long shareMode, String os) throws org.apache.thrift.TException; public List getImageList() throws org.apache.thrift.TException; public List getLectureList() throws org.apache.thrift.TException; public List getAllOS() throws org.apache.thrift.TException; public List getAllUniversities() throws org.apache.thrift.TException; public Map getPersonData(String Vorname, String Nachname) throws org.apache.thrift.TException; public boolean writeLecturedata(String name, String shortdesc, String desc, String startDate, String endDate, boolean isActive, String imagename, String login, String firstname, String lastname, String university, String Mail, String Tel, String Fak) throws org.apache.thrift.TException; public boolean startFileCopy(String file) throws org.apache.thrift.TException; public Map getImageData(String imageid, String imageversion) throws org.apache.thrift.TException; public Map getLectureData(String lectureid) throws org.apache.thrift.TException; public boolean updateImageData(String name, String newName, String desc, String image_path, boolean license, boolean internet, long ram, long cpu, String id, String version, boolean isTemplate, long filesize, long shareMode, String os) throws org.apache.thrift.TException; public boolean deleteImageData(String id, String version) throws org.apache.thrift.TException; public boolean updateLecturedata(String name, String newName, String shortdesc, String desc, String startDate, String endDate, boolean isActive, String imageid, String imageversion, String user, String firstname, String lastname, String university, String Mail, String Tel, String Fak, String id) throws org.apache.thrift.TException; public boolean deleteImageServer(String id, String version) throws org.apache.thrift.TException; public boolean connectedToLecture(String id, String version) throws org.apache.thrift.TException; public boolean deleteLecture(String id, String hs, String user) throws org.apache.thrift.TException; public boolean checkUser(String username) throws org.apache.thrift.TException; public boolean createUser(String loginName, String lastName, String firstName, String mail, String university) throws org.apache.thrift.TException; public boolean writeImageRights(String imagename, String username, String lastName, String firstName, String mail, String university, String role) throws org.apache.thrift.TException; public boolean writeLectureRights(String lecturename, String username, String lastName, String firstName, String mail, String university, String role) throws org.apache.thrift.TException; } public interface AsyncIface { public void getFtpUser(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void DeleteFtpUser(String user, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void getPathOfImage(String image_id, String version, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void writeVLdata(String imagename, String desc, String login, String firstname, String lastname, String university, String Mail, String Tel, String Fak, boolean license, boolean internet, long ram, long cpu, String imagePath, boolean isTemplate, long filesize, long shareMode, String os, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void getImageList(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void getLectureList(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void getAllOS(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void getAllUniversities(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void getPersonData(String Vorname, String Nachname, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void writeLecturedata(String name, String shortdesc, String desc, String startDate, String endDate, boolean isActive, String imagename, String login, String firstname, String lastname, String university, String Mail, String Tel, String Fak, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void startFileCopy(String file, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void getImageData(String imageid, String imageversion, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void getLectureData(String lectureid, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void updateImageData(String name, String newName, String desc, String image_path, boolean license, boolean internet, long ram, long cpu, String id, String version, boolean isTemplate, long filesize, long shareMode, String os, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void deleteImageData(String id, String version, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void updateLecturedata(String name, String newName, String shortdesc, String desc, String startDate, String endDate, boolean isActive, String imageid, String imageversion, String user, String firstname, String lastname, String university, String Mail, String Tel, String Fak, String id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void deleteImageServer(String id, String version, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void connectedToLecture(String id, String version, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void deleteLecture(String id, String hs, String user, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void checkUser(String username, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void createUser(String loginName, String lastName, String firstName, String mail, String university, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void writeImageRights(String imagename, String username, String lastName, String firstName, String mail, String university, String role, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void writeLectureRights(String lecturename, String username, String lastName, String firstName, String mail, String university, String role, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; } public static class Client extends org.apache.thrift.TServiceClient implements Iface { public static class Factory implements org.apache.thrift.TServiceClientFactory { public Factory() {} public Client getClient(org.apache.thrift.protocol.TProtocol prot) { return new Client(prot); } public Client getClient(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot) { return new Client(iprot, oprot); } } public Client(org.apache.thrift.protocol.TProtocol prot) { super(prot, prot); } public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot) { super(iprot, oprot); } public User getFtpUser() throws org.apache.thrift.TException { send_getFtpUser(); return recv_getFtpUser(); } public void send_getFtpUser() throws org.apache.thrift.TException { getFtpUser_args args = new getFtpUser_args(); sendBase("getFtpUser", args); } public User recv_getFtpUser() throws org.apache.thrift.TException { getFtpUser_result result = new getFtpUser_result(); receiveBase(result, "getFtpUser"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getFtpUser failed: unknown result"); } public long DeleteFtpUser(String user) throws org.apache.thrift.TException { send_DeleteFtpUser(user); return recv_DeleteFtpUser(); } public void send_DeleteFtpUser(String user) throws org.apache.thrift.TException { DeleteFtpUser_args args = new DeleteFtpUser_args(); args.setUser(user); sendBase("DeleteFtpUser", args); } public long recv_DeleteFtpUser() throws org.apache.thrift.TException { DeleteFtpUser_result result = new DeleteFtpUser_result(); receiveBase(result, "DeleteFtpUser"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "DeleteFtpUser failed: unknown result"); } public String getPathOfImage(String image_id, String version) throws org.apache.thrift.TException { send_getPathOfImage(image_id, version); return recv_getPathOfImage(); } public void send_getPathOfImage(String image_id, String version) throws org.apache.thrift.TException { getPathOfImage_args args = new getPathOfImage_args(); args.setImage_id(image_id); args.setVersion(version); sendBase("getPathOfImage", args); } public String recv_getPathOfImage() throws org.apache.thrift.TException { getPathOfImage_result result = new getPathOfImage_result(); receiveBase(result, "getPathOfImage"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getPathOfImage failed: unknown result"); } public boolean writeVLdata(String imagename, String desc, String login, String firstname, String lastname, String university, String Mail, String Tel, String Fak, boolean license, boolean internet, long ram, long cpu, String imagePath, boolean isTemplate, long filesize, long shareMode, String os) throws org.apache.thrift.TException { send_writeVLdata(imagename, desc, login, firstname, lastname, university, Mail, Tel, Fak, license, internet, ram, cpu, imagePath, isTemplate, filesize, shareMode, os); return recv_writeVLdata(); } public void send_writeVLdata(String imagename, String desc, String login, String firstname, String lastname, String university, String Mail, String Tel, String Fak, boolean license, boolean internet, long ram, long cpu, String imagePath, boolean isTemplate, long filesize, long shareMode, String os) throws org.apache.thrift.TException { writeVLdata_args args = new writeVLdata_args(); args.setImagename(imagename); args.setDesc(desc); args.setLogin(login); args.setFirstname(firstname); args.setLastname(lastname); args.setUniversity(university); args.setMail(Mail); args.setTel(Tel); args.setFak(Fak); args.setLicense(license); args.setInternet(internet); args.setRam(ram); args.setCpu(cpu); args.setImagePath(imagePath); args.setIsTemplate(isTemplate); args.setFilesize(filesize); args.setShareMode(shareMode); args.setOs(os); sendBase("writeVLdata", args); } public boolean recv_writeVLdata() throws org.apache.thrift.TException { writeVLdata_result result = new writeVLdata_result(); receiveBase(result, "writeVLdata"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "writeVLdata failed: unknown result"); } public List getImageList() throws org.apache.thrift.TException { send_getImageList(); return recv_getImageList(); } public void send_getImageList() throws org.apache.thrift.TException { getImageList_args args = new getImageList_args(); sendBase("getImageList", args); } public List recv_getImageList() throws org.apache.thrift.TException { getImageList_result result = new getImageList_result(); receiveBase(result, "getImageList"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getImageList failed: unknown result"); } public List getLectureList() throws org.apache.thrift.TException { send_getLectureList(); return recv_getLectureList(); } public void send_getLectureList() throws org.apache.thrift.TException { getLectureList_args args = new getLectureList_args(); sendBase("getLectureList", args); } public List recv_getLectureList() throws org.apache.thrift.TException { getLectureList_result result = new getLectureList_result(); receiveBase(result, "getLectureList"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getLectureList failed: unknown result"); } public List getAllOS() throws org.apache.thrift.TException { send_getAllOS(); return recv_getAllOS(); } public void send_getAllOS() throws org.apache.thrift.TException { getAllOS_args args = new getAllOS_args(); sendBase("getAllOS", args); } public List recv_getAllOS() throws org.apache.thrift.TException { getAllOS_result result = new getAllOS_result(); receiveBase(result, "getAllOS"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getAllOS failed: unknown result"); } public List getAllUniversities() throws org.apache.thrift.TException { send_getAllUniversities(); return recv_getAllUniversities(); } public void send_getAllUniversities() throws org.apache.thrift.TException { getAllUniversities_args args = new getAllUniversities_args(); sendBase("getAllUniversities", args); } public List recv_getAllUniversities() throws org.apache.thrift.TException { getAllUniversities_result result = new getAllUniversities_result(); receiveBase(result, "getAllUniversities"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getAllUniversities failed: unknown result"); } public Map getPersonData(String Vorname, String Nachname) throws org.apache.thrift.TException { send_getPersonData(Vorname, Nachname); return recv_getPersonData(); } public void send_getPersonData(String Vorname, String Nachname) throws org.apache.thrift.TException { getPersonData_args args = new getPersonData_args(); args.setVorname(Vorname); args.setNachname(Nachname); sendBase("getPersonData", args); } public Map recv_getPersonData() throws org.apache.thrift.TException { getPersonData_result result = new getPersonData_result(); receiveBase(result, "getPersonData"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getPersonData failed: unknown result"); } public boolean writeLecturedata(String name, String shortdesc, String desc, String startDate, String endDate, boolean isActive, String imagename, String login, String firstname, String lastname, String university, String Mail, String Tel, String Fak) throws org.apache.thrift.TException { send_writeLecturedata(name, shortdesc, desc, startDate, endDate, isActive, imagename, login, firstname, lastname, university, Mail, Tel, Fak); return recv_writeLecturedata(); } public void send_writeLecturedata(String name, String shortdesc, String desc, String startDate, String endDate, boolean isActive, String imagename, String login, String firstname, String lastname, String university, String Mail, String Tel, String Fak) throws org.apache.thrift.TException { writeLecturedata_args args = new writeLecturedata_args(); args.setName(name); args.setShortdesc(shortdesc); args.setDesc(desc); args.setStartDate(startDate); args.setEndDate(endDate); args.setIsActive(isActive); args.setImagename(imagename); args.setLogin(login); args.setFirstname(firstname); args.setLastname(lastname); args.setUniversity(university); args.setMail(Mail); args.setTel(Tel); args.setFak(Fak); sendBase("writeLecturedata", args); } public boolean recv_writeLecturedata() throws org.apache.thrift.TException { writeLecturedata_result result = new writeLecturedata_result(); receiveBase(result, "writeLecturedata"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "writeLecturedata failed: unknown result"); } public boolean startFileCopy(String file) throws org.apache.thrift.TException { send_startFileCopy(file); return recv_startFileCopy(); } public void send_startFileCopy(String file) throws org.apache.thrift.TException { startFileCopy_args args = new startFileCopy_args(); args.setFile(file); sendBase("startFileCopy", args); } public boolean recv_startFileCopy() throws org.apache.thrift.TException { startFileCopy_result result = new startFileCopy_result(); receiveBase(result, "startFileCopy"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "startFileCopy failed: unknown result"); } public Map getImageData(String imageid, String imageversion) throws org.apache.thrift.TException { send_getImageData(imageid, imageversion); return recv_getImageData(); } public void send_getImageData(String imageid, String imageversion) throws org.apache.thrift.TException { getImageData_args args = new getImageData_args(); args.setImageid(imageid); args.setImageversion(imageversion); sendBase("getImageData", args); } public Map recv_getImageData() throws org.apache.thrift.TException { getImageData_result result = new getImageData_result(); receiveBase(result, "getImageData"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getImageData failed: unknown result"); } public Map getLectureData(String lectureid) throws org.apache.thrift.TException { send_getLectureData(lectureid); return recv_getLectureData(); } public void send_getLectureData(String lectureid) throws org.apache.thrift.TException { getLectureData_args args = new getLectureData_args(); args.setLectureid(lectureid); sendBase("getLectureData", args); } public Map recv_getLectureData() throws org.apache.thrift.TException { getLectureData_result result = new getLectureData_result(); receiveBase(result, "getLectureData"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getLectureData failed: unknown result"); } public boolean updateImageData(String name, String newName, String desc, String image_path, boolean license, boolean internet, long ram, long cpu, String id, String version, boolean isTemplate, long filesize, long shareMode, String os) throws org.apache.thrift.TException { send_updateImageData(name, newName, desc, image_path, license, internet, ram, cpu, id, version, isTemplate, filesize, shareMode, os); return recv_updateImageData(); } public void send_updateImageData(String name, String newName, String desc, String image_path, boolean license, boolean internet, long ram, long cpu, String id, String version, boolean isTemplate, long filesize, long shareMode, String os) throws org.apache.thrift.TException { updateImageData_args args = new updateImageData_args(); args.setName(name); args.setNewName(newName); args.setDesc(desc); args.setImage_path(image_path); args.setLicense(license); args.setInternet(internet); args.setRam(ram); args.setCpu(cpu); args.setId(id); args.setVersion(version); args.setIsTemplate(isTemplate); args.setFilesize(filesize); args.setShareMode(shareMode); args.setOs(os); sendBase("updateImageData", args); } public boolean recv_updateImageData() throws org.apache.thrift.TException { updateImageData_result result = new updateImageData_result(); receiveBase(result, "updateImageData"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "updateImageData failed: unknown result"); } public boolean deleteImageData(String id, String version) throws org.apache.thrift.TException { send_deleteImageData(id, version); return recv_deleteImageData(); } public void send_deleteImageData(String id, String version) throws org.apache.thrift.TException { deleteImageData_args args = new deleteImageData_args(); args.setId(id); args.setVersion(version); sendBase("deleteImageData", args); } public boolean recv_deleteImageData() throws org.apache.thrift.TException { deleteImageData_result result = new deleteImageData_result(); receiveBase(result, "deleteImageData"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "deleteImageData failed: unknown result"); } public boolean updateLecturedata(String name, String newName, String shortdesc, String desc, String startDate, String endDate, boolean isActive, String imageid, String imageversion, String user, String firstname, String lastname, String university, String Mail, String Tel, String Fak, String id) throws org.apache.thrift.TException { send_updateLecturedata(name, newName, shortdesc, desc, startDate, endDate, isActive, imageid, imageversion, user, firstname, lastname, university, Mail, Tel, Fak, id); return recv_updateLecturedata(); } public void send_updateLecturedata(String name, String newName, String shortdesc, String desc, String startDate, String endDate, boolean isActive, String imageid, String imageversion, String user, String firstname, String lastname, String university, String Mail, String Tel, String Fak, String id) throws org.apache.thrift.TException { updateLecturedata_args args = new updateLecturedata_args(); args.setName(name); args.setNewName(newName); args.setShortdesc(shortdesc); args.setDesc(desc); args.setStartDate(startDate); args.setEndDate(endDate); args.setIsActive(isActive); args.setImageid(imageid); args.setImageversion(imageversion); args.setUser(user); args.setFirstname(firstname); args.setLastname(lastname); args.setUniversity(university); args.setMail(Mail); args.setTel(Tel); args.setFak(Fak); args.setId(id); sendBase("updateLecturedata", args); } public boolean recv_updateLecturedata() throws org.apache.thrift.TException { updateLecturedata_result result = new updateLecturedata_result(); receiveBase(result, "updateLecturedata"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "updateLecturedata failed: unknown result"); } public boolean deleteImageServer(String id, String version) throws org.apache.thrift.TException { send_deleteImageServer(id, version); return recv_deleteImageServer(); } public void send_deleteImageServer(String id, String version) throws org.apache.thrift.TException { deleteImageServer_args args = new deleteImageServer_args(); args.setId(id); args.setVersion(version); sendBase("deleteImageServer", args); } public boolean recv_deleteImageServer() throws org.apache.thrift.TException { deleteImageServer_result result = new deleteImageServer_result(); receiveBase(result, "deleteImageServer"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "deleteImageServer failed: unknown result"); } public boolean connectedToLecture(String id, String version) throws org.apache.thrift.TException { send_connectedToLecture(id, version); return recv_connectedToLecture(); } public void send_connectedToLecture(String id, String version) throws org.apache.thrift.TException { connectedToLecture_args args = new connectedToLecture_args(); args.setId(id); args.setVersion(version); sendBase("connectedToLecture", args); } public boolean recv_connectedToLecture() throws org.apache.thrift.TException { connectedToLecture_result result = new connectedToLecture_result(); receiveBase(result, "connectedToLecture"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "connectedToLecture failed: unknown result"); } public boolean deleteLecture(String id, String hs, String user) throws org.apache.thrift.TException { send_deleteLecture(id, hs, user); return recv_deleteLecture(); } public void send_deleteLecture(String id, String hs, String user) throws org.apache.thrift.TException { deleteLecture_args args = new deleteLecture_args(); args.setId(id); args.setHs(hs); args.setUser(user); sendBase("deleteLecture", args); } public boolean recv_deleteLecture() throws org.apache.thrift.TException { deleteLecture_result result = new deleteLecture_result(); receiveBase(result, "deleteLecture"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "deleteLecture failed: unknown result"); } public boolean checkUser(String username) throws org.apache.thrift.TException { send_checkUser(username); return recv_checkUser(); } public void send_checkUser(String username) throws org.apache.thrift.TException { checkUser_args args = new checkUser_args(); args.setUsername(username); sendBase("checkUser", args); } public boolean recv_checkUser() throws org.apache.thrift.TException { checkUser_result result = new checkUser_result(); receiveBase(result, "checkUser"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "checkUser failed: unknown result"); } public boolean createUser(String loginName, String lastName, String firstName, String mail, String university) throws org.apache.thrift.TException { send_createUser(loginName, lastName, firstName, mail, university); return recv_createUser(); } public void send_createUser(String loginName, String lastName, String firstName, String mail, String university) throws org.apache.thrift.TException { createUser_args args = new createUser_args(); args.setLoginName(loginName); args.setLastName(lastName); args.setFirstName(firstName); args.setMail(mail); args.setUniversity(university); sendBase("createUser", args); } public boolean recv_createUser() throws org.apache.thrift.TException { createUser_result result = new createUser_result(); receiveBase(result, "createUser"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "createUser failed: unknown result"); } public boolean writeImageRights(String imagename, String username, String lastName, String firstName, String mail, String university, String role) throws org.apache.thrift.TException { send_writeImageRights(imagename, username, lastName, firstName, mail, university, role); return recv_writeImageRights(); } public void send_writeImageRights(String imagename, String username, String lastName, String firstName, String mail, String university, String role) throws org.apache.thrift.TException { writeImageRights_args args = new writeImageRights_args(); args.setImagename(imagename); args.setUsername(username); args.setLastName(lastName); args.setFirstName(firstName); args.setMail(mail); args.setUniversity(university); args.setRole(role); sendBase("writeImageRights", args); } public boolean recv_writeImageRights() throws org.apache.thrift.TException { writeImageRights_result result = new writeImageRights_result(); receiveBase(result, "writeImageRights"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "writeImageRights failed: unknown result"); } public boolean writeLectureRights(String lecturename, String username, String lastName, String firstName, String mail, String university, String role) throws org.apache.thrift.TException { send_writeLectureRights(lecturename, username, lastName, firstName, mail, university, role); return recv_writeLectureRights(); } public void send_writeLectureRights(String lecturename, String username, String lastName, String firstName, String mail, String university, String role) throws org.apache.thrift.TException { writeLectureRights_args args = new writeLectureRights_args(); args.setLecturename(lecturename); args.setUsername(username); args.setLastName(lastName); args.setFirstName(firstName); args.setMail(mail); args.setUniversity(university); args.setRole(role); sendBase("writeLectureRights", args); } public boolean recv_writeLectureRights() throws org.apache.thrift.TException { writeLectureRights_result result = new writeLectureRights_result(); receiveBase(result, "writeLectureRights"); if (result.isSetSuccess()) { return result.success; } throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "writeLectureRights failed: unknown result"); } } public static class AsyncClient extends org.apache.thrift.async.TAsyncClient implements AsyncIface { public static class Factory implements org.apache.thrift.async.TAsyncClientFactory { private org.apache.thrift.async.TAsyncClientManager clientManager; private org.apache.thrift.protocol.TProtocolFactory protocolFactory; public Factory(org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.protocol.TProtocolFactory protocolFactory) { this.clientManager = clientManager; this.protocolFactory = protocolFactory; } public AsyncClient getAsyncClient(org.apache.thrift.transport.TNonblockingTransport transport) { return new AsyncClient(protocolFactory, clientManager, transport); } } public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport) { super(protocolFactory, clientManager, transport); } public void getFtpUser(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); getFtpUser_call method_call = new getFtpUser_call(resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class getFtpUser_call extends org.apache.thrift.async.TAsyncMethodCall { public getFtpUser_call(org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getFtpUser", org.apache.thrift.protocol.TMessageType.CALL, 0)); getFtpUser_args args = new getFtpUser_args(); args.write(prot); prot.writeMessageEnd(); } public User getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_getFtpUser(); } } public void DeleteFtpUser(String user, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); DeleteFtpUser_call method_call = new DeleteFtpUser_call(user, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class DeleteFtpUser_call extends org.apache.thrift.async.TAsyncMethodCall { private String user; public DeleteFtpUser_call(String user, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.user = user; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("DeleteFtpUser", org.apache.thrift.protocol.TMessageType.CALL, 0)); DeleteFtpUser_args args = new DeleteFtpUser_args(); args.setUser(user); args.write(prot); prot.writeMessageEnd(); } public long getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_DeleteFtpUser(); } } public void getPathOfImage(String image_id, String version, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); getPathOfImage_call method_call = new getPathOfImage_call(image_id, version, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class getPathOfImage_call extends org.apache.thrift.async.TAsyncMethodCall { private String image_id; private String version; public getPathOfImage_call(String image_id, String version, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.image_id = image_id; this.version = version; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getPathOfImage", org.apache.thrift.protocol.TMessageType.CALL, 0)); getPathOfImage_args args = new getPathOfImage_args(); args.setImage_id(image_id); args.setVersion(version); args.write(prot); prot.writeMessageEnd(); } public String getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_getPathOfImage(); } } public void writeVLdata(String imagename, String desc, String login, String firstname, String lastname, String university, String Mail, String Tel, String Fak, boolean license, boolean internet, long ram, long cpu, String imagePath, boolean isTemplate, long filesize, long shareMode, String os, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); writeVLdata_call method_call = new writeVLdata_call(imagename, desc, login, firstname, lastname, university, Mail, Tel, Fak, license, internet, ram, cpu, imagePath, isTemplate, filesize, shareMode, os, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class writeVLdata_call extends org.apache.thrift.async.TAsyncMethodCall { private String imagename; private String desc; private String login; private String firstname; private String lastname; private String university; private String Mail; private String Tel; private String Fak; private boolean license; private boolean internet; private long ram; private long cpu; private String imagePath; private boolean isTemplate; private long filesize; private long shareMode; private String os; public writeVLdata_call(String imagename, String desc, String login, String firstname, String lastname, String university, String Mail, String Tel, String Fak, boolean license, boolean internet, long ram, long cpu, String imagePath, boolean isTemplate, long filesize, long shareMode, String os, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.imagename = imagename; this.desc = desc; this.login = login; this.firstname = firstname; this.lastname = lastname; this.university = university; this.Mail = Mail; this.Tel = Tel; this.Fak = Fak; this.license = license; this.internet = internet; this.ram = ram; this.cpu = cpu; this.imagePath = imagePath; this.isTemplate = isTemplate; this.filesize = filesize; this.shareMode = shareMode; this.os = os; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("writeVLdata", org.apache.thrift.protocol.TMessageType.CALL, 0)); writeVLdata_args args = new writeVLdata_args(); args.setImagename(imagename); args.setDesc(desc); args.setLogin(login); args.setFirstname(firstname); args.setLastname(lastname); args.setUniversity(university); args.setMail(Mail); args.setTel(Tel); args.setFak(Fak); args.setLicense(license); args.setInternet(internet); args.setRam(ram); args.setCpu(cpu); args.setImagePath(imagePath); args.setIsTemplate(isTemplate); args.setFilesize(filesize); args.setShareMode(shareMode); args.setOs(os); args.write(prot); prot.writeMessageEnd(); } public boolean getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_writeVLdata(); } } public void getImageList(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); getImageList_call method_call = new getImageList_call(resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class getImageList_call extends org.apache.thrift.async.TAsyncMethodCall { public getImageList_call(org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getImageList", org.apache.thrift.protocol.TMessageType.CALL, 0)); getImageList_args args = new getImageList_args(); args.write(prot); prot.writeMessageEnd(); } public List getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_getImageList(); } } public void getLectureList(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); getLectureList_call method_call = new getLectureList_call(resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class getLectureList_call extends org.apache.thrift.async.TAsyncMethodCall { public getLectureList_call(org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getLectureList", org.apache.thrift.protocol.TMessageType.CALL, 0)); getLectureList_args args = new getLectureList_args(); args.write(prot); prot.writeMessageEnd(); } public List getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_getLectureList(); } } public void getAllOS(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); getAllOS_call method_call = new getAllOS_call(resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class getAllOS_call extends org.apache.thrift.async.TAsyncMethodCall { public getAllOS_call(org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getAllOS", org.apache.thrift.protocol.TMessageType.CALL, 0)); getAllOS_args args = new getAllOS_args(); args.write(prot); prot.writeMessageEnd(); } public List getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_getAllOS(); } } public void getAllUniversities(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); getAllUniversities_call method_call = new getAllUniversities_call(resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class getAllUniversities_call extends org.apache.thrift.async.TAsyncMethodCall { public getAllUniversities_call(org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getAllUniversities", org.apache.thrift.protocol.TMessageType.CALL, 0)); getAllUniversities_args args = new getAllUniversities_args(); args.write(prot); prot.writeMessageEnd(); } public List getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_getAllUniversities(); } } public void getPersonData(String Vorname, String Nachname, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); getPersonData_call method_call = new getPersonData_call(Vorname, Nachname, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class getPersonData_call extends org.apache.thrift.async.TAsyncMethodCall { private String Vorname; private String Nachname; public getPersonData_call(String Vorname, String Nachname, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.Vorname = Vorname; this.Nachname = Nachname; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getPersonData", org.apache.thrift.protocol.TMessageType.CALL, 0)); getPersonData_args args = new getPersonData_args(); args.setVorname(Vorname); args.setNachname(Nachname); args.write(prot); prot.writeMessageEnd(); } public Map getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_getPersonData(); } } public void writeLecturedata(String name, String shortdesc, String desc, String startDate, String endDate, boolean isActive, String imagename, String login, String firstname, String lastname, String university, String Mail, String Tel, String Fak, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); writeLecturedata_call method_call = new writeLecturedata_call(name, shortdesc, desc, startDate, endDate, isActive, imagename, login, firstname, lastname, university, Mail, Tel, Fak, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class writeLecturedata_call extends org.apache.thrift.async.TAsyncMethodCall { private String name; private String shortdesc; private String desc; private String startDate; private String endDate; private boolean isActive; private String imagename; private String login; private String firstname; private String lastname; private String university; private String Mail; private String Tel; private String Fak; public writeLecturedata_call(String name, String shortdesc, String desc, String startDate, String endDate, boolean isActive, String imagename, String login, String firstname, String lastname, String university, String Mail, String Tel, String Fak, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.name = name; this.shortdesc = shortdesc; this.desc = desc; this.startDate = startDate; this.endDate = endDate; this.isActive = isActive; this.imagename = imagename; this.login = login; this.firstname = firstname; this.lastname = lastname; this.university = university; this.Mail = Mail; this.Tel = Tel; this.Fak = Fak; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("writeLecturedata", org.apache.thrift.protocol.TMessageType.CALL, 0)); writeLecturedata_args args = new writeLecturedata_args(); args.setName(name); args.setShortdesc(shortdesc); args.setDesc(desc); args.setStartDate(startDate); args.setEndDate(endDate); args.setIsActive(isActive); args.setImagename(imagename); args.setLogin(login); args.setFirstname(firstname); args.setLastname(lastname); args.setUniversity(university); args.setMail(Mail); args.setTel(Tel); args.setFak(Fak); args.write(prot); prot.writeMessageEnd(); } public boolean getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_writeLecturedata(); } } public void startFileCopy(String file, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); startFileCopy_call method_call = new startFileCopy_call(file, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class startFileCopy_call extends org.apache.thrift.async.TAsyncMethodCall { private String file; public startFileCopy_call(String file, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.file = file; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("startFileCopy", org.apache.thrift.protocol.TMessageType.CALL, 0)); startFileCopy_args args = new startFileCopy_args(); args.setFile(file); args.write(prot); prot.writeMessageEnd(); } public boolean getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_startFileCopy(); } } public void getImageData(String imageid, String imageversion, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); getImageData_call method_call = new getImageData_call(imageid, imageversion, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class getImageData_call extends org.apache.thrift.async.TAsyncMethodCall { private String imageid; private String imageversion; public getImageData_call(String imageid, String imageversion, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.imageid = imageid; this.imageversion = imageversion; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getImageData", org.apache.thrift.protocol.TMessageType.CALL, 0)); getImageData_args args = new getImageData_args(); args.setImageid(imageid); args.setImageversion(imageversion); args.write(prot); prot.writeMessageEnd(); } public Map getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_getImageData(); } } public void getLectureData(String lectureid, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); getLectureData_call method_call = new getLectureData_call(lectureid, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class getLectureData_call extends org.apache.thrift.async.TAsyncMethodCall { private String lectureid; public getLectureData_call(String lectureid, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.lectureid = lectureid; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getLectureData", org.apache.thrift.protocol.TMessageType.CALL, 0)); getLectureData_args args = new getLectureData_args(); args.setLectureid(lectureid); args.write(prot); prot.writeMessageEnd(); } public Map getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_getLectureData(); } } public void updateImageData(String name, String newName, String desc, String image_path, boolean license, boolean internet, long ram, long cpu, String id, String version, boolean isTemplate, long filesize, long shareMode, String os, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); updateImageData_call method_call = new updateImageData_call(name, newName, desc, image_path, license, internet, ram, cpu, id, version, isTemplate, filesize, shareMode, os, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class updateImageData_call extends org.apache.thrift.async.TAsyncMethodCall { private String name; private String newName; private String desc; private String image_path; private boolean license; private boolean internet; private long ram; private long cpu; private String id; private String version; private boolean isTemplate; private long filesize; private long shareMode; private String os; public updateImageData_call(String name, String newName, String desc, String image_path, boolean license, boolean internet, long ram, long cpu, String id, String version, boolean isTemplate, long filesize, long shareMode, String os, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.name = name; this.newName = newName; this.desc = desc; this.image_path = image_path; this.license = license; this.internet = internet; this.ram = ram; this.cpu = cpu; this.id = id; this.version = version; this.isTemplate = isTemplate; this.filesize = filesize; this.shareMode = shareMode; this.os = os; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("updateImageData", org.apache.thrift.protocol.TMessageType.CALL, 0)); updateImageData_args args = new updateImageData_args(); args.setName(name); args.setNewName(newName); args.setDesc(desc); args.setImage_path(image_path); args.setLicense(license); args.setInternet(internet); args.setRam(ram); args.setCpu(cpu); args.setId(id); args.setVersion(version); args.setIsTemplate(isTemplate); args.setFilesize(filesize); args.setShareMode(shareMode); args.setOs(os); args.write(prot); prot.writeMessageEnd(); } public boolean getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_updateImageData(); } } public void deleteImageData(String id, String version, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); deleteImageData_call method_call = new deleteImageData_call(id, version, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class deleteImageData_call extends org.apache.thrift.async.TAsyncMethodCall { private String id; private String version; public deleteImageData_call(String id, String version, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.id = id; this.version = version; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("deleteImageData", org.apache.thrift.protocol.TMessageType.CALL, 0)); deleteImageData_args args = new deleteImageData_args(); args.setId(id); args.setVersion(version); args.write(prot); prot.writeMessageEnd(); } public boolean getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_deleteImageData(); } } public void updateLecturedata(String name, String newName, String shortdesc, String desc, String startDate, String endDate, boolean isActive, String imageid, String imageversion, String user, String firstname, String lastname, String university, String Mail, String Tel, String Fak, String id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); updateLecturedata_call method_call = new updateLecturedata_call(name, newName, shortdesc, desc, startDate, endDate, isActive, imageid, imageversion, user, firstname, lastname, university, Mail, Tel, Fak, id, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class updateLecturedata_call extends org.apache.thrift.async.TAsyncMethodCall { private String name; private String newName; private String shortdesc; private String desc; private String startDate; private String endDate; private boolean isActive; private String imageid; private String imageversion; private String user; private String firstname; private String lastname; private String university; private String Mail; private String Tel; private String Fak; private String id; public updateLecturedata_call(String name, String newName, String shortdesc, String desc, String startDate, String endDate, boolean isActive, String imageid, String imageversion, String user, String firstname, String lastname, String university, String Mail, String Tel, String Fak, String id, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.name = name; this.newName = newName; this.shortdesc = shortdesc; this.desc = desc; this.startDate = startDate; this.endDate = endDate; this.isActive = isActive; this.imageid = imageid; this.imageversion = imageversion; this.user = user; this.firstname = firstname; this.lastname = lastname; this.university = university; this.Mail = Mail; this.Tel = Tel; this.Fak = Fak; this.id = id; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("updateLecturedata", org.apache.thrift.protocol.TMessageType.CALL, 0)); updateLecturedata_args args = new updateLecturedata_args(); args.setName(name); args.setNewName(newName); args.setShortdesc(shortdesc); args.setDesc(desc); args.setStartDate(startDate); args.setEndDate(endDate); args.setIsActive(isActive); args.setImageid(imageid); args.setImageversion(imageversion); args.setUser(user); args.setFirstname(firstname); args.setLastname(lastname); args.setUniversity(university); args.setMail(Mail); args.setTel(Tel); args.setFak(Fak); args.setId(id); args.write(prot); prot.writeMessageEnd(); } public boolean getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_updateLecturedata(); } } public void deleteImageServer(String id, String version, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); deleteImageServer_call method_call = new deleteImageServer_call(id, version, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class deleteImageServer_call extends org.apache.thrift.async.TAsyncMethodCall { private String id; private String version; public deleteImageServer_call(String id, String version, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.id = id; this.version = version; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("deleteImageServer", org.apache.thrift.protocol.TMessageType.CALL, 0)); deleteImageServer_args args = new deleteImageServer_args(); args.setId(id); args.setVersion(version); args.write(prot); prot.writeMessageEnd(); } public boolean getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_deleteImageServer(); } } public void connectedToLecture(String id, String version, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); connectedToLecture_call method_call = new connectedToLecture_call(id, version, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class connectedToLecture_call extends org.apache.thrift.async.TAsyncMethodCall { private String id; private String version; public connectedToLecture_call(String id, String version, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.id = id; this.version = version; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("connectedToLecture", org.apache.thrift.protocol.TMessageType.CALL, 0)); connectedToLecture_args args = new connectedToLecture_args(); args.setId(id); args.setVersion(version); args.write(prot); prot.writeMessageEnd(); } public boolean getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_connectedToLecture(); } } public void deleteLecture(String id, String hs, String user, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); deleteLecture_call method_call = new deleteLecture_call(id, hs, user, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class deleteLecture_call extends org.apache.thrift.async.TAsyncMethodCall { private String id; private String hs; private String user; public deleteLecture_call(String id, String hs, String user, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.id = id; this.hs = hs; this.user = user; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("deleteLecture", org.apache.thrift.protocol.TMessageType.CALL, 0)); deleteLecture_args args = new deleteLecture_args(); args.setId(id); args.setHs(hs); args.setUser(user); args.write(prot); prot.writeMessageEnd(); } public boolean getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_deleteLecture(); } } public void checkUser(String username, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); checkUser_call method_call = new checkUser_call(username, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class checkUser_call extends org.apache.thrift.async.TAsyncMethodCall { private String username; public checkUser_call(String username, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.username = username; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("checkUser", org.apache.thrift.protocol.TMessageType.CALL, 0)); checkUser_args args = new checkUser_args(); args.setUsername(username); args.write(prot); prot.writeMessageEnd(); } public boolean getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_checkUser(); } } public void createUser(String loginName, String lastName, String firstName, String mail, String university, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); createUser_call method_call = new createUser_call(loginName, lastName, firstName, mail, university, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class createUser_call extends org.apache.thrift.async.TAsyncMethodCall { private String loginName; private String lastName; private String firstName; private String mail; private String university; public createUser_call(String loginName, String lastName, String firstName, String mail, String university, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.loginName = loginName; this.lastName = lastName; this.firstName = firstName; this.mail = mail; this.university = university; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("createUser", org.apache.thrift.protocol.TMessageType.CALL, 0)); createUser_args args = new createUser_args(); args.setLoginName(loginName); args.setLastName(lastName); args.setFirstName(firstName); args.setMail(mail); args.setUniversity(university); args.write(prot); prot.writeMessageEnd(); } public boolean getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_createUser(); } } public void writeImageRights(String imagename, String username, String lastName, String firstName, String mail, String university, String role, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); writeImageRights_call method_call = new writeImageRights_call(imagename, username, lastName, firstName, mail, university, role, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class writeImageRights_call extends org.apache.thrift.async.TAsyncMethodCall { private String imagename; private String username; private String lastName; private String firstName; private String mail; private String university; private String role; public writeImageRights_call(String imagename, String username, String lastName, String firstName, String mail, String university, String role, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.imagename = imagename; this.username = username; this.lastName = lastName; this.firstName = firstName; this.mail = mail; this.university = university; this.role = role; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("writeImageRights", org.apache.thrift.protocol.TMessageType.CALL, 0)); writeImageRights_args args = new writeImageRights_args(); args.setImagename(imagename); args.setUsername(username); args.setLastName(lastName); args.setFirstName(firstName); args.setMail(mail); args.setUniversity(university); args.setRole(role); args.write(prot); prot.writeMessageEnd(); } public boolean getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_writeImageRights(); } } public void writeLectureRights(String lecturename, String username, String lastName, String firstName, String mail, String university, String role, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); writeLectureRights_call method_call = new writeLectureRights_call(lecturename, username, lastName, firstName, mail, university, role, resultHandler, this, ___protocolFactory, ___transport); this.___currentMethod = method_call; ___manager.call(method_call); } public static class writeLectureRights_call extends org.apache.thrift.async.TAsyncMethodCall { private String lecturename; private String username; private String lastName; private String firstName; private String mail; private String university; private String role; public writeLectureRights_call(String lecturename, String username, String lastName, String firstName, String mail, String university, String role, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { super(client, protocolFactory, transport, resultHandler, false); this.lecturename = lecturename; this.username = username; this.lastName = lastName; this.firstName = firstName; this.mail = mail; this.university = university; this.role = role; } public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("writeLectureRights", org.apache.thrift.protocol.TMessageType.CALL, 0)); writeLectureRights_args args = new writeLectureRights_args(); args.setLecturename(lecturename); args.setUsername(username); args.setLastName(lastName); args.setFirstName(firstName); args.setMail(mail); args.setUniversity(university); args.setRole(role); args.write(prot); prot.writeMessageEnd(); } public boolean getResult() throws org.apache.thrift.TException { if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { throw new IllegalStateException("Method call not finished!"); } org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); return (new Client(prot)).recv_writeLectureRights(); } } } public static class Processor extends org.apache.thrift.TBaseProcessor implements org.apache.thrift.TProcessor { private static final Logger LOGGER = LoggerFactory.getLogger(Processor.class.getName()); public Processor(I iface) { super(iface, getProcessMap(new HashMap>())); } protected Processor(I iface, Map> processMap) { super(iface, getProcessMap(processMap)); } private static Map> getProcessMap(Map> processMap) { processMap.put("getFtpUser", new getFtpUser()); processMap.put("DeleteFtpUser", new DeleteFtpUser()); processMap.put("getPathOfImage", new getPathOfImage()); processMap.put("writeVLdata", new writeVLdata()); processMap.put("getImageList", new getImageList()); processMap.put("getLectureList", new getLectureList()); processMap.put("getAllOS", new getAllOS()); processMap.put("getAllUniversities", new getAllUniversities()); processMap.put("getPersonData", new getPersonData()); processMap.put("writeLecturedata", new writeLecturedata()); processMap.put("startFileCopy", new startFileCopy()); processMap.put("getImageData", new getImageData()); processMap.put("getLectureData", new getLectureData()); processMap.put("updateImageData", new updateImageData()); processMap.put("deleteImageData", new deleteImageData()); processMap.put("updateLecturedata", new updateLecturedata()); processMap.put("deleteImageServer", new deleteImageServer()); processMap.put("connectedToLecture", new connectedToLecture()); processMap.put("deleteLecture", new deleteLecture()); processMap.put("checkUser", new checkUser()); processMap.put("createUser", new createUser()); processMap.put("writeImageRights", new writeImageRights()); processMap.put("writeLectureRights", new writeLectureRights()); return processMap; } public static class getFtpUser extends org.apache.thrift.ProcessFunction { public getFtpUser() { super("getFtpUser"); } public getFtpUser_args getEmptyArgsInstance() { return new getFtpUser_args(); } protected boolean isOneway() { return false; } public getFtpUser_result getResult(I iface, getFtpUser_args args) throws org.apache.thrift.TException { getFtpUser_result result = new getFtpUser_result(); result.success = iface.getFtpUser(); return result; } } public static class DeleteFtpUser extends org.apache.thrift.ProcessFunction { public DeleteFtpUser() { super("DeleteFtpUser"); } public DeleteFtpUser_args getEmptyArgsInstance() { return new DeleteFtpUser_args(); } protected boolean isOneway() { return false; } public DeleteFtpUser_result getResult(I iface, DeleteFtpUser_args args) throws org.apache.thrift.TException { DeleteFtpUser_result result = new DeleteFtpUser_result(); result.success = iface.DeleteFtpUser(args.user); result.setSuccessIsSet(true); return result; } } public static class getPathOfImage extends org.apache.thrift.ProcessFunction { public getPathOfImage() { super("getPathOfImage"); } public getPathOfImage_args getEmptyArgsInstance() { return new getPathOfImage_args(); } protected boolean isOneway() { return false; } public getPathOfImage_result getResult(I iface, getPathOfImage_args args) throws org.apache.thrift.TException { getPathOfImage_result result = new getPathOfImage_result(); result.success = iface.getPathOfImage(args.image_id, args.version); return result; } } public static class writeVLdata extends org.apache.thrift.ProcessFunction { public writeVLdata() { super("writeVLdata"); } public writeVLdata_args getEmptyArgsInstance() { return new writeVLdata_args(); } protected boolean isOneway() { return false; } public writeVLdata_result getResult(I iface, writeVLdata_args args) throws org.apache.thrift.TException { writeVLdata_result result = new writeVLdata_result(); result.success = iface.writeVLdata(args.imagename, args.desc, args.login, args.firstname, args.lastname, args.university, args.Mail, args.Tel, args.Fak, args.license, args.internet, args.ram, args.cpu, args.imagePath, args.isTemplate, args.filesize, args.shareMode, args.os); result.setSuccessIsSet(true); return result; } } public static class getImageList extends org.apache.thrift.ProcessFunction { public getImageList() { super("getImageList"); } public getImageList_args getEmptyArgsInstance() { return new getImageList_args(); } protected boolean isOneway() { return false; } public getImageList_result getResult(I iface, getImageList_args args) throws org.apache.thrift.TException { getImageList_result result = new getImageList_result(); result.success = iface.getImageList(); return result; } } public static class getLectureList extends org.apache.thrift.ProcessFunction { public getLectureList() { super("getLectureList"); } public getLectureList_args getEmptyArgsInstance() { return new getLectureList_args(); } protected boolean isOneway() { return false; } public getLectureList_result getResult(I iface, getLectureList_args args) throws org.apache.thrift.TException { getLectureList_result result = new getLectureList_result(); result.success = iface.getLectureList(); return result; } } public static class getAllOS extends org.apache.thrift.ProcessFunction { public getAllOS() { super("getAllOS"); } public getAllOS_args getEmptyArgsInstance() { return new getAllOS_args(); } protected boolean isOneway() { return false; } public getAllOS_result getResult(I iface, getAllOS_args args) throws org.apache.thrift.TException { getAllOS_result result = new getAllOS_result(); result.success = iface.getAllOS(); return result; } } public static class getAllUniversities extends org.apache.thrift.ProcessFunction { public getAllUniversities() { super("getAllUniversities"); } public getAllUniversities_args getEmptyArgsInstance() { return new getAllUniversities_args(); } protected boolean isOneway() { return false; } public getAllUniversities_result getResult(I iface, getAllUniversities_args args) throws org.apache.thrift.TException { getAllUniversities_result result = new getAllUniversities_result(); result.success = iface.getAllUniversities(); return result; } } public static class getPersonData extends org.apache.thrift.ProcessFunction { public getPersonData() { super("getPersonData"); } public getPersonData_args getEmptyArgsInstance() { return new getPersonData_args(); } protected boolean isOneway() { return false; } public getPersonData_result getResult(I iface, getPersonData_args args) throws org.apache.thrift.TException { getPersonData_result result = new getPersonData_result(); result.success = iface.getPersonData(args.Vorname, args.Nachname); return result; } } public static class writeLecturedata extends org.apache.thrift.ProcessFunction { public writeLecturedata() { super("writeLecturedata"); } public writeLecturedata_args getEmptyArgsInstance() { return new writeLecturedata_args(); } protected boolean isOneway() { return false; } public writeLecturedata_result getResult(I iface, writeLecturedata_args args) throws org.apache.thrift.TException { writeLecturedata_result result = new writeLecturedata_result(); result.success = iface.writeLecturedata(args.name, args.shortdesc, args.desc, args.startDate, args.endDate, args.isActive, args.imagename, args.login, args.firstname, args.lastname, args.university, args.Mail, args.Tel, args.Fak); result.setSuccessIsSet(true); return result; } } public static class startFileCopy extends org.apache.thrift.ProcessFunction { public startFileCopy() { super("startFileCopy"); } public startFileCopy_args getEmptyArgsInstance() { return new startFileCopy_args(); } protected boolean isOneway() { return false; } public startFileCopy_result getResult(I iface, startFileCopy_args args) throws org.apache.thrift.TException { startFileCopy_result result = new startFileCopy_result(); result.success = iface.startFileCopy(args.file); result.setSuccessIsSet(true); return result; } } public static class getImageData extends org.apache.thrift.ProcessFunction { public getImageData() { super("getImageData"); } public getImageData_args getEmptyArgsInstance() { return new getImageData_args(); } protected boolean isOneway() { return false; } public getImageData_result getResult(I iface, getImageData_args args) throws org.apache.thrift.TException { getImageData_result result = new getImageData_result(); result.success = iface.getImageData(args.imageid, args.imageversion); return result; } } public static class getLectureData extends org.apache.thrift.ProcessFunction { public getLectureData() { super("getLectureData"); } public getLectureData_args getEmptyArgsInstance() { return new getLectureData_args(); } protected boolean isOneway() { return false; } public getLectureData_result getResult(I iface, getLectureData_args args) throws org.apache.thrift.TException { getLectureData_result result = new getLectureData_result(); result.success = iface.getLectureData(args.lectureid); return result; } } public static class updateImageData extends org.apache.thrift.ProcessFunction { public updateImageData() { super("updateImageData"); } public updateImageData_args getEmptyArgsInstance() { return new updateImageData_args(); } protected boolean isOneway() { return false; } public updateImageData_result getResult(I iface, updateImageData_args args) throws org.apache.thrift.TException { updateImageData_result result = new updateImageData_result(); result.success = iface.updateImageData(args.name, args.newName, args.desc, args.image_path, args.license, args.internet, args.ram, args.cpu, args.id, args.version, args.isTemplate, args.filesize, args.shareMode, args.os); result.setSuccessIsSet(true); return result; } } public static class deleteImageData extends org.apache.thrift.ProcessFunction { public deleteImageData() { super("deleteImageData"); } public deleteImageData_args getEmptyArgsInstance() { return new deleteImageData_args(); } protected boolean isOneway() { return false; } public deleteImageData_result getResult(I iface, deleteImageData_args args) throws org.apache.thrift.TException { deleteImageData_result result = new deleteImageData_result(); result.success = iface.deleteImageData(args.id, args.version); result.setSuccessIsSet(true); return result; } } public static class updateLecturedata extends org.apache.thrift.ProcessFunction { public updateLecturedata() { super("updateLecturedata"); } public updateLecturedata_args getEmptyArgsInstance() { return new updateLecturedata_args(); } protected boolean isOneway() { return false; } public updateLecturedata_result getResult(I iface, updateLecturedata_args args) throws org.apache.thrift.TException { updateLecturedata_result result = new updateLecturedata_result(); result.success = iface.updateLecturedata(args.name, args.newName, args.shortdesc, args.desc, args.startDate, args.endDate, args.isActive, args.imageid, args.imageversion, args.user, args.firstname, args.lastname, args.university, args.Mail, args.Tel, args.Fak, args.id); result.setSuccessIsSet(true); return result; } } public static class deleteImageServer extends org.apache.thrift.ProcessFunction { public deleteImageServer() { super("deleteImageServer"); } public deleteImageServer_args getEmptyArgsInstance() { return new deleteImageServer_args(); } protected boolean isOneway() { return false; } public deleteImageServer_result getResult(I iface, deleteImageServer_args args) throws org.apache.thrift.TException { deleteImageServer_result result = new deleteImageServer_result(); result.success = iface.deleteImageServer(args.id, args.version); result.setSuccessIsSet(true); return result; } } public static class connectedToLecture extends org.apache.thrift.ProcessFunction { public connectedToLecture() { super("connectedToLecture"); } public connectedToLecture_args getEmptyArgsInstance() { return new connectedToLecture_args(); } protected boolean isOneway() { return false; } public connectedToLecture_result getResult(I iface, connectedToLecture_args args) throws org.apache.thrift.TException { connectedToLecture_result result = new connectedToLecture_result(); result.success = iface.connectedToLecture(args.id, args.version); result.setSuccessIsSet(true); return result; } } public static class deleteLecture extends org.apache.thrift.ProcessFunction { public deleteLecture() { super("deleteLecture"); } public deleteLecture_args getEmptyArgsInstance() { return new deleteLecture_args(); } protected boolean isOneway() { return false; } public deleteLecture_result getResult(I iface, deleteLecture_args args) throws org.apache.thrift.TException { deleteLecture_result result = new deleteLecture_result(); result.success = iface.deleteLecture(args.id, args.hs, args.user); result.setSuccessIsSet(true); return result; } } public static class checkUser extends org.apache.thrift.ProcessFunction { public checkUser() { super("checkUser"); } public checkUser_args getEmptyArgsInstance() { return new checkUser_args(); } protected boolean isOneway() { return false; } public checkUser_result getResult(I iface, checkUser_args args) throws org.apache.thrift.TException { checkUser_result result = new checkUser_result(); result.success = iface.checkUser(args.username); result.setSuccessIsSet(true); return result; } } public static class createUser extends org.apache.thrift.ProcessFunction { public createUser() { super("createUser"); } public createUser_args getEmptyArgsInstance() { return new createUser_args(); } protected boolean isOneway() { return false; } public createUser_result getResult(I iface, createUser_args args) throws org.apache.thrift.TException { createUser_result result = new createUser_result(); result.success = iface.createUser(args.loginName, args.lastName, args.firstName, args.mail, args.university); result.setSuccessIsSet(true); return result; } } public static class writeImageRights extends org.apache.thrift.ProcessFunction { public writeImageRights() { super("writeImageRights"); } public writeImageRights_args getEmptyArgsInstance() { return new writeImageRights_args(); } protected boolean isOneway() { return false; } public writeImageRights_result getResult(I iface, writeImageRights_args args) throws org.apache.thrift.TException { writeImageRights_result result = new writeImageRights_result(); result.success = iface.writeImageRights(args.imagename, args.username, args.lastName, args.firstName, args.mail, args.university, args.role); result.setSuccessIsSet(true); return result; } } public static class writeLectureRights extends org.apache.thrift.ProcessFunction { public writeLectureRights() { super("writeLectureRights"); } public writeLectureRights_args getEmptyArgsInstance() { return new writeLectureRights_args(); } protected boolean isOneway() { return false; } public writeLectureRights_result getResult(I iface, writeLectureRights_args args) throws org.apache.thrift.TException { writeLectureRights_result result = new writeLectureRights_result(); result.success = iface.writeLectureRights(args.lecturename, args.username, args.lastName, args.firstName, args.mail, args.university, args.role); result.setSuccessIsSet(true); return result; } } } public static class AsyncProcessor extends org.apache.thrift.TBaseAsyncProcessor { private static final Logger LOGGER = LoggerFactory.getLogger(AsyncProcessor.class.getName()); public AsyncProcessor(I iface) { super(iface, getProcessMap(new HashMap>())); } protected AsyncProcessor(I iface, Map> processMap) { super(iface, getProcessMap(processMap)); } private static Map> getProcessMap(Map> processMap) { processMap.put("getFtpUser", new getFtpUser()); processMap.put("DeleteFtpUser", new DeleteFtpUser()); processMap.put("getPathOfImage", new getPathOfImage()); processMap.put("writeVLdata", new writeVLdata()); processMap.put("getImageList", new getImageList()); processMap.put("getLectureList", new getLectureList()); processMap.put("getAllOS", new getAllOS()); processMap.put("getAllUniversities", new getAllUniversities()); processMap.put("getPersonData", new getPersonData()); processMap.put("writeLecturedata", new writeLecturedata()); processMap.put("startFileCopy", new startFileCopy()); processMap.put("getImageData", new getImageData()); processMap.put("getLectureData", new getLectureData()); processMap.put("updateImageData", new updateImageData()); processMap.put("deleteImageData", new deleteImageData()); processMap.put("updateLecturedata", new updateLecturedata()); processMap.put("deleteImageServer", new deleteImageServer()); processMap.put("connectedToLecture", new connectedToLecture()); processMap.put("deleteLecture", new deleteLecture()); processMap.put("checkUser", new checkUser()); processMap.put("createUser", new createUser()); processMap.put("writeImageRights", new writeImageRights()); processMap.put("writeLectureRights", new writeLectureRights()); return processMap; } public static class getFtpUser extends org.apache.thrift.AsyncProcessFunction { public getFtpUser() { super("getFtpUser"); } public getFtpUser_args getEmptyArgsInstance() { return new getFtpUser_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(User o) { getFtpUser_result result = new getFtpUser_result(); result.success = o; try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; getFtpUser_result result = new getFtpUser_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, getFtpUser_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.getFtpUser(resultHandler); } } public static class DeleteFtpUser extends org.apache.thrift.AsyncProcessFunction { public DeleteFtpUser() { super("DeleteFtpUser"); } public DeleteFtpUser_args getEmptyArgsInstance() { return new DeleteFtpUser_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Long o) { DeleteFtpUser_result result = new DeleteFtpUser_result(); result.success = o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; DeleteFtpUser_result result = new DeleteFtpUser_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, DeleteFtpUser_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.DeleteFtpUser(args.user,resultHandler); } } public static class getPathOfImage extends org.apache.thrift.AsyncProcessFunction { public getPathOfImage() { super("getPathOfImage"); } public getPathOfImage_args getEmptyArgsInstance() { return new getPathOfImage_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(String o) { getPathOfImage_result result = new getPathOfImage_result(); result.success = o; try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; getPathOfImage_result result = new getPathOfImage_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, getPathOfImage_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.getPathOfImage(args.image_id, args.version,resultHandler); } } public static class writeVLdata extends org.apache.thrift.AsyncProcessFunction { public writeVLdata() { super("writeVLdata"); } public writeVLdata_args getEmptyArgsInstance() { return new writeVLdata_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { writeVLdata_result result = new writeVLdata_result(); result.success = o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; writeVLdata_result result = new writeVLdata_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, writeVLdata_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.writeVLdata(args.imagename, args.desc, args.login, args.firstname, args.lastname, args.university, args.Mail, args.Tel, args.Fak, args.license, args.internet, args.ram, args.cpu, args.imagePath, args.isTemplate, args.filesize, args.shareMode, args.os,resultHandler); } } public static class getImageList extends org.apache.thrift.AsyncProcessFunction> { public getImageList() { super("getImageList"); } public getImageList_args getEmptyArgsInstance() { return new getImageList_args(); } public AsyncMethodCallback> getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback>() { public void onComplete(List o) { getImageList_result result = new getImageList_result(); result.success = o; try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; getImageList_result result = new getImageList_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, getImageList_args args, org.apache.thrift.async.AsyncMethodCallback> resultHandler) throws TException { iface.getImageList(resultHandler); } } public static class getLectureList extends org.apache.thrift.AsyncProcessFunction> { public getLectureList() { super("getLectureList"); } public getLectureList_args getEmptyArgsInstance() { return new getLectureList_args(); } public AsyncMethodCallback> getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback>() { public void onComplete(List o) { getLectureList_result result = new getLectureList_result(); result.success = o; try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; getLectureList_result result = new getLectureList_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, getLectureList_args args, org.apache.thrift.async.AsyncMethodCallback> resultHandler) throws TException { iface.getLectureList(resultHandler); } } public static class getAllOS extends org.apache.thrift.AsyncProcessFunction> { public getAllOS() { super("getAllOS"); } public getAllOS_args getEmptyArgsInstance() { return new getAllOS_args(); } public AsyncMethodCallback> getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback>() { public void onComplete(List o) { getAllOS_result result = new getAllOS_result(); result.success = o; try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; getAllOS_result result = new getAllOS_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, getAllOS_args args, org.apache.thrift.async.AsyncMethodCallback> resultHandler) throws TException { iface.getAllOS(resultHandler); } } public static class getAllUniversities extends org.apache.thrift.AsyncProcessFunction> { public getAllUniversities() { super("getAllUniversities"); } public getAllUniversities_args getEmptyArgsInstance() { return new getAllUniversities_args(); } public AsyncMethodCallback> getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback>() { public void onComplete(List o) { getAllUniversities_result result = new getAllUniversities_result(); result.success = o; try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; getAllUniversities_result result = new getAllUniversities_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, getAllUniversities_args args, org.apache.thrift.async.AsyncMethodCallback> resultHandler) throws TException { iface.getAllUniversities(resultHandler); } } public static class getPersonData extends org.apache.thrift.AsyncProcessFunction> { public getPersonData() { super("getPersonData"); } public getPersonData_args getEmptyArgsInstance() { return new getPersonData_args(); } public AsyncMethodCallback> getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback>() { public void onComplete(Map o) { getPersonData_result result = new getPersonData_result(); result.success = o; try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; getPersonData_result result = new getPersonData_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, getPersonData_args args, org.apache.thrift.async.AsyncMethodCallback> resultHandler) throws TException { iface.getPersonData(args.Vorname, args.Nachname,resultHandler); } } public static class writeLecturedata extends org.apache.thrift.AsyncProcessFunction { public writeLecturedata() { super("writeLecturedata"); } public writeLecturedata_args getEmptyArgsInstance() { return new writeLecturedata_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { writeLecturedata_result result = new writeLecturedata_result(); result.success = o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; writeLecturedata_result result = new writeLecturedata_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, writeLecturedata_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.writeLecturedata(args.name, args.shortdesc, args.desc, args.startDate, args.endDate, args.isActive, args.imagename, args.login, args.firstname, args.lastname, args.university, args.Mail, args.Tel, args.Fak,resultHandler); } } public static class startFileCopy extends org.apache.thrift.AsyncProcessFunction { public startFileCopy() { super("startFileCopy"); } public startFileCopy_args getEmptyArgsInstance() { return new startFileCopy_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { startFileCopy_result result = new startFileCopy_result(); result.success = o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; startFileCopy_result result = new startFileCopy_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, startFileCopy_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.startFileCopy(args.file,resultHandler); } } public static class getImageData extends org.apache.thrift.AsyncProcessFunction> { public getImageData() { super("getImageData"); } public getImageData_args getEmptyArgsInstance() { return new getImageData_args(); } public AsyncMethodCallback> getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback>() { public void onComplete(Map o) { getImageData_result result = new getImageData_result(); result.success = o; try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; getImageData_result result = new getImageData_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, getImageData_args args, org.apache.thrift.async.AsyncMethodCallback> resultHandler) throws TException { iface.getImageData(args.imageid, args.imageversion,resultHandler); } } public static class getLectureData extends org.apache.thrift.AsyncProcessFunction> { public getLectureData() { super("getLectureData"); } public getLectureData_args getEmptyArgsInstance() { return new getLectureData_args(); } public AsyncMethodCallback> getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback>() { public void onComplete(Map o) { getLectureData_result result = new getLectureData_result(); result.success = o; try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; getLectureData_result result = new getLectureData_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, getLectureData_args args, org.apache.thrift.async.AsyncMethodCallback> resultHandler) throws TException { iface.getLectureData(args.lectureid,resultHandler); } } public static class updateImageData extends org.apache.thrift.AsyncProcessFunction { public updateImageData() { super("updateImageData"); } public updateImageData_args getEmptyArgsInstance() { return new updateImageData_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { updateImageData_result result = new updateImageData_result(); result.success = o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; updateImageData_result result = new updateImageData_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, updateImageData_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.updateImageData(args.name, args.newName, args.desc, args.image_path, args.license, args.internet, args.ram, args.cpu, args.id, args.version, args.isTemplate, args.filesize, args.shareMode, args.os,resultHandler); } } public static class deleteImageData extends org.apache.thrift.AsyncProcessFunction { public deleteImageData() { super("deleteImageData"); } public deleteImageData_args getEmptyArgsInstance() { return new deleteImageData_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { deleteImageData_result result = new deleteImageData_result(); result.success = o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; deleteImageData_result result = new deleteImageData_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, deleteImageData_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.deleteImageData(args.id, args.version,resultHandler); } } public static class updateLecturedata extends org.apache.thrift.AsyncProcessFunction { public updateLecturedata() { super("updateLecturedata"); } public updateLecturedata_args getEmptyArgsInstance() { return new updateLecturedata_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { updateLecturedata_result result = new updateLecturedata_result(); result.success = o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; updateLecturedata_result result = new updateLecturedata_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, updateLecturedata_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.updateLecturedata(args.name, args.newName, args.shortdesc, args.desc, args.startDate, args.endDate, args.isActive, args.imageid, args.imageversion, args.user, args.firstname, args.lastname, args.university, args.Mail, args.Tel, args.Fak, args.id,resultHandler); } } public static class deleteImageServer extends org.apache.thrift.AsyncProcessFunction { public deleteImageServer() { super("deleteImageServer"); } public deleteImageServer_args getEmptyArgsInstance() { return new deleteImageServer_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { deleteImageServer_result result = new deleteImageServer_result(); result.success = o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; deleteImageServer_result result = new deleteImageServer_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, deleteImageServer_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.deleteImageServer(args.id, args.version,resultHandler); } } public static class connectedToLecture extends org.apache.thrift.AsyncProcessFunction { public connectedToLecture() { super("connectedToLecture"); } public connectedToLecture_args getEmptyArgsInstance() { return new connectedToLecture_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { connectedToLecture_result result = new connectedToLecture_result(); result.success = o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; connectedToLecture_result result = new connectedToLecture_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, connectedToLecture_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.connectedToLecture(args.id, args.version,resultHandler); } } public static class deleteLecture extends org.apache.thrift.AsyncProcessFunction { public deleteLecture() { super("deleteLecture"); } public deleteLecture_args getEmptyArgsInstance() { return new deleteLecture_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { deleteLecture_result result = new deleteLecture_result(); result.success = o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; deleteLecture_result result = new deleteLecture_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, deleteLecture_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.deleteLecture(args.id, args.hs, args.user,resultHandler); } } public static class checkUser extends org.apache.thrift.AsyncProcessFunction { public checkUser() { super("checkUser"); } public checkUser_args getEmptyArgsInstance() { return new checkUser_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { checkUser_result result = new checkUser_result(); result.success = o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; checkUser_result result = new checkUser_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, checkUser_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.checkUser(args.username,resultHandler); } } public static class createUser extends org.apache.thrift.AsyncProcessFunction { public createUser() { super("createUser"); } public createUser_args getEmptyArgsInstance() { return new createUser_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { createUser_result result = new createUser_result(); result.success = o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; createUser_result result = new createUser_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, createUser_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.createUser(args.loginName, args.lastName, args.firstName, args.mail, args.university,resultHandler); } } public static class writeImageRights extends org.apache.thrift.AsyncProcessFunction { public writeImageRights() { super("writeImageRights"); } public writeImageRights_args getEmptyArgsInstance() { return new writeImageRights_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { writeImageRights_result result = new writeImageRights_result(); result.success = o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; writeImageRights_result result = new writeImageRights_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, writeImageRights_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.writeImageRights(args.imagename, args.username, args.lastName, args.firstName, args.mail, args.university, args.role,resultHandler); } } public static class writeLectureRights extends org.apache.thrift.AsyncProcessFunction { public writeLectureRights() { super("writeLectureRights"); } public writeLectureRights_args getEmptyArgsInstance() { return new writeLectureRights_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { writeLectureRights_result result = new writeLectureRights_result(); result.success = o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch (Exception e) { LOGGER.error("Exception writing to internal frame buffer", e); } fb.close(); } public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; writeLectureRights_result result = new writeLectureRights_result(); { msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch (Exception ex) { LOGGER.error("Exception writing to internal frame buffer", ex); } fb.close(); } }; } protected boolean isOneway() { return false; } public void start(I iface, writeLectureRights_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { iface.writeLectureRights(args.lecturename, args.username, args.lastName, args.firstName, args.mail, args.university, args.role,resultHandler); } } } public static class getFtpUser_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getFtpUser_args"); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getFtpUser_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new getFtpUser_argsTupleSchemeFactory()); } /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ; private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getFtpUser_args.class, metaDataMap); } public getFtpUser_args() { } /** * Performs a deep copy on other. */ public getFtpUser_args(getFtpUser_args other) { } public getFtpUser_args deepCopy() { return new getFtpUser_args(this); } @Override public void clear() { } public void setFieldValue(_Fields field, Object value) { switch (field) { } } public Object getFieldValue(_Fields field) { switch (field) { } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getFtpUser_args) return this.equals((getFtpUser_args)that); return false; } public boolean equals(getFtpUser_args that) { if (that == null) return false; return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getFtpUser_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getFtpUser_args("); boolean first = true; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getFtpUser_argsStandardSchemeFactory implements SchemeFactory { public getFtpUser_argsStandardScheme getScheme() { return new getFtpUser_argsStandardScheme(); } } private static class getFtpUser_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getFtpUser_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getFtpUser_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getFtpUser_argsTupleSchemeFactory implements SchemeFactory { public getFtpUser_argsTupleScheme getScheme() { return new getFtpUser_argsTupleScheme(); } } private static class getFtpUser_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getFtpUser_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getFtpUser_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; } } } public static class getFtpUser_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getFtpUser_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.STRUCT, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getFtpUser_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getFtpUser_resultTupleSchemeFactory()); } public User success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, User.class))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getFtpUser_result.class, metaDataMap); } public getFtpUser_result() { } public getFtpUser_result( User success) { this(); this.success = success; } /** * Performs a deep copy on other. */ public getFtpUser_result(getFtpUser_result other) { if (other.isSetSuccess()) { this.success = new User(other.success); } } public getFtpUser_result deepCopy() { return new getFtpUser_result(this); } @Override public void clear() { this.success = null; } public User getSuccess() { return this.success; } public getFtpUser_result setSuccess(User success) { this.success = success; return this; } public void unsetSuccess() { this.success = null; } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return this.success != null; } public void setSuccessIsSet(boolean value) { if (!value) { this.success = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((User)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getFtpUser_result) return this.equals((getFtpUser_result)that); return false; } public boolean equals(getFtpUser_result that) { if (that == null) return false; boolean this_present_success = true && this.isSetSuccess(); boolean that_present_success = true && that.isSetSuccess(); if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (!this.success.equals(that.success)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getFtpUser_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getFtpUser_result("); boolean first = true; sb.append("success:"); if (this.success == null) { sb.append("null"); } else { sb.append(this.success); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity if (success != null) { success.validate(); } } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getFtpUser_resultStandardSchemeFactory implements SchemeFactory { public getFtpUser_resultStandardScheme getScheme() { return new getFtpUser_resultStandardScheme(); } } private static class getFtpUser_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getFtpUser_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) { struct.success = new User(); struct.success.read(iprot); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getFtpUser_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.success != null) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); struct.success.write(oprot); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getFtpUser_resultTupleSchemeFactory implements SchemeFactory { public getFtpUser_resultTupleScheme getScheme() { return new getFtpUser_resultTupleScheme(); } } private static class getFtpUser_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getFtpUser_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { struct.success.write(oprot); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getFtpUser_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = new User(); struct.success.read(iprot); struct.setSuccessIsSet(true); } } } } public static class DeleteFtpUser_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("DeleteFtpUser_args"); private static final org.apache.thrift.protocol.TField USER_FIELD_DESC = new org.apache.thrift.protocol.TField("user", org.apache.thrift.protocol.TType.STRING, (short)1); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new DeleteFtpUser_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new DeleteFtpUser_argsTupleSchemeFactory()); } public String user; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { USER((short)1, "user"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // USER return USER; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.USER, new org.apache.thrift.meta_data.FieldMetaData("user", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(DeleteFtpUser_args.class, metaDataMap); } public DeleteFtpUser_args() { } public DeleteFtpUser_args( String user) { this(); this.user = user; } /** * Performs a deep copy on other. */ public DeleteFtpUser_args(DeleteFtpUser_args other) { if (other.isSetUser()) { this.user = other.user; } } public DeleteFtpUser_args deepCopy() { return new DeleteFtpUser_args(this); } @Override public void clear() { this.user = null; } public String getUser() { return this.user; } public DeleteFtpUser_args setUser(String user) { this.user = user; return this; } public void unsetUser() { this.user = null; } /** Returns true if field user is set (has been assigned a value) and false otherwise */ public boolean isSetUser() { return this.user != null; } public void setUserIsSet(boolean value) { if (!value) { this.user = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case USER: if (value == null) { unsetUser(); } else { setUser((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case USER: return getUser(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case USER: return isSetUser(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof DeleteFtpUser_args) return this.equals((DeleteFtpUser_args)that); return false; } public boolean equals(DeleteFtpUser_args that) { if (that == null) return false; boolean this_present_user = true && this.isSetUser(); boolean that_present_user = true && that.isSetUser(); if (this_present_user || that_present_user) { if (!(this_present_user && that_present_user)) return false; if (!this.user.equals(that.user)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(DeleteFtpUser_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetUser()).compareTo(other.isSetUser()); if (lastComparison != 0) { return lastComparison; } if (isSetUser()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.user, other.user); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("DeleteFtpUser_args("); boolean first = true; sb.append("user:"); if (this.user == null) { sb.append("null"); } else { sb.append(this.user); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class DeleteFtpUser_argsStandardSchemeFactory implements SchemeFactory { public DeleteFtpUser_argsStandardScheme getScheme() { return new DeleteFtpUser_argsStandardScheme(); } } private static class DeleteFtpUser_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, DeleteFtpUser_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // USER if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.user = iprot.readString(); struct.setUserIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, DeleteFtpUser_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.user != null) { oprot.writeFieldBegin(USER_FIELD_DESC); oprot.writeString(struct.user); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class DeleteFtpUser_argsTupleSchemeFactory implements SchemeFactory { public DeleteFtpUser_argsTupleScheme getScheme() { return new DeleteFtpUser_argsTupleScheme(); } } private static class DeleteFtpUser_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, DeleteFtpUser_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetUser()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetUser()) { oprot.writeString(struct.user); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, DeleteFtpUser_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.user = iprot.readString(); struct.setUserIsSet(true); } } } } public static class DeleteFtpUser_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("DeleteFtpUser_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.I64, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new DeleteFtpUser_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new DeleteFtpUser_resultTupleSchemeFactory()); } public long success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64 , "int"))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(DeleteFtpUser_result.class, metaDataMap); } public DeleteFtpUser_result() { } public DeleteFtpUser_result( long success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on other. */ public DeleteFtpUser_result(DeleteFtpUser_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public DeleteFtpUser_result deepCopy() { return new DeleteFtpUser_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = 0; } public long getSuccess() { return this.success; } public DeleteFtpUser_result setSuccess(long success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Long)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Long.valueOf(getSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof DeleteFtpUser_result) return this.equals((DeleteFtpUser_result)that); return false; } public boolean equals(DeleteFtpUser_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(DeleteFtpUser_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("DeleteFtpUser_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class DeleteFtpUser_resultStandardSchemeFactory implements SchemeFactory { public DeleteFtpUser_resultStandardScheme getScheme() { return new DeleteFtpUser_resultStandardScheme(); } } private static class DeleteFtpUser_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, DeleteFtpUser_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.I64) { struct.success = iprot.readI64(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, DeleteFtpUser_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeI64(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class DeleteFtpUser_resultTupleSchemeFactory implements SchemeFactory { public DeleteFtpUser_resultTupleScheme getScheme() { return new DeleteFtpUser_resultTupleScheme(); } } private static class DeleteFtpUser_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, DeleteFtpUser_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeI64(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, DeleteFtpUser_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readI64(); struct.setSuccessIsSet(true); } } } } public static class getPathOfImage_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getPathOfImage_args"); private static final org.apache.thrift.protocol.TField IMAGE_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("image_id", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField VERSION_FIELD_DESC = new org.apache.thrift.protocol.TField("version", org.apache.thrift.protocol.TType.STRING, (short)2); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getPathOfImage_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new getPathOfImage_argsTupleSchemeFactory()); } public String image_id; // required public String version; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { IMAGE_ID((short)1, "image_id"), VERSION((short)2, "version"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // IMAGE_ID return IMAGE_ID; case 2: // VERSION return VERSION; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.IMAGE_ID, new org.apache.thrift.meta_data.FieldMetaData("image_id", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.VERSION, new org.apache.thrift.meta_data.FieldMetaData("version", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getPathOfImage_args.class, metaDataMap); } public getPathOfImage_args() { } public getPathOfImage_args( String image_id, String version) { this(); this.image_id = image_id; this.version = version; } /** * Performs a deep copy on other. */ public getPathOfImage_args(getPathOfImage_args other) { if (other.isSetImage_id()) { this.image_id = other.image_id; } if (other.isSetVersion()) { this.version = other.version; } } public getPathOfImage_args deepCopy() { return new getPathOfImage_args(this); } @Override public void clear() { this.image_id = null; this.version = null; } public String getImage_id() { return this.image_id; } public getPathOfImage_args setImage_id(String image_id) { this.image_id = image_id; return this; } public void unsetImage_id() { this.image_id = null; } /** Returns true if field image_id is set (has been assigned a value) and false otherwise */ public boolean isSetImage_id() { return this.image_id != null; } public void setImage_idIsSet(boolean value) { if (!value) { this.image_id = null; } } public String getVersion() { return this.version; } public getPathOfImage_args setVersion(String version) { this.version = version; return this; } public void unsetVersion() { this.version = null; } /** Returns true if field version is set (has been assigned a value) and false otherwise */ public boolean isSetVersion() { return this.version != null; } public void setVersionIsSet(boolean value) { if (!value) { this.version = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case IMAGE_ID: if (value == null) { unsetImage_id(); } else { setImage_id((String)value); } break; case VERSION: if (value == null) { unsetVersion(); } else { setVersion((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case IMAGE_ID: return getImage_id(); case VERSION: return getVersion(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case IMAGE_ID: return isSetImage_id(); case VERSION: return isSetVersion(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getPathOfImage_args) return this.equals((getPathOfImage_args)that); return false; } public boolean equals(getPathOfImage_args that) { if (that == null) return false; boolean this_present_image_id = true && this.isSetImage_id(); boolean that_present_image_id = true && that.isSetImage_id(); if (this_present_image_id || that_present_image_id) { if (!(this_present_image_id && that_present_image_id)) return false; if (!this.image_id.equals(that.image_id)) return false; } boolean this_present_version = true && this.isSetVersion(); boolean that_present_version = true && that.isSetVersion(); if (this_present_version || that_present_version) { if (!(this_present_version && that_present_version)) return false; if (!this.version.equals(that.version)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getPathOfImage_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetImage_id()).compareTo(other.isSetImage_id()); if (lastComparison != 0) { return lastComparison; } if (isSetImage_id()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.image_id, other.image_id); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetVersion()).compareTo(other.isSetVersion()); if (lastComparison != 0) { return lastComparison; } if (isSetVersion()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.version, other.version); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getPathOfImage_args("); boolean first = true; sb.append("image_id:"); if (this.image_id == null) { sb.append("null"); } else { sb.append(this.image_id); } first = false; if (!first) sb.append(", "); sb.append("version:"); if (this.version == null) { sb.append("null"); } else { sb.append(this.version); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getPathOfImage_argsStandardSchemeFactory implements SchemeFactory { public getPathOfImage_argsStandardScheme getScheme() { return new getPathOfImage_argsStandardScheme(); } } private static class getPathOfImage_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getPathOfImage_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // IMAGE_ID if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.image_id = iprot.readString(); struct.setImage_idIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 2: // VERSION if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.version = iprot.readString(); struct.setVersionIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getPathOfImage_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.image_id != null) { oprot.writeFieldBegin(IMAGE_ID_FIELD_DESC); oprot.writeString(struct.image_id); oprot.writeFieldEnd(); } if (struct.version != null) { oprot.writeFieldBegin(VERSION_FIELD_DESC); oprot.writeString(struct.version); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getPathOfImage_argsTupleSchemeFactory implements SchemeFactory { public getPathOfImage_argsTupleScheme getScheme() { return new getPathOfImage_argsTupleScheme(); } } private static class getPathOfImage_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getPathOfImage_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetImage_id()) { optionals.set(0); } if (struct.isSetVersion()) { optionals.set(1); } oprot.writeBitSet(optionals, 2); if (struct.isSetImage_id()) { oprot.writeString(struct.image_id); } if (struct.isSetVersion()) { oprot.writeString(struct.version); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getPathOfImage_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { struct.image_id = iprot.readString(); struct.setImage_idIsSet(true); } if (incoming.get(1)) { struct.version = iprot.readString(); struct.setVersionIsSet(true); } } } } public static class getPathOfImage_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getPathOfImage_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.STRING, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getPathOfImage_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getPathOfImage_resultTupleSchemeFactory()); } public String success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getPathOfImage_result.class, metaDataMap); } public getPathOfImage_result() { } public getPathOfImage_result( String success) { this(); this.success = success; } /** * Performs a deep copy on other. */ public getPathOfImage_result(getPathOfImage_result other) { if (other.isSetSuccess()) { this.success = other.success; } } public getPathOfImage_result deepCopy() { return new getPathOfImage_result(this); } @Override public void clear() { this.success = null; } public String getSuccess() { return this.success; } public getPathOfImage_result setSuccess(String success) { this.success = success; return this; } public void unsetSuccess() { this.success = null; } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return this.success != null; } public void setSuccessIsSet(boolean value) { if (!value) { this.success = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getPathOfImage_result) return this.equals((getPathOfImage_result)that); return false; } public boolean equals(getPathOfImage_result that) { if (that == null) return false; boolean this_present_success = true && this.isSetSuccess(); boolean that_present_success = true && that.isSetSuccess(); if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (!this.success.equals(that.success)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getPathOfImage_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getPathOfImage_result("); boolean first = true; sb.append("success:"); if (this.success == null) { sb.append("null"); } else { sb.append(this.success); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getPathOfImage_resultStandardSchemeFactory implements SchemeFactory { public getPathOfImage_resultStandardScheme getScheme() { return new getPathOfImage_resultStandardScheme(); } } private static class getPathOfImage_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getPathOfImage_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.success = iprot.readString(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getPathOfImage_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.success != null) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeString(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getPathOfImage_resultTupleSchemeFactory implements SchemeFactory { public getPathOfImage_resultTupleScheme getScheme() { return new getPathOfImage_resultTupleScheme(); } } private static class getPathOfImage_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getPathOfImage_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeString(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getPathOfImage_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readString(); struct.setSuccessIsSet(true); } } } } public static class writeVLdata_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("writeVLdata_args"); private static final org.apache.thrift.protocol.TField IMAGENAME_FIELD_DESC = new org.apache.thrift.protocol.TField("imagename", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField DESC_FIELD_DESC = new org.apache.thrift.protocol.TField("desc", org.apache.thrift.protocol.TType.STRING, (short)2); private static final org.apache.thrift.protocol.TField LOGIN_FIELD_DESC = new org.apache.thrift.protocol.TField("login", org.apache.thrift.protocol.TType.STRING, (short)3); private static final org.apache.thrift.protocol.TField FIRSTNAME_FIELD_DESC = new org.apache.thrift.protocol.TField("firstname", org.apache.thrift.protocol.TType.STRING, (short)4); private static final org.apache.thrift.protocol.TField LASTNAME_FIELD_DESC = new org.apache.thrift.protocol.TField("lastname", org.apache.thrift.protocol.TType.STRING, (short)5); private static final org.apache.thrift.protocol.TField UNIVERSITY_FIELD_DESC = new org.apache.thrift.protocol.TField("university", org.apache.thrift.protocol.TType.STRING, (short)6); private static final org.apache.thrift.protocol.TField MAIL_FIELD_DESC = new org.apache.thrift.protocol.TField("Mail", org.apache.thrift.protocol.TType.STRING, (short)7); private static final org.apache.thrift.protocol.TField TEL_FIELD_DESC = new org.apache.thrift.protocol.TField("Tel", org.apache.thrift.protocol.TType.STRING, (short)8); private static final org.apache.thrift.protocol.TField FAK_FIELD_DESC = new org.apache.thrift.protocol.TField("Fak", org.apache.thrift.protocol.TType.STRING, (short)9); private static final org.apache.thrift.protocol.TField LICENSE_FIELD_DESC = new org.apache.thrift.protocol.TField("license", org.apache.thrift.protocol.TType.BOOL, (short)10); private static final org.apache.thrift.protocol.TField INTERNET_FIELD_DESC = new org.apache.thrift.protocol.TField("internet", org.apache.thrift.protocol.TType.BOOL, (short)11); private static final org.apache.thrift.protocol.TField RAM_FIELD_DESC = new org.apache.thrift.protocol.TField("ram", org.apache.thrift.protocol.TType.I64, (short)12); private static final org.apache.thrift.protocol.TField CPU_FIELD_DESC = new org.apache.thrift.protocol.TField("cpu", org.apache.thrift.protocol.TType.I64, (short)13); private static final org.apache.thrift.protocol.TField IMAGE_PATH_FIELD_DESC = new org.apache.thrift.protocol.TField("imagePath", org.apache.thrift.protocol.TType.STRING, (short)14); private static final org.apache.thrift.protocol.TField IS_TEMPLATE_FIELD_DESC = new org.apache.thrift.protocol.TField("isTemplate", org.apache.thrift.protocol.TType.BOOL, (short)15); private static final org.apache.thrift.protocol.TField FILESIZE_FIELD_DESC = new org.apache.thrift.protocol.TField("filesize", org.apache.thrift.protocol.TType.I64, (short)16); private static final org.apache.thrift.protocol.TField SHARE_MODE_FIELD_DESC = new org.apache.thrift.protocol.TField("shareMode", org.apache.thrift.protocol.TType.I64, (short)17); private static final org.apache.thrift.protocol.TField OS_FIELD_DESC = new org.apache.thrift.protocol.TField("os", org.apache.thrift.protocol.TType.STRING, (short)18); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new writeVLdata_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new writeVLdata_argsTupleSchemeFactory()); } public String imagename; // required public String desc; // required public String login; // required public String firstname; // required public String lastname; // required public String university; // required public String Mail; // required public String Tel; // required public String Fak; // required public boolean license; // required public boolean internet; // required public long ram; // required public long cpu; // required public String imagePath; // required public boolean isTemplate; // required public long filesize; // required public long shareMode; // required public String os; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { IMAGENAME((short)1, "imagename"), DESC((short)2, "desc"), LOGIN((short)3, "login"), FIRSTNAME((short)4, "firstname"), LASTNAME((short)5, "lastname"), UNIVERSITY((short)6, "university"), MAIL((short)7, "Mail"), TEL((short)8, "Tel"), FAK((short)9, "Fak"), LICENSE((short)10, "license"), INTERNET((short)11, "internet"), RAM((short)12, "ram"), CPU((short)13, "cpu"), IMAGE_PATH((short)14, "imagePath"), IS_TEMPLATE((short)15, "isTemplate"), FILESIZE((short)16, "filesize"), SHARE_MODE((short)17, "shareMode"), OS((short)18, "os"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // IMAGENAME return IMAGENAME; case 2: // DESC return DESC; case 3: // LOGIN return LOGIN; case 4: // FIRSTNAME return FIRSTNAME; case 5: // LASTNAME return LASTNAME; case 6: // UNIVERSITY return UNIVERSITY; case 7: // MAIL return MAIL; case 8: // TEL return TEL; case 9: // FAK return FAK; case 10: // LICENSE return LICENSE; case 11: // INTERNET return INTERNET; case 12: // RAM return RAM; case 13: // CPU return CPU; case 14: // IMAGE_PATH return IMAGE_PATH; case 15: // IS_TEMPLATE return IS_TEMPLATE; case 16: // FILESIZE return FILESIZE; case 17: // SHARE_MODE return SHARE_MODE; case 18: // OS return OS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __LICENSE_ISSET_ID = 0; private static final int __INTERNET_ISSET_ID = 1; private static final int __RAM_ISSET_ID = 2; private static final int __CPU_ISSET_ID = 3; private static final int __ISTEMPLATE_ISSET_ID = 4; private static final int __FILESIZE_ISSET_ID = 5; private static final int __SHAREMODE_ISSET_ID = 6; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.IMAGENAME, new org.apache.thrift.meta_data.FieldMetaData("imagename", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.DESC, new org.apache.thrift.meta_data.FieldMetaData("desc", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.LOGIN, new org.apache.thrift.meta_data.FieldMetaData("login", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.FIRSTNAME, new org.apache.thrift.meta_data.FieldMetaData("firstname", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.LASTNAME, new org.apache.thrift.meta_data.FieldMetaData("lastname", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.UNIVERSITY, new org.apache.thrift.meta_data.FieldMetaData("university", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.MAIL, new org.apache.thrift.meta_data.FieldMetaData("Mail", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.TEL, new org.apache.thrift.meta_data.FieldMetaData("Tel", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.FAK, new org.apache.thrift.meta_data.FieldMetaData("Fak", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.LICENSE, new org.apache.thrift.meta_data.FieldMetaData("license", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); tmpMap.put(_Fields.INTERNET, new org.apache.thrift.meta_data.FieldMetaData("internet", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); tmpMap.put(_Fields.RAM, new org.apache.thrift.meta_data.FieldMetaData("ram", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64 , "int"))); tmpMap.put(_Fields.CPU, new org.apache.thrift.meta_data.FieldMetaData("cpu", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64 , "int"))); tmpMap.put(_Fields.IMAGE_PATH, new org.apache.thrift.meta_data.FieldMetaData("imagePath", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.IS_TEMPLATE, new org.apache.thrift.meta_data.FieldMetaData("isTemplate", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); tmpMap.put(_Fields.FILESIZE, new org.apache.thrift.meta_data.FieldMetaData("filesize", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64))); tmpMap.put(_Fields.SHARE_MODE, new org.apache.thrift.meta_data.FieldMetaData("shareMode", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64 , "int"))); tmpMap.put(_Fields.OS, new org.apache.thrift.meta_data.FieldMetaData("os", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(writeVLdata_args.class, metaDataMap); } public writeVLdata_args() { } public writeVLdata_args( String imagename, String desc, String login, String firstname, String lastname, String university, String Mail, String Tel, String Fak, boolean license, boolean internet, long ram, long cpu, String imagePath, boolean isTemplate, long filesize, long shareMode, String os) { this(); this.imagename = imagename; this.desc = desc; this.login = login; this.firstname = firstname; this.lastname = lastname; this.university = university; this.Mail = Mail; this.Tel = Tel; this.Fak = Fak; this.license = license; setLicenseIsSet(true); this.internet = internet; setInternetIsSet(true); this.ram = ram; setRamIsSet(true); this.cpu = cpu; setCpuIsSet(true); this.imagePath = imagePath; this.isTemplate = isTemplate; setIsTemplateIsSet(true); this.filesize = filesize; setFilesizeIsSet(true); this.shareMode = shareMode; setShareModeIsSet(true); this.os = os; } /** * Performs a deep copy on other. */ public writeVLdata_args(writeVLdata_args other) { __isset_bitfield = other.__isset_bitfield; if (other.isSetImagename()) { this.imagename = other.imagename; } if (other.isSetDesc()) { this.desc = other.desc; } if (other.isSetLogin()) { this.login = other.login; } if (other.isSetFirstname()) { this.firstname = other.firstname; } if (other.isSetLastname()) { this.lastname = other.lastname; } if (other.isSetUniversity()) { this.university = other.university; } if (other.isSetMail()) { this.Mail = other.Mail; } if (other.isSetTel()) { this.Tel = other.Tel; } if (other.isSetFak()) { this.Fak = other.Fak; } this.license = other.license; this.internet = other.internet; this.ram = other.ram; this.cpu = other.cpu; if (other.isSetImagePath()) { this.imagePath = other.imagePath; } this.isTemplate = other.isTemplate; this.filesize = other.filesize; this.shareMode = other.shareMode; if (other.isSetOs()) { this.os = other.os; } } public writeVLdata_args deepCopy() { return new writeVLdata_args(this); } @Override public void clear() { this.imagename = null; this.desc = null; this.login = null; this.firstname = null; this.lastname = null; this.university = null; this.Mail = null; this.Tel = null; this.Fak = null; setLicenseIsSet(false); this.license = false; setInternetIsSet(false); this.internet = false; setRamIsSet(false); this.ram = 0; setCpuIsSet(false); this.cpu = 0; this.imagePath = null; setIsTemplateIsSet(false); this.isTemplate = false; setFilesizeIsSet(false); this.filesize = 0; setShareModeIsSet(false); this.shareMode = 0; this.os = null; } public String getImagename() { return this.imagename; } public writeVLdata_args setImagename(String imagename) { this.imagename = imagename; return this; } public void unsetImagename() { this.imagename = null; } /** Returns true if field imagename is set (has been assigned a value) and false otherwise */ public boolean isSetImagename() { return this.imagename != null; } public void setImagenameIsSet(boolean value) { if (!value) { this.imagename = null; } } public String getDesc() { return this.desc; } public writeVLdata_args setDesc(String desc) { this.desc = desc; return this; } public void unsetDesc() { this.desc = null; } /** Returns true if field desc is set (has been assigned a value) and false otherwise */ public boolean isSetDesc() { return this.desc != null; } public void setDescIsSet(boolean value) { if (!value) { this.desc = null; } } public String getLogin() { return this.login; } public writeVLdata_args setLogin(String login) { this.login = login; return this; } public void unsetLogin() { this.login = null; } /** Returns true if field login is set (has been assigned a value) and false otherwise */ public boolean isSetLogin() { return this.login != null; } public void setLoginIsSet(boolean value) { if (!value) { this.login = null; } } public String getFirstname() { return this.firstname; } public writeVLdata_args setFirstname(String firstname) { this.firstname = firstname; return this; } public void unsetFirstname() { this.firstname = null; } /** Returns true if field firstname is set (has been assigned a value) and false otherwise */ public boolean isSetFirstname() { return this.firstname != null; } public void setFirstnameIsSet(boolean value) { if (!value) { this.firstname = null; } } public String getLastname() { return this.lastname; } public writeVLdata_args setLastname(String lastname) { this.lastname = lastname; return this; } public void unsetLastname() { this.lastname = null; } /** Returns true if field lastname is set (has been assigned a value) and false otherwise */ public boolean isSetLastname() { return this.lastname != null; } public void setLastnameIsSet(boolean value) { if (!value) { this.lastname = null; } } public String getUniversity() { return this.university; } public writeVLdata_args setUniversity(String university) { this.university = university; return this; } public void unsetUniversity() { this.university = null; } /** Returns true if field university is set (has been assigned a value) and false otherwise */ public boolean isSetUniversity() { return this.university != null; } public void setUniversityIsSet(boolean value) { if (!value) { this.university = null; } } public String getMail() { return this.Mail; } public writeVLdata_args setMail(String Mail) { this.Mail = Mail; return this; } public void unsetMail() { this.Mail = null; } /** Returns true if field Mail is set (has been assigned a value) and false otherwise */ public boolean isSetMail() { return this.Mail != null; } public void setMailIsSet(boolean value) { if (!value) { this.Mail = null; } } public String getTel() { return this.Tel; } public writeVLdata_args setTel(String Tel) { this.Tel = Tel; return this; } public void unsetTel() { this.Tel = null; } /** Returns true if field Tel is set (has been assigned a value) and false otherwise */ public boolean isSetTel() { return this.Tel != null; } public void setTelIsSet(boolean value) { if (!value) { this.Tel = null; } } public String getFak() { return this.Fak; } public writeVLdata_args setFak(String Fak) { this.Fak = Fak; return this; } public void unsetFak() { this.Fak = null; } /** Returns true if field Fak is set (has been assigned a value) and false otherwise */ public boolean isSetFak() { return this.Fak != null; } public void setFakIsSet(boolean value) { if (!value) { this.Fak = null; } } public boolean isLicense() { return this.license; } public writeVLdata_args setLicense(boolean license) { this.license = license; setLicenseIsSet(true); return this; } public void unsetLicense() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __LICENSE_ISSET_ID); } /** Returns true if field license is set (has been assigned a value) and false otherwise */ public boolean isSetLicense() { return EncodingUtils.testBit(__isset_bitfield, __LICENSE_ISSET_ID); } public void setLicenseIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __LICENSE_ISSET_ID, value); } public boolean isInternet() { return this.internet; } public writeVLdata_args setInternet(boolean internet) { this.internet = internet; setInternetIsSet(true); return this; } public void unsetInternet() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __INTERNET_ISSET_ID); } /** Returns true if field internet is set (has been assigned a value) and false otherwise */ public boolean isSetInternet() { return EncodingUtils.testBit(__isset_bitfield, __INTERNET_ISSET_ID); } public void setInternetIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __INTERNET_ISSET_ID, value); } public long getRam() { return this.ram; } public writeVLdata_args setRam(long ram) { this.ram = ram; setRamIsSet(true); return this; } public void unsetRam() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __RAM_ISSET_ID); } /** Returns true if field ram is set (has been assigned a value) and false otherwise */ public boolean isSetRam() { return EncodingUtils.testBit(__isset_bitfield, __RAM_ISSET_ID); } public void setRamIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __RAM_ISSET_ID, value); } public long getCpu() { return this.cpu; } public writeVLdata_args setCpu(long cpu) { this.cpu = cpu; setCpuIsSet(true); return this; } public void unsetCpu() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __CPU_ISSET_ID); } /** Returns true if field cpu is set (has been assigned a value) and false otherwise */ public boolean isSetCpu() { return EncodingUtils.testBit(__isset_bitfield, __CPU_ISSET_ID); } public void setCpuIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __CPU_ISSET_ID, value); } public String getImagePath() { return this.imagePath; } public writeVLdata_args setImagePath(String imagePath) { this.imagePath = imagePath; return this; } public void unsetImagePath() { this.imagePath = null; } /** Returns true if field imagePath is set (has been assigned a value) and false otherwise */ public boolean isSetImagePath() { return this.imagePath != null; } public void setImagePathIsSet(boolean value) { if (!value) { this.imagePath = null; } } public boolean isIsTemplate() { return this.isTemplate; } public writeVLdata_args setIsTemplate(boolean isTemplate) { this.isTemplate = isTemplate; setIsTemplateIsSet(true); return this; } public void unsetIsTemplate() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __ISTEMPLATE_ISSET_ID); } /** Returns true if field isTemplate is set (has been assigned a value) and false otherwise */ public boolean isSetIsTemplate() { return EncodingUtils.testBit(__isset_bitfield, __ISTEMPLATE_ISSET_ID); } public void setIsTemplateIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __ISTEMPLATE_ISSET_ID, value); } public long getFilesize() { return this.filesize; } public writeVLdata_args setFilesize(long filesize) { this.filesize = filesize; setFilesizeIsSet(true); return this; } public void unsetFilesize() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __FILESIZE_ISSET_ID); } /** Returns true if field filesize is set (has been assigned a value) and false otherwise */ public boolean isSetFilesize() { return EncodingUtils.testBit(__isset_bitfield, __FILESIZE_ISSET_ID); } public void setFilesizeIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __FILESIZE_ISSET_ID, value); } public long getShareMode() { return this.shareMode; } public writeVLdata_args setShareMode(long shareMode) { this.shareMode = shareMode; setShareModeIsSet(true); return this; } public void unsetShareMode() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SHAREMODE_ISSET_ID); } /** Returns true if field shareMode is set (has been assigned a value) and false otherwise */ public boolean isSetShareMode() { return EncodingUtils.testBit(__isset_bitfield, __SHAREMODE_ISSET_ID); } public void setShareModeIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SHAREMODE_ISSET_ID, value); } public String getOs() { return this.os; } public writeVLdata_args setOs(String os) { this.os = os; return this; } public void unsetOs() { this.os = null; } /** Returns true if field os is set (has been assigned a value) and false otherwise */ public boolean isSetOs() { return this.os != null; } public void setOsIsSet(boolean value) { if (!value) { this.os = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case IMAGENAME: if (value == null) { unsetImagename(); } else { setImagename((String)value); } break; case DESC: if (value == null) { unsetDesc(); } else { setDesc((String)value); } break; case LOGIN: if (value == null) { unsetLogin(); } else { setLogin((String)value); } break; case FIRSTNAME: if (value == null) { unsetFirstname(); } else { setFirstname((String)value); } break; case LASTNAME: if (value == null) { unsetLastname(); } else { setLastname((String)value); } break; case UNIVERSITY: if (value == null) { unsetUniversity(); } else { setUniversity((String)value); } break; case MAIL: if (value == null) { unsetMail(); } else { setMail((String)value); } break; case TEL: if (value == null) { unsetTel(); } else { setTel((String)value); } break; case FAK: if (value == null) { unsetFak(); } else { setFak((String)value); } break; case LICENSE: if (value == null) { unsetLicense(); } else { setLicense((Boolean)value); } break; case INTERNET: if (value == null) { unsetInternet(); } else { setInternet((Boolean)value); } break; case RAM: if (value == null) { unsetRam(); } else { setRam((Long)value); } break; case CPU: if (value == null) { unsetCpu(); } else { setCpu((Long)value); } break; case IMAGE_PATH: if (value == null) { unsetImagePath(); } else { setImagePath((String)value); } break; case IS_TEMPLATE: if (value == null) { unsetIsTemplate(); } else { setIsTemplate((Boolean)value); } break; case FILESIZE: if (value == null) { unsetFilesize(); } else { setFilesize((Long)value); } break; case SHARE_MODE: if (value == null) { unsetShareMode(); } else { setShareMode((Long)value); } break; case OS: if (value == null) { unsetOs(); } else { setOs((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case IMAGENAME: return getImagename(); case DESC: return getDesc(); case LOGIN: return getLogin(); case FIRSTNAME: return getFirstname(); case LASTNAME: return getLastname(); case UNIVERSITY: return getUniversity(); case MAIL: return getMail(); case TEL: return getTel(); case FAK: return getFak(); case LICENSE: return Boolean.valueOf(isLicense()); case INTERNET: return Boolean.valueOf(isInternet()); case RAM: return Long.valueOf(getRam()); case CPU: return Long.valueOf(getCpu()); case IMAGE_PATH: return getImagePath(); case IS_TEMPLATE: return Boolean.valueOf(isIsTemplate()); case FILESIZE: return Long.valueOf(getFilesize()); case SHARE_MODE: return Long.valueOf(getShareMode()); case OS: return getOs(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case IMAGENAME: return isSetImagename(); case DESC: return isSetDesc(); case LOGIN: return isSetLogin(); case FIRSTNAME: return isSetFirstname(); case LASTNAME: return isSetLastname(); case UNIVERSITY: return isSetUniversity(); case MAIL: return isSetMail(); case TEL: return isSetTel(); case FAK: return isSetFak(); case LICENSE: return isSetLicense(); case INTERNET: return isSetInternet(); case RAM: return isSetRam(); case CPU: return isSetCpu(); case IMAGE_PATH: return isSetImagePath(); case IS_TEMPLATE: return isSetIsTemplate(); case FILESIZE: return isSetFilesize(); case SHARE_MODE: return isSetShareMode(); case OS: return isSetOs(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof writeVLdata_args) return this.equals((writeVLdata_args)that); return false; } public boolean equals(writeVLdata_args that) { if (that == null) return false; boolean this_present_imagename = true && this.isSetImagename(); boolean that_present_imagename = true && that.isSetImagename(); if (this_present_imagename || that_present_imagename) { if (!(this_present_imagename && that_present_imagename)) return false; if (!this.imagename.equals(that.imagename)) return false; } boolean this_present_desc = true && this.isSetDesc(); boolean that_present_desc = true && that.isSetDesc(); if (this_present_desc || that_present_desc) { if (!(this_present_desc && that_present_desc)) return false; if (!this.desc.equals(that.desc)) return false; } boolean this_present_login = true && this.isSetLogin(); boolean that_present_login = true && that.isSetLogin(); if (this_present_login || that_present_login) { if (!(this_present_login && that_present_login)) return false; if (!this.login.equals(that.login)) return false; } boolean this_present_firstname = true && this.isSetFirstname(); boolean that_present_firstname = true && that.isSetFirstname(); if (this_present_firstname || that_present_firstname) { if (!(this_present_firstname && that_present_firstname)) return false; if (!this.firstname.equals(that.firstname)) return false; } boolean this_present_lastname = true && this.isSetLastname(); boolean that_present_lastname = true && that.isSetLastname(); if (this_present_lastname || that_present_lastname) { if (!(this_present_lastname && that_present_lastname)) return false; if (!this.lastname.equals(that.lastname)) return false; } boolean this_present_university = true && this.isSetUniversity(); boolean that_present_university = true && that.isSetUniversity(); if (this_present_university || that_present_university) { if (!(this_present_university && that_present_university)) return false; if (!this.university.equals(that.university)) return false; } boolean this_present_Mail = true && this.isSetMail(); boolean that_present_Mail = true && that.isSetMail(); if (this_present_Mail || that_present_Mail) { if (!(this_present_Mail && that_present_Mail)) return false; if (!this.Mail.equals(that.Mail)) return false; } boolean this_present_Tel = true && this.isSetTel(); boolean that_present_Tel = true && that.isSetTel(); if (this_present_Tel || that_present_Tel) { if (!(this_present_Tel && that_present_Tel)) return false; if (!this.Tel.equals(that.Tel)) return false; } boolean this_present_Fak = true && this.isSetFak(); boolean that_present_Fak = true && that.isSetFak(); if (this_present_Fak || that_present_Fak) { if (!(this_present_Fak && that_present_Fak)) return false; if (!this.Fak.equals(that.Fak)) return false; } boolean this_present_license = true; boolean that_present_license = true; if (this_present_license || that_present_license) { if (!(this_present_license && that_present_license)) return false; if (this.license != that.license) return false; } boolean this_present_internet = true; boolean that_present_internet = true; if (this_present_internet || that_present_internet) { if (!(this_present_internet && that_present_internet)) return false; if (this.internet != that.internet) return false; } boolean this_present_ram = true; boolean that_present_ram = true; if (this_present_ram || that_present_ram) { if (!(this_present_ram && that_present_ram)) return false; if (this.ram != that.ram) return false; } boolean this_present_cpu = true; boolean that_present_cpu = true; if (this_present_cpu || that_present_cpu) { if (!(this_present_cpu && that_present_cpu)) return false; if (this.cpu != that.cpu) return false; } boolean this_present_imagePath = true && this.isSetImagePath(); boolean that_present_imagePath = true && that.isSetImagePath(); if (this_present_imagePath || that_present_imagePath) { if (!(this_present_imagePath && that_present_imagePath)) return false; if (!this.imagePath.equals(that.imagePath)) return false; } boolean this_present_isTemplate = true; boolean that_present_isTemplate = true; if (this_present_isTemplate || that_present_isTemplate) { if (!(this_present_isTemplate && that_present_isTemplate)) return false; if (this.isTemplate != that.isTemplate) return false; } boolean this_present_filesize = true; boolean that_present_filesize = true; if (this_present_filesize || that_present_filesize) { if (!(this_present_filesize && that_present_filesize)) return false; if (this.filesize != that.filesize) return false; } boolean this_present_shareMode = true; boolean that_present_shareMode = true; if (this_present_shareMode || that_present_shareMode) { if (!(this_present_shareMode && that_present_shareMode)) return false; if (this.shareMode != that.shareMode) return false; } boolean this_present_os = true && this.isSetOs(); boolean that_present_os = true && that.isSetOs(); if (this_present_os || that_present_os) { if (!(this_present_os && that_present_os)) return false; if (!this.os.equals(that.os)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(writeVLdata_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetImagename()).compareTo(other.isSetImagename()); if (lastComparison != 0) { return lastComparison; } if (isSetImagename()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.imagename, other.imagename); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetDesc()).compareTo(other.isSetDesc()); if (lastComparison != 0) { return lastComparison; } if (isSetDesc()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.desc, other.desc); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetLogin()).compareTo(other.isSetLogin()); if (lastComparison != 0) { return lastComparison; } if (isSetLogin()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.login, other.login); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetFirstname()).compareTo(other.isSetFirstname()); if (lastComparison != 0) { return lastComparison; } if (isSetFirstname()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.firstname, other.firstname); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetLastname()).compareTo(other.isSetLastname()); if (lastComparison != 0) { return lastComparison; } if (isSetLastname()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.lastname, other.lastname); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetUniversity()).compareTo(other.isSetUniversity()); if (lastComparison != 0) { return lastComparison; } if (isSetUniversity()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.university, other.university); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetMail()).compareTo(other.isSetMail()); if (lastComparison != 0) { return lastComparison; } if (isSetMail()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.Mail, other.Mail); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetTel()).compareTo(other.isSetTel()); if (lastComparison != 0) { return lastComparison; } if (isSetTel()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.Tel, other.Tel); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetFak()).compareTo(other.isSetFak()); if (lastComparison != 0) { return lastComparison; } if (isSetFak()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.Fak, other.Fak); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetLicense()).compareTo(other.isSetLicense()); if (lastComparison != 0) { return lastComparison; } if (isSetLicense()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.license, other.license); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetInternet()).compareTo(other.isSetInternet()); if (lastComparison != 0) { return lastComparison; } if (isSetInternet()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.internet, other.internet); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetRam()).compareTo(other.isSetRam()); if (lastComparison != 0) { return lastComparison; } if (isSetRam()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.ram, other.ram); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetCpu()).compareTo(other.isSetCpu()); if (lastComparison != 0) { return lastComparison; } if (isSetCpu()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.cpu, other.cpu); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetImagePath()).compareTo(other.isSetImagePath()); if (lastComparison != 0) { return lastComparison; } if (isSetImagePath()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.imagePath, other.imagePath); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetIsTemplate()).compareTo(other.isSetIsTemplate()); if (lastComparison != 0) { return lastComparison; } if (isSetIsTemplate()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.isTemplate, other.isTemplate); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetFilesize()).compareTo(other.isSetFilesize()); if (lastComparison != 0) { return lastComparison; } if (isSetFilesize()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.filesize, other.filesize); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetShareMode()).compareTo(other.isSetShareMode()); if (lastComparison != 0) { return lastComparison; } if (isSetShareMode()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.shareMode, other.shareMode); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetOs()).compareTo(other.isSetOs()); if (lastComparison != 0) { return lastComparison; } if (isSetOs()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.os, other.os); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("writeVLdata_args("); boolean first = true; sb.append("imagename:"); if (this.imagename == null) { sb.append("null"); } else { sb.append(this.imagename); } first = false; if (!first) sb.append(", "); sb.append("desc:"); if (this.desc == null) { sb.append("null"); } else { sb.append(this.desc); } first = false; if (!first) sb.append(", "); sb.append("login:"); if (this.login == null) { sb.append("null"); } else { sb.append(this.login); } first = false; if (!first) sb.append(", "); sb.append("firstname:"); if (this.firstname == null) { sb.append("null"); } else { sb.append(this.firstname); } first = false; if (!first) sb.append(", "); sb.append("lastname:"); if (this.lastname == null) { sb.append("null"); } else { sb.append(this.lastname); } first = false; if (!first) sb.append(", "); sb.append("university:"); if (this.university == null) { sb.append("null"); } else { sb.append(this.university); } first = false; if (!first) sb.append(", "); sb.append("Mail:"); if (this.Mail == null) { sb.append("null"); } else { sb.append(this.Mail); } first = false; if (!first) sb.append(", "); sb.append("Tel:"); if (this.Tel == null) { sb.append("null"); } else { sb.append(this.Tel); } first = false; if (!first) sb.append(", "); sb.append("Fak:"); if (this.Fak == null) { sb.append("null"); } else { sb.append(this.Fak); } first = false; if (!first) sb.append(", "); sb.append("license:"); sb.append(this.license); first = false; if (!first) sb.append(", "); sb.append("internet:"); sb.append(this.internet); first = false; if (!first) sb.append(", "); sb.append("ram:"); sb.append(this.ram); first = false; if (!first) sb.append(", "); sb.append("cpu:"); sb.append(this.cpu); first = false; if (!first) sb.append(", "); sb.append("imagePath:"); if (this.imagePath == null) { sb.append("null"); } else { sb.append(this.imagePath); } first = false; if (!first) sb.append(", "); sb.append("isTemplate:"); sb.append(this.isTemplate); first = false; if (!first) sb.append(", "); sb.append("filesize:"); sb.append(this.filesize); first = false; if (!first) sb.append(", "); sb.append("shareMode:"); sb.append(this.shareMode); first = false; if (!first) sb.append(", "); sb.append("os:"); if (this.os == null) { sb.append("null"); } else { sb.append(this.os); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class writeVLdata_argsStandardSchemeFactory implements SchemeFactory { public writeVLdata_argsStandardScheme getScheme() { return new writeVLdata_argsStandardScheme(); } } private static class writeVLdata_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, writeVLdata_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // IMAGENAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.imagename = iprot.readString(); struct.setImagenameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 2: // DESC if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.desc = iprot.readString(); struct.setDescIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 3: // LOGIN if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.login = iprot.readString(); struct.setLoginIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 4: // FIRSTNAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.firstname = iprot.readString(); struct.setFirstnameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 5: // LASTNAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.lastname = iprot.readString(); struct.setLastnameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 6: // UNIVERSITY if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.university = iprot.readString(); struct.setUniversityIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 7: // MAIL if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.Mail = iprot.readString(); struct.setMailIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 8: // TEL if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.Tel = iprot.readString(); struct.setTelIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 9: // FAK if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.Fak = iprot.readString(); struct.setFakIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 10: // LICENSE if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.license = iprot.readBool(); struct.setLicenseIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 11: // INTERNET if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.internet = iprot.readBool(); struct.setInternetIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 12: // RAM if (schemeField.type == org.apache.thrift.protocol.TType.I64) { struct.ram = iprot.readI64(); struct.setRamIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 13: // CPU if (schemeField.type == org.apache.thrift.protocol.TType.I64) { struct.cpu = iprot.readI64(); struct.setCpuIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 14: // IMAGE_PATH if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.imagePath = iprot.readString(); struct.setImagePathIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 15: // IS_TEMPLATE if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.isTemplate = iprot.readBool(); struct.setIsTemplateIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 16: // FILESIZE if (schemeField.type == org.apache.thrift.protocol.TType.I64) { struct.filesize = iprot.readI64(); struct.setFilesizeIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 17: // SHARE_MODE if (schemeField.type == org.apache.thrift.protocol.TType.I64) { struct.shareMode = iprot.readI64(); struct.setShareModeIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 18: // OS if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.os = iprot.readString(); struct.setOsIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, writeVLdata_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.imagename != null) { oprot.writeFieldBegin(IMAGENAME_FIELD_DESC); oprot.writeString(struct.imagename); oprot.writeFieldEnd(); } if (struct.desc != null) { oprot.writeFieldBegin(DESC_FIELD_DESC); oprot.writeString(struct.desc); oprot.writeFieldEnd(); } if (struct.login != null) { oprot.writeFieldBegin(LOGIN_FIELD_DESC); oprot.writeString(struct.login); oprot.writeFieldEnd(); } if (struct.firstname != null) { oprot.writeFieldBegin(FIRSTNAME_FIELD_DESC); oprot.writeString(struct.firstname); oprot.writeFieldEnd(); } if (struct.lastname != null) { oprot.writeFieldBegin(LASTNAME_FIELD_DESC); oprot.writeString(struct.lastname); oprot.writeFieldEnd(); } if (struct.university != null) { oprot.writeFieldBegin(UNIVERSITY_FIELD_DESC); oprot.writeString(struct.university); oprot.writeFieldEnd(); } if (struct.Mail != null) { oprot.writeFieldBegin(MAIL_FIELD_DESC); oprot.writeString(struct.Mail); oprot.writeFieldEnd(); } if (struct.Tel != null) { oprot.writeFieldBegin(TEL_FIELD_DESC); oprot.writeString(struct.Tel); oprot.writeFieldEnd(); } if (struct.Fak != null) { oprot.writeFieldBegin(FAK_FIELD_DESC); oprot.writeString(struct.Fak); oprot.writeFieldEnd(); } oprot.writeFieldBegin(LICENSE_FIELD_DESC); oprot.writeBool(struct.license); oprot.writeFieldEnd(); oprot.writeFieldBegin(INTERNET_FIELD_DESC); oprot.writeBool(struct.internet); oprot.writeFieldEnd(); oprot.writeFieldBegin(RAM_FIELD_DESC); oprot.writeI64(struct.ram); oprot.writeFieldEnd(); oprot.writeFieldBegin(CPU_FIELD_DESC); oprot.writeI64(struct.cpu); oprot.writeFieldEnd(); if (struct.imagePath != null) { oprot.writeFieldBegin(IMAGE_PATH_FIELD_DESC); oprot.writeString(struct.imagePath); oprot.writeFieldEnd(); } oprot.writeFieldBegin(IS_TEMPLATE_FIELD_DESC); oprot.writeBool(struct.isTemplate); oprot.writeFieldEnd(); oprot.writeFieldBegin(FILESIZE_FIELD_DESC); oprot.writeI64(struct.filesize); oprot.writeFieldEnd(); oprot.writeFieldBegin(SHARE_MODE_FIELD_DESC); oprot.writeI64(struct.shareMode); oprot.writeFieldEnd(); if (struct.os != null) { oprot.writeFieldBegin(OS_FIELD_DESC); oprot.writeString(struct.os); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class writeVLdata_argsTupleSchemeFactory implements SchemeFactory { public writeVLdata_argsTupleScheme getScheme() { return new writeVLdata_argsTupleScheme(); } } private static class writeVLdata_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, writeVLdata_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetImagename()) { optionals.set(0); } if (struct.isSetDesc()) { optionals.set(1); } if (struct.isSetLogin()) { optionals.set(2); } if (struct.isSetFirstname()) { optionals.set(3); } if (struct.isSetLastname()) { optionals.set(4); } if (struct.isSetUniversity()) { optionals.set(5); } if (struct.isSetMail()) { optionals.set(6); } if (struct.isSetTel()) { optionals.set(7); } if (struct.isSetFak()) { optionals.set(8); } if (struct.isSetLicense()) { optionals.set(9); } if (struct.isSetInternet()) { optionals.set(10); } if (struct.isSetRam()) { optionals.set(11); } if (struct.isSetCpu()) { optionals.set(12); } if (struct.isSetImagePath()) { optionals.set(13); } if (struct.isSetIsTemplate()) { optionals.set(14); } if (struct.isSetFilesize()) { optionals.set(15); } if (struct.isSetShareMode()) { optionals.set(16); } if (struct.isSetOs()) { optionals.set(17); } oprot.writeBitSet(optionals, 18); if (struct.isSetImagename()) { oprot.writeString(struct.imagename); } if (struct.isSetDesc()) { oprot.writeString(struct.desc); } if (struct.isSetLogin()) { oprot.writeString(struct.login); } if (struct.isSetFirstname()) { oprot.writeString(struct.firstname); } if (struct.isSetLastname()) { oprot.writeString(struct.lastname); } if (struct.isSetUniversity()) { oprot.writeString(struct.university); } if (struct.isSetMail()) { oprot.writeString(struct.Mail); } if (struct.isSetTel()) { oprot.writeString(struct.Tel); } if (struct.isSetFak()) { oprot.writeString(struct.Fak); } if (struct.isSetLicense()) { oprot.writeBool(struct.license); } if (struct.isSetInternet()) { oprot.writeBool(struct.internet); } if (struct.isSetRam()) { oprot.writeI64(struct.ram); } if (struct.isSetCpu()) { oprot.writeI64(struct.cpu); } if (struct.isSetImagePath()) { oprot.writeString(struct.imagePath); } if (struct.isSetIsTemplate()) { oprot.writeBool(struct.isTemplate); } if (struct.isSetFilesize()) { oprot.writeI64(struct.filesize); } if (struct.isSetShareMode()) { oprot.writeI64(struct.shareMode); } if (struct.isSetOs()) { oprot.writeString(struct.os); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, writeVLdata_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(18); if (incoming.get(0)) { struct.imagename = iprot.readString(); struct.setImagenameIsSet(true); } if (incoming.get(1)) { struct.desc = iprot.readString(); struct.setDescIsSet(true); } if (incoming.get(2)) { struct.login = iprot.readString(); struct.setLoginIsSet(true); } if (incoming.get(3)) { struct.firstname = iprot.readString(); struct.setFirstnameIsSet(true); } if (incoming.get(4)) { struct.lastname = iprot.readString(); struct.setLastnameIsSet(true); } if (incoming.get(5)) { struct.university = iprot.readString(); struct.setUniversityIsSet(true); } if (incoming.get(6)) { struct.Mail = iprot.readString(); struct.setMailIsSet(true); } if (incoming.get(7)) { struct.Tel = iprot.readString(); struct.setTelIsSet(true); } if (incoming.get(8)) { struct.Fak = iprot.readString(); struct.setFakIsSet(true); } if (incoming.get(9)) { struct.license = iprot.readBool(); struct.setLicenseIsSet(true); } if (incoming.get(10)) { struct.internet = iprot.readBool(); struct.setInternetIsSet(true); } if (incoming.get(11)) { struct.ram = iprot.readI64(); struct.setRamIsSet(true); } if (incoming.get(12)) { struct.cpu = iprot.readI64(); struct.setCpuIsSet(true); } if (incoming.get(13)) { struct.imagePath = iprot.readString(); struct.setImagePathIsSet(true); } if (incoming.get(14)) { struct.isTemplate = iprot.readBool(); struct.setIsTemplateIsSet(true); } if (incoming.get(15)) { struct.filesize = iprot.readI64(); struct.setFilesizeIsSet(true); } if (incoming.get(16)) { struct.shareMode = iprot.readI64(); struct.setShareModeIsSet(true); } if (incoming.get(17)) { struct.os = iprot.readString(); struct.setOsIsSet(true); } } } } public static class writeVLdata_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("writeVLdata_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.BOOL, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new writeVLdata_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new writeVLdata_resultTupleSchemeFactory()); } public boolean success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(writeVLdata_result.class, metaDataMap); } public writeVLdata_result() { } public writeVLdata_result( boolean success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on other. */ public writeVLdata_result(writeVLdata_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public writeVLdata_result deepCopy() { return new writeVLdata_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = false; } public boolean isSuccess() { return this.success; } public writeVLdata_result setSuccess(boolean success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Boolean)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Boolean.valueOf(isSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof writeVLdata_result) return this.equals((writeVLdata_result)that); return false; } public boolean equals(writeVLdata_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(writeVLdata_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("writeVLdata_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class writeVLdata_resultStandardSchemeFactory implements SchemeFactory { public writeVLdata_resultStandardScheme getScheme() { return new writeVLdata_resultStandardScheme(); } } private static class writeVLdata_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, writeVLdata_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, writeVLdata_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeBool(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class writeVLdata_resultTupleSchemeFactory implements SchemeFactory { public writeVLdata_resultTupleScheme getScheme() { return new writeVLdata_resultTupleScheme(); } } private static class writeVLdata_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, writeVLdata_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeBool(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, writeVLdata_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } } } } public static class getImageList_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getImageList_args"); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getImageList_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new getImageList_argsTupleSchemeFactory()); } /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ; private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getImageList_args.class, metaDataMap); } public getImageList_args() { } /** * Performs a deep copy on other. */ public getImageList_args(getImageList_args other) { } public getImageList_args deepCopy() { return new getImageList_args(this); } @Override public void clear() { } public void setFieldValue(_Fields field, Object value) { switch (field) { } } public Object getFieldValue(_Fields field) { switch (field) { } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getImageList_args) return this.equals((getImageList_args)that); return false; } public boolean equals(getImageList_args that) { if (that == null) return false; return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getImageList_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getImageList_args("); boolean first = true; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getImageList_argsStandardSchemeFactory implements SchemeFactory { public getImageList_argsStandardScheme getScheme() { return new getImageList_argsStandardScheme(); } } private static class getImageList_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getImageList_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getImageList_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getImageList_argsTupleSchemeFactory implements SchemeFactory { public getImageList_argsTupleScheme getScheme() { return new getImageList_argsTupleScheme(); } } private static class getImageList_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getImageList_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getImageList_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; } } } public static class getImageList_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getImageList_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.LIST, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getImageList_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getImageList_resultTupleSchemeFactory()); } public List success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Image.class)))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getImageList_result.class, metaDataMap); } public getImageList_result() { } public getImageList_result( List success) { this(); this.success = success; } /** * Performs a deep copy on other. */ public getImageList_result(getImageList_result other) { if (other.isSetSuccess()) { List __this__success = new ArrayList(other.success.size()); for (Image other_element : other.success) { __this__success.add(new Image(other_element)); } this.success = __this__success; } } public getImageList_result deepCopy() { return new getImageList_result(this); } @Override public void clear() { this.success = null; } public int getSuccessSize() { return (this.success == null) ? 0 : this.success.size(); } public java.util.Iterator getSuccessIterator() { return (this.success == null) ? null : this.success.iterator(); } public void addToSuccess(Image elem) { if (this.success == null) { this.success = new ArrayList(); } this.success.add(elem); } public List getSuccess() { return this.success; } public getImageList_result setSuccess(List success) { this.success = success; return this; } public void unsetSuccess() { this.success = null; } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return this.success != null; } public void setSuccessIsSet(boolean value) { if (!value) { this.success = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((List)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getImageList_result) return this.equals((getImageList_result)that); return false; } public boolean equals(getImageList_result that) { if (that == null) return false; boolean this_present_success = true && this.isSetSuccess(); boolean that_present_success = true && that.isSetSuccess(); if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (!this.success.equals(that.success)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getImageList_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getImageList_result("); boolean first = true; sb.append("success:"); if (this.success == null) { sb.append("null"); } else { sb.append(this.success); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getImageList_resultStandardSchemeFactory implements SchemeFactory { public getImageList_resultStandardScheme getScheme() { return new getImageList_resultStandardScheme(); } } private static class getImageList_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getImageList_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { org.apache.thrift.protocol.TList _list0 = iprot.readListBegin(); struct.success = new ArrayList(_list0.size); for (int _i1 = 0; _i1 < _list0.size; ++_i1) { Image _elem2; _elem2 = new Image(); _elem2.read(iprot); struct.success.add(_elem2); } iprot.readListEnd(); } struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getImageList_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.success != null) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size())); for (Image _iter3 : struct.success) { _iter3.write(oprot); } oprot.writeListEnd(); } oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getImageList_resultTupleSchemeFactory implements SchemeFactory { public getImageList_resultTupleScheme getScheme() { return new getImageList_resultTupleScheme(); } } private static class getImageList_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getImageList_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); for (Image _iter4 : struct.success) { _iter4.write(oprot); } } } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getImageList_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { { org.apache.thrift.protocol.TList _list5 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); struct.success = new ArrayList(_list5.size); for (int _i6 = 0; _i6 < _list5.size; ++_i6) { Image _elem7; _elem7 = new Image(); _elem7.read(iprot); struct.success.add(_elem7); } } struct.setSuccessIsSet(true); } } } } public static class getLectureList_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getLectureList_args"); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getLectureList_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new getLectureList_argsTupleSchemeFactory()); } /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ; private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getLectureList_args.class, metaDataMap); } public getLectureList_args() { } /** * Performs a deep copy on other. */ public getLectureList_args(getLectureList_args other) { } public getLectureList_args deepCopy() { return new getLectureList_args(this); } @Override public void clear() { } public void setFieldValue(_Fields field, Object value) { switch (field) { } } public Object getFieldValue(_Fields field) { switch (field) { } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getLectureList_args) return this.equals((getLectureList_args)that); return false; } public boolean equals(getLectureList_args that) { if (that == null) return false; return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getLectureList_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getLectureList_args("); boolean first = true; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getLectureList_argsStandardSchemeFactory implements SchemeFactory { public getLectureList_argsStandardScheme getScheme() { return new getLectureList_argsStandardScheme(); } } private static class getLectureList_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getLectureList_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getLectureList_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getLectureList_argsTupleSchemeFactory implements SchemeFactory { public getLectureList_argsTupleScheme getScheme() { return new getLectureList_argsTupleScheme(); } } private static class getLectureList_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getLectureList_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getLectureList_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; } } } public static class getLectureList_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getLectureList_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.LIST, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getLectureList_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getLectureList_resultTupleSchemeFactory()); } public List success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Lecture.class)))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getLectureList_result.class, metaDataMap); } public getLectureList_result() { } public getLectureList_result( List success) { this(); this.success = success; } /** * Performs a deep copy on other. */ public getLectureList_result(getLectureList_result other) { if (other.isSetSuccess()) { List __this__success = new ArrayList(other.success.size()); for (Lecture other_element : other.success) { __this__success.add(new Lecture(other_element)); } this.success = __this__success; } } public getLectureList_result deepCopy() { return new getLectureList_result(this); } @Override public void clear() { this.success = null; } public int getSuccessSize() { return (this.success == null) ? 0 : this.success.size(); } public java.util.Iterator getSuccessIterator() { return (this.success == null) ? null : this.success.iterator(); } public void addToSuccess(Lecture elem) { if (this.success == null) { this.success = new ArrayList(); } this.success.add(elem); } public List getSuccess() { return this.success; } public getLectureList_result setSuccess(List success) { this.success = success; return this; } public void unsetSuccess() { this.success = null; } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return this.success != null; } public void setSuccessIsSet(boolean value) { if (!value) { this.success = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((List)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getLectureList_result) return this.equals((getLectureList_result)that); return false; } public boolean equals(getLectureList_result that) { if (that == null) return false; boolean this_present_success = true && this.isSetSuccess(); boolean that_present_success = true && that.isSetSuccess(); if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (!this.success.equals(that.success)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getLectureList_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getLectureList_result("); boolean first = true; sb.append("success:"); if (this.success == null) { sb.append("null"); } else { sb.append(this.success); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getLectureList_resultStandardSchemeFactory implements SchemeFactory { public getLectureList_resultStandardScheme getScheme() { return new getLectureList_resultStandardScheme(); } } private static class getLectureList_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getLectureList_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { org.apache.thrift.protocol.TList _list8 = iprot.readListBegin(); struct.success = new ArrayList(_list8.size); for (int _i9 = 0; _i9 < _list8.size; ++_i9) { Lecture _elem10; _elem10 = new Lecture(); _elem10.read(iprot); struct.success.add(_elem10); } iprot.readListEnd(); } struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getLectureList_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.success != null) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size())); for (Lecture _iter11 : struct.success) { _iter11.write(oprot); } oprot.writeListEnd(); } oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getLectureList_resultTupleSchemeFactory implements SchemeFactory { public getLectureList_resultTupleScheme getScheme() { return new getLectureList_resultTupleScheme(); } } private static class getLectureList_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getLectureList_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); for (Lecture _iter12 : struct.success) { _iter12.write(oprot); } } } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getLectureList_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { { org.apache.thrift.protocol.TList _list13 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); struct.success = new ArrayList(_list13.size); for (int _i14 = 0; _i14 < _list13.size; ++_i14) { Lecture _elem15; _elem15 = new Lecture(); _elem15.read(iprot); struct.success.add(_elem15); } } struct.setSuccessIsSet(true); } } } } public static class getAllOS_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getAllOS_args"); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getAllOS_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new getAllOS_argsTupleSchemeFactory()); } /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ; private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getAllOS_args.class, metaDataMap); } public getAllOS_args() { } /** * Performs a deep copy on other. */ public getAllOS_args(getAllOS_args other) { } public getAllOS_args deepCopy() { return new getAllOS_args(this); } @Override public void clear() { } public void setFieldValue(_Fields field, Object value) { switch (field) { } } public Object getFieldValue(_Fields field) { switch (field) { } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getAllOS_args) return this.equals((getAllOS_args)that); return false; } public boolean equals(getAllOS_args that) { if (that == null) return false; return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getAllOS_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getAllOS_args("); boolean first = true; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getAllOS_argsStandardSchemeFactory implements SchemeFactory { public getAllOS_argsStandardScheme getScheme() { return new getAllOS_argsStandardScheme(); } } private static class getAllOS_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getAllOS_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getAllOS_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getAllOS_argsTupleSchemeFactory implements SchemeFactory { public getAllOS_argsTupleScheme getScheme() { return new getAllOS_argsTupleScheme(); } } private static class getAllOS_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getAllOS_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getAllOS_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; } } } public static class getAllOS_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getAllOS_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.LIST, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getAllOS_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getAllOS_resultTupleSchemeFactory()); } public List success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getAllOS_result.class, metaDataMap); } public getAllOS_result() { } public getAllOS_result( List success) { this(); this.success = success; } /** * Performs a deep copy on other. */ public getAllOS_result(getAllOS_result other) { if (other.isSetSuccess()) { List __this__success = new ArrayList(other.success); this.success = __this__success; } } public getAllOS_result deepCopy() { return new getAllOS_result(this); } @Override public void clear() { this.success = null; } public int getSuccessSize() { return (this.success == null) ? 0 : this.success.size(); } public java.util.Iterator getSuccessIterator() { return (this.success == null) ? null : this.success.iterator(); } public void addToSuccess(String elem) { if (this.success == null) { this.success = new ArrayList(); } this.success.add(elem); } public List getSuccess() { return this.success; } public getAllOS_result setSuccess(List success) { this.success = success; return this; } public void unsetSuccess() { this.success = null; } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return this.success != null; } public void setSuccessIsSet(boolean value) { if (!value) { this.success = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((List)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getAllOS_result) return this.equals((getAllOS_result)that); return false; } public boolean equals(getAllOS_result that) { if (that == null) return false; boolean this_present_success = true && this.isSetSuccess(); boolean that_present_success = true && that.isSetSuccess(); if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (!this.success.equals(that.success)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getAllOS_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getAllOS_result("); boolean first = true; sb.append("success:"); if (this.success == null) { sb.append("null"); } else { sb.append(this.success); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getAllOS_resultStandardSchemeFactory implements SchemeFactory { public getAllOS_resultStandardScheme getScheme() { return new getAllOS_resultStandardScheme(); } } private static class getAllOS_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getAllOS_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { org.apache.thrift.protocol.TList _list16 = iprot.readListBegin(); struct.success = new ArrayList(_list16.size); for (int _i17 = 0; _i17 < _list16.size; ++_i17) { String _elem18; _elem18 = iprot.readString(); struct.success.add(_elem18); } iprot.readListEnd(); } struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getAllOS_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.success != null) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.success.size())); for (String _iter19 : struct.success) { oprot.writeString(_iter19); } oprot.writeListEnd(); } oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getAllOS_resultTupleSchemeFactory implements SchemeFactory { public getAllOS_resultTupleScheme getScheme() { return new getAllOS_resultTupleScheme(); } } private static class getAllOS_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getAllOS_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); for (String _iter20 : struct.success) { oprot.writeString(_iter20); } } } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getAllOS_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { { org.apache.thrift.protocol.TList _list21 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); struct.success = new ArrayList(_list21.size); for (int _i22 = 0; _i22 < _list21.size; ++_i22) { String _elem23; _elem23 = iprot.readString(); struct.success.add(_elem23); } } struct.setSuccessIsSet(true); } } } } public static class getAllUniversities_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getAllUniversities_args"); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getAllUniversities_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new getAllUniversities_argsTupleSchemeFactory()); } /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ; private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getAllUniversities_args.class, metaDataMap); } public getAllUniversities_args() { } /** * Performs a deep copy on other. */ public getAllUniversities_args(getAllUniversities_args other) { } public getAllUniversities_args deepCopy() { return new getAllUniversities_args(this); } @Override public void clear() { } public void setFieldValue(_Fields field, Object value) { switch (field) { } } public Object getFieldValue(_Fields field) { switch (field) { } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getAllUniversities_args) return this.equals((getAllUniversities_args)that); return false; } public boolean equals(getAllUniversities_args that) { if (that == null) return false; return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getAllUniversities_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getAllUniversities_args("); boolean first = true; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getAllUniversities_argsStandardSchemeFactory implements SchemeFactory { public getAllUniversities_argsStandardScheme getScheme() { return new getAllUniversities_argsStandardScheme(); } } private static class getAllUniversities_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getAllUniversities_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getAllUniversities_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getAllUniversities_argsTupleSchemeFactory implements SchemeFactory { public getAllUniversities_argsTupleScheme getScheme() { return new getAllUniversities_argsTupleScheme(); } } private static class getAllUniversities_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getAllUniversities_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getAllUniversities_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; } } } public static class getAllUniversities_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getAllUniversities_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.LIST, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getAllUniversities_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getAllUniversities_resultTupleSchemeFactory()); } public List success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getAllUniversities_result.class, metaDataMap); } public getAllUniversities_result() { } public getAllUniversities_result( List success) { this(); this.success = success; } /** * Performs a deep copy on other. */ public getAllUniversities_result(getAllUniversities_result other) { if (other.isSetSuccess()) { List __this__success = new ArrayList(other.success); this.success = __this__success; } } public getAllUniversities_result deepCopy() { return new getAllUniversities_result(this); } @Override public void clear() { this.success = null; } public int getSuccessSize() { return (this.success == null) ? 0 : this.success.size(); } public java.util.Iterator getSuccessIterator() { return (this.success == null) ? null : this.success.iterator(); } public void addToSuccess(String elem) { if (this.success == null) { this.success = new ArrayList(); } this.success.add(elem); } public List getSuccess() { return this.success; } public getAllUniversities_result setSuccess(List success) { this.success = success; return this; } public void unsetSuccess() { this.success = null; } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return this.success != null; } public void setSuccessIsSet(boolean value) { if (!value) { this.success = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((List)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getAllUniversities_result) return this.equals((getAllUniversities_result)that); return false; } public boolean equals(getAllUniversities_result that) { if (that == null) return false; boolean this_present_success = true && this.isSetSuccess(); boolean that_present_success = true && that.isSetSuccess(); if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (!this.success.equals(that.success)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getAllUniversities_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getAllUniversities_result("); boolean first = true; sb.append("success:"); if (this.success == null) { sb.append("null"); } else { sb.append(this.success); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getAllUniversities_resultStandardSchemeFactory implements SchemeFactory { public getAllUniversities_resultStandardScheme getScheme() { return new getAllUniversities_resultStandardScheme(); } } private static class getAllUniversities_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getAllUniversities_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { org.apache.thrift.protocol.TList _list24 = iprot.readListBegin(); struct.success = new ArrayList(_list24.size); for (int _i25 = 0; _i25 < _list24.size; ++_i25) { String _elem26; _elem26 = iprot.readString(); struct.success.add(_elem26); } iprot.readListEnd(); } struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getAllUniversities_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.success != null) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.success.size())); for (String _iter27 : struct.success) { oprot.writeString(_iter27); } oprot.writeListEnd(); } oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getAllUniversities_resultTupleSchemeFactory implements SchemeFactory { public getAllUniversities_resultTupleScheme getScheme() { return new getAllUniversities_resultTupleScheme(); } } private static class getAllUniversities_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getAllUniversities_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); for (String _iter28 : struct.success) { oprot.writeString(_iter28); } } } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getAllUniversities_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { { org.apache.thrift.protocol.TList _list29 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); struct.success = new ArrayList(_list29.size); for (int _i30 = 0; _i30 < _list29.size; ++_i30) { String _elem31; _elem31 = iprot.readString(); struct.success.add(_elem31); } } struct.setSuccessIsSet(true); } } } } public static class getPersonData_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getPersonData_args"); private static final org.apache.thrift.protocol.TField VORNAME_FIELD_DESC = new org.apache.thrift.protocol.TField("Vorname", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField NACHNAME_FIELD_DESC = new org.apache.thrift.protocol.TField("Nachname", org.apache.thrift.protocol.TType.STRING, (short)2); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getPersonData_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new getPersonData_argsTupleSchemeFactory()); } public String Vorname; // required public String Nachname; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { VORNAME((short)1, "Vorname"), NACHNAME((short)2, "Nachname"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // VORNAME return VORNAME; case 2: // NACHNAME return NACHNAME; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.VORNAME, new org.apache.thrift.meta_data.FieldMetaData("Vorname", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.NACHNAME, new org.apache.thrift.meta_data.FieldMetaData("Nachname", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getPersonData_args.class, metaDataMap); } public getPersonData_args() { } public getPersonData_args( String Vorname, String Nachname) { this(); this.Vorname = Vorname; this.Nachname = Nachname; } /** * Performs a deep copy on other. */ public getPersonData_args(getPersonData_args other) { if (other.isSetVorname()) { this.Vorname = other.Vorname; } if (other.isSetNachname()) { this.Nachname = other.Nachname; } } public getPersonData_args deepCopy() { return new getPersonData_args(this); } @Override public void clear() { this.Vorname = null; this.Nachname = null; } public String getVorname() { return this.Vorname; } public getPersonData_args setVorname(String Vorname) { this.Vorname = Vorname; return this; } public void unsetVorname() { this.Vorname = null; } /** Returns true if field Vorname is set (has been assigned a value) and false otherwise */ public boolean isSetVorname() { return this.Vorname != null; } public void setVornameIsSet(boolean value) { if (!value) { this.Vorname = null; } } public String getNachname() { return this.Nachname; } public getPersonData_args setNachname(String Nachname) { this.Nachname = Nachname; return this; } public void unsetNachname() { this.Nachname = null; } /** Returns true if field Nachname is set (has been assigned a value) and false otherwise */ public boolean isSetNachname() { return this.Nachname != null; } public void setNachnameIsSet(boolean value) { if (!value) { this.Nachname = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case VORNAME: if (value == null) { unsetVorname(); } else { setVorname((String)value); } break; case NACHNAME: if (value == null) { unsetNachname(); } else { setNachname((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case VORNAME: return getVorname(); case NACHNAME: return getNachname(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case VORNAME: return isSetVorname(); case NACHNAME: return isSetNachname(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getPersonData_args) return this.equals((getPersonData_args)that); return false; } public boolean equals(getPersonData_args that) { if (that == null) return false; boolean this_present_Vorname = true && this.isSetVorname(); boolean that_present_Vorname = true && that.isSetVorname(); if (this_present_Vorname || that_present_Vorname) { if (!(this_present_Vorname && that_present_Vorname)) return false; if (!this.Vorname.equals(that.Vorname)) return false; } boolean this_present_Nachname = true && this.isSetNachname(); boolean that_present_Nachname = true && that.isSetNachname(); if (this_present_Nachname || that_present_Nachname) { if (!(this_present_Nachname && that_present_Nachname)) return false; if (!this.Nachname.equals(that.Nachname)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getPersonData_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetVorname()).compareTo(other.isSetVorname()); if (lastComparison != 0) { return lastComparison; } if (isSetVorname()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.Vorname, other.Vorname); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetNachname()).compareTo(other.isSetNachname()); if (lastComparison != 0) { return lastComparison; } if (isSetNachname()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.Nachname, other.Nachname); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getPersonData_args("); boolean first = true; sb.append("Vorname:"); if (this.Vorname == null) { sb.append("null"); } else { sb.append(this.Vorname); } first = false; if (!first) sb.append(", "); sb.append("Nachname:"); if (this.Nachname == null) { sb.append("null"); } else { sb.append(this.Nachname); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getPersonData_argsStandardSchemeFactory implements SchemeFactory { public getPersonData_argsStandardScheme getScheme() { return new getPersonData_argsStandardScheme(); } } private static class getPersonData_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getPersonData_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // VORNAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.Vorname = iprot.readString(); struct.setVornameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 2: // NACHNAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.Nachname = iprot.readString(); struct.setNachnameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getPersonData_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.Vorname != null) { oprot.writeFieldBegin(VORNAME_FIELD_DESC); oprot.writeString(struct.Vorname); oprot.writeFieldEnd(); } if (struct.Nachname != null) { oprot.writeFieldBegin(NACHNAME_FIELD_DESC); oprot.writeString(struct.Nachname); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getPersonData_argsTupleSchemeFactory implements SchemeFactory { public getPersonData_argsTupleScheme getScheme() { return new getPersonData_argsTupleScheme(); } } private static class getPersonData_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getPersonData_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetVorname()) { optionals.set(0); } if (struct.isSetNachname()) { optionals.set(1); } oprot.writeBitSet(optionals, 2); if (struct.isSetVorname()) { oprot.writeString(struct.Vorname); } if (struct.isSetNachname()) { oprot.writeString(struct.Nachname); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getPersonData_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { struct.Vorname = iprot.readString(); struct.setVornameIsSet(true); } if (incoming.get(1)) { struct.Nachname = iprot.readString(); struct.setNachnameIsSet(true); } } } } public static class getPersonData_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getPersonData_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.MAP, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getPersonData_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getPersonData_resultTupleSchemeFactory()); } public Map success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING), new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getPersonData_result.class, metaDataMap); } public getPersonData_result() { } public getPersonData_result( Map success) { this(); this.success = success; } /** * Performs a deep copy on other. */ public getPersonData_result(getPersonData_result other) { if (other.isSetSuccess()) { Map __this__success = new HashMap(other.success); this.success = __this__success; } } public getPersonData_result deepCopy() { return new getPersonData_result(this); } @Override public void clear() { this.success = null; } public int getSuccessSize() { return (this.success == null) ? 0 : this.success.size(); } public void putToSuccess(String key, String val) { if (this.success == null) { this.success = new HashMap(); } this.success.put(key, val); } public Map getSuccess() { return this.success; } public getPersonData_result setSuccess(Map success) { this.success = success; return this; } public void unsetSuccess() { this.success = null; } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return this.success != null; } public void setSuccessIsSet(boolean value) { if (!value) { this.success = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Map)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getPersonData_result) return this.equals((getPersonData_result)that); return false; } public boolean equals(getPersonData_result that) { if (that == null) return false; boolean this_present_success = true && this.isSetSuccess(); boolean that_present_success = true && that.isSetSuccess(); if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (!this.success.equals(that.success)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getPersonData_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getPersonData_result("); boolean first = true; sb.append("success:"); if (this.success == null) { sb.append("null"); } else { sb.append(this.success); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getPersonData_resultStandardSchemeFactory implements SchemeFactory { public getPersonData_resultStandardScheme getScheme() { return new getPersonData_resultStandardScheme(); } } private static class getPersonData_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getPersonData_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.MAP) { { org.apache.thrift.protocol.TMap _map32 = iprot.readMapBegin(); struct.success = new HashMap(2*_map32.size); for (int _i33 = 0; _i33 < _map32.size; ++_i33) { String _key34; String _val35; _key34 = iprot.readString(); _val35 = iprot.readString(); struct.success.put(_key34, _val35); } iprot.readMapEnd(); } struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getPersonData_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.success != null) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, struct.success.size())); for (Map.Entry _iter36 : struct.success.entrySet()) { oprot.writeString(_iter36.getKey()); oprot.writeString(_iter36.getValue()); } oprot.writeMapEnd(); } oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getPersonData_resultTupleSchemeFactory implements SchemeFactory { public getPersonData_resultTupleScheme getScheme() { return new getPersonData_resultTupleScheme(); } } private static class getPersonData_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getPersonData_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); for (Map.Entry _iter37 : struct.success.entrySet()) { oprot.writeString(_iter37.getKey()); oprot.writeString(_iter37.getValue()); } } } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getPersonData_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { { org.apache.thrift.protocol.TMap _map38 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, iprot.readI32()); struct.success = new HashMap(2*_map38.size); for (int _i39 = 0; _i39 < _map38.size; ++_i39) { String _key40; String _val41; _key40 = iprot.readString(); _val41 = iprot.readString(); struct.success.put(_key40, _val41); } } struct.setSuccessIsSet(true); } } } } public static class writeLecturedata_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("writeLecturedata_args"); private static final org.apache.thrift.protocol.TField NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("name", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField SHORTDESC_FIELD_DESC = new org.apache.thrift.protocol.TField("shortdesc", org.apache.thrift.protocol.TType.STRING, (short)2); private static final org.apache.thrift.protocol.TField DESC_FIELD_DESC = new org.apache.thrift.protocol.TField("desc", org.apache.thrift.protocol.TType.STRING, (short)3); private static final org.apache.thrift.protocol.TField START_DATE_FIELD_DESC = new org.apache.thrift.protocol.TField("startDate", org.apache.thrift.protocol.TType.STRING, (short)4); private static final org.apache.thrift.protocol.TField END_DATE_FIELD_DESC = new org.apache.thrift.protocol.TField("endDate", org.apache.thrift.protocol.TType.STRING, (short)5); private static final org.apache.thrift.protocol.TField IS_ACTIVE_FIELD_DESC = new org.apache.thrift.protocol.TField("isActive", org.apache.thrift.protocol.TType.BOOL, (short)6); private static final org.apache.thrift.protocol.TField IMAGENAME_FIELD_DESC = new org.apache.thrift.protocol.TField("imagename", org.apache.thrift.protocol.TType.STRING, (short)7); private static final org.apache.thrift.protocol.TField LOGIN_FIELD_DESC = new org.apache.thrift.protocol.TField("login", org.apache.thrift.protocol.TType.STRING, (short)8); private static final org.apache.thrift.protocol.TField FIRSTNAME_FIELD_DESC = new org.apache.thrift.protocol.TField("firstname", org.apache.thrift.protocol.TType.STRING, (short)9); private static final org.apache.thrift.protocol.TField LASTNAME_FIELD_DESC = new org.apache.thrift.protocol.TField("lastname", org.apache.thrift.protocol.TType.STRING, (short)10); private static final org.apache.thrift.protocol.TField UNIVERSITY_FIELD_DESC = new org.apache.thrift.protocol.TField("university", org.apache.thrift.protocol.TType.STRING, (short)11); private static final org.apache.thrift.protocol.TField MAIL_FIELD_DESC = new org.apache.thrift.protocol.TField("Mail", org.apache.thrift.protocol.TType.STRING, (short)12); private static final org.apache.thrift.protocol.TField TEL_FIELD_DESC = new org.apache.thrift.protocol.TField("Tel", org.apache.thrift.protocol.TType.STRING, (short)13); private static final org.apache.thrift.protocol.TField FAK_FIELD_DESC = new org.apache.thrift.protocol.TField("Fak", org.apache.thrift.protocol.TType.STRING, (short)14); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new writeLecturedata_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new writeLecturedata_argsTupleSchemeFactory()); } public String name; // required public String shortdesc; // required public String desc; // required public String startDate; // required public String endDate; // required public boolean isActive; // required public String imagename; // required public String login; // required public String firstname; // required public String lastname; // required public String university; // required public String Mail; // required public String Tel; // required public String Fak; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { NAME((short)1, "name"), SHORTDESC((short)2, "shortdesc"), DESC((short)3, "desc"), START_DATE((short)4, "startDate"), END_DATE((short)5, "endDate"), IS_ACTIVE((short)6, "isActive"), IMAGENAME((short)7, "imagename"), LOGIN((short)8, "login"), FIRSTNAME((short)9, "firstname"), LASTNAME((short)10, "lastname"), UNIVERSITY((short)11, "university"), MAIL((short)12, "Mail"), TEL((short)13, "Tel"), FAK((short)14, "Fak"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // NAME return NAME; case 2: // SHORTDESC return SHORTDESC; case 3: // DESC return DESC; case 4: // START_DATE return START_DATE; case 5: // END_DATE return END_DATE; case 6: // IS_ACTIVE return IS_ACTIVE; case 7: // IMAGENAME return IMAGENAME; case 8: // LOGIN return LOGIN; case 9: // FIRSTNAME return FIRSTNAME; case 10: // LASTNAME return LASTNAME; case 11: // UNIVERSITY return UNIVERSITY; case 12: // MAIL return MAIL; case 13: // TEL return TEL; case 14: // FAK return FAK; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __ISACTIVE_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.NAME, new org.apache.thrift.meta_data.FieldMetaData("name", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.SHORTDESC, new org.apache.thrift.meta_data.FieldMetaData("shortdesc", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.DESC, new org.apache.thrift.meta_data.FieldMetaData("desc", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.START_DATE, new org.apache.thrift.meta_data.FieldMetaData("startDate", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.END_DATE, new org.apache.thrift.meta_data.FieldMetaData("endDate", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.IS_ACTIVE, new org.apache.thrift.meta_data.FieldMetaData("isActive", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); tmpMap.put(_Fields.IMAGENAME, new org.apache.thrift.meta_data.FieldMetaData("imagename", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.LOGIN, new org.apache.thrift.meta_data.FieldMetaData("login", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.FIRSTNAME, new org.apache.thrift.meta_data.FieldMetaData("firstname", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.LASTNAME, new org.apache.thrift.meta_data.FieldMetaData("lastname", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.UNIVERSITY, new org.apache.thrift.meta_data.FieldMetaData("university", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.MAIL, new org.apache.thrift.meta_data.FieldMetaData("Mail", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.TEL, new org.apache.thrift.meta_data.FieldMetaData("Tel", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.FAK, new org.apache.thrift.meta_data.FieldMetaData("Fak", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(writeLecturedata_args.class, metaDataMap); } public writeLecturedata_args() { } public writeLecturedata_args( String name, String shortdesc, String desc, String startDate, String endDate, boolean isActive, String imagename, String login, String firstname, String lastname, String university, String Mail, String Tel, String Fak) { this(); this.name = name; this.shortdesc = shortdesc; this.desc = desc; this.startDate = startDate; this.endDate = endDate; this.isActive = isActive; setIsActiveIsSet(true); this.imagename = imagename; this.login = login; this.firstname = firstname; this.lastname = lastname; this.university = university; this.Mail = Mail; this.Tel = Tel; this.Fak = Fak; } /** * Performs a deep copy on other. */ public writeLecturedata_args(writeLecturedata_args other) { __isset_bitfield = other.__isset_bitfield; if (other.isSetName()) { this.name = other.name; } if (other.isSetShortdesc()) { this.shortdesc = other.shortdesc; } if (other.isSetDesc()) { this.desc = other.desc; } if (other.isSetStartDate()) { this.startDate = other.startDate; } if (other.isSetEndDate()) { this.endDate = other.endDate; } this.isActive = other.isActive; if (other.isSetImagename()) { this.imagename = other.imagename; } if (other.isSetLogin()) { this.login = other.login; } if (other.isSetFirstname()) { this.firstname = other.firstname; } if (other.isSetLastname()) { this.lastname = other.lastname; } if (other.isSetUniversity()) { this.university = other.university; } if (other.isSetMail()) { this.Mail = other.Mail; } if (other.isSetTel()) { this.Tel = other.Tel; } if (other.isSetFak()) { this.Fak = other.Fak; } } public writeLecturedata_args deepCopy() { return new writeLecturedata_args(this); } @Override public void clear() { this.name = null; this.shortdesc = null; this.desc = null; this.startDate = null; this.endDate = null; setIsActiveIsSet(false); this.isActive = false; this.imagename = null; this.login = null; this.firstname = null; this.lastname = null; this.university = null; this.Mail = null; this.Tel = null; this.Fak = null; } public String getName() { return this.name; } public writeLecturedata_args setName(String name) { this.name = name; return this; } public void unsetName() { this.name = null; } /** Returns true if field name is set (has been assigned a value) and false otherwise */ public boolean isSetName() { return this.name != null; } public void setNameIsSet(boolean value) { if (!value) { this.name = null; } } public String getShortdesc() { return this.shortdesc; } public writeLecturedata_args setShortdesc(String shortdesc) { this.shortdesc = shortdesc; return this; } public void unsetShortdesc() { this.shortdesc = null; } /** Returns true if field shortdesc is set (has been assigned a value) and false otherwise */ public boolean isSetShortdesc() { return this.shortdesc != null; } public void setShortdescIsSet(boolean value) { if (!value) { this.shortdesc = null; } } public String getDesc() { return this.desc; } public writeLecturedata_args setDesc(String desc) { this.desc = desc; return this; } public void unsetDesc() { this.desc = null; } /** Returns true if field desc is set (has been assigned a value) and false otherwise */ public boolean isSetDesc() { return this.desc != null; } public void setDescIsSet(boolean value) { if (!value) { this.desc = null; } } public String getStartDate() { return this.startDate; } public writeLecturedata_args setStartDate(String startDate) { this.startDate = startDate; return this; } public void unsetStartDate() { this.startDate = null; } /** Returns true if field startDate is set (has been assigned a value) and false otherwise */ public boolean isSetStartDate() { return this.startDate != null; } public void setStartDateIsSet(boolean value) { if (!value) { this.startDate = null; } } public String getEndDate() { return this.endDate; } public writeLecturedata_args setEndDate(String endDate) { this.endDate = endDate; return this; } public void unsetEndDate() { this.endDate = null; } /** Returns true if field endDate is set (has been assigned a value) and false otherwise */ public boolean isSetEndDate() { return this.endDate != null; } public void setEndDateIsSet(boolean value) { if (!value) { this.endDate = null; } } public boolean isIsActive() { return this.isActive; } public writeLecturedata_args setIsActive(boolean isActive) { this.isActive = isActive; setIsActiveIsSet(true); return this; } public void unsetIsActive() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __ISACTIVE_ISSET_ID); } /** Returns true if field isActive is set (has been assigned a value) and false otherwise */ public boolean isSetIsActive() { return EncodingUtils.testBit(__isset_bitfield, __ISACTIVE_ISSET_ID); } public void setIsActiveIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __ISACTIVE_ISSET_ID, value); } public String getImagename() { return this.imagename; } public writeLecturedata_args setImagename(String imagename) { this.imagename = imagename; return this; } public void unsetImagename() { this.imagename = null; } /** Returns true if field imagename is set (has been assigned a value) and false otherwise */ public boolean isSetImagename() { return this.imagename != null; } public void setImagenameIsSet(boolean value) { if (!value) { this.imagename = null; } } public String getLogin() { return this.login; } public writeLecturedata_args setLogin(String login) { this.login = login; return this; } public void unsetLogin() { this.login = null; } /** Returns true if field login is set (has been assigned a value) and false otherwise */ public boolean isSetLogin() { return this.login != null; } public void setLoginIsSet(boolean value) { if (!value) { this.login = null; } } public String getFirstname() { return this.firstname; } public writeLecturedata_args setFirstname(String firstname) { this.firstname = firstname; return this; } public void unsetFirstname() { this.firstname = null; } /** Returns true if field firstname is set (has been assigned a value) and false otherwise */ public boolean isSetFirstname() { return this.firstname != null; } public void setFirstnameIsSet(boolean value) { if (!value) { this.firstname = null; } } public String getLastname() { return this.lastname; } public writeLecturedata_args setLastname(String lastname) { this.lastname = lastname; return this; } public void unsetLastname() { this.lastname = null; } /** Returns true if field lastname is set (has been assigned a value) and false otherwise */ public boolean isSetLastname() { return this.lastname != null; } public void setLastnameIsSet(boolean value) { if (!value) { this.lastname = null; } } public String getUniversity() { return this.university; } public writeLecturedata_args setUniversity(String university) { this.university = university; return this; } public void unsetUniversity() { this.university = null; } /** Returns true if field university is set (has been assigned a value) and false otherwise */ public boolean isSetUniversity() { return this.university != null; } public void setUniversityIsSet(boolean value) { if (!value) { this.university = null; } } public String getMail() { return this.Mail; } public writeLecturedata_args setMail(String Mail) { this.Mail = Mail; return this; } public void unsetMail() { this.Mail = null; } /** Returns true if field Mail is set (has been assigned a value) and false otherwise */ public boolean isSetMail() { return this.Mail != null; } public void setMailIsSet(boolean value) { if (!value) { this.Mail = null; } } public String getTel() { return this.Tel; } public writeLecturedata_args setTel(String Tel) { this.Tel = Tel; return this; } public void unsetTel() { this.Tel = null; } /** Returns true if field Tel is set (has been assigned a value) and false otherwise */ public boolean isSetTel() { return this.Tel != null; } public void setTelIsSet(boolean value) { if (!value) { this.Tel = null; } } public String getFak() { return this.Fak; } public writeLecturedata_args setFak(String Fak) { this.Fak = Fak; return this; } public void unsetFak() { this.Fak = null; } /** Returns true if field Fak is set (has been assigned a value) and false otherwise */ public boolean isSetFak() { return this.Fak != null; } public void setFakIsSet(boolean value) { if (!value) { this.Fak = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case NAME: if (value == null) { unsetName(); } else { setName((String)value); } break; case SHORTDESC: if (value == null) { unsetShortdesc(); } else { setShortdesc((String)value); } break; case DESC: if (value == null) { unsetDesc(); } else { setDesc((String)value); } break; case START_DATE: if (value == null) { unsetStartDate(); } else { setStartDate((String)value); } break; case END_DATE: if (value == null) { unsetEndDate(); } else { setEndDate((String)value); } break; case IS_ACTIVE: if (value == null) { unsetIsActive(); } else { setIsActive((Boolean)value); } break; case IMAGENAME: if (value == null) { unsetImagename(); } else { setImagename((String)value); } break; case LOGIN: if (value == null) { unsetLogin(); } else { setLogin((String)value); } break; case FIRSTNAME: if (value == null) { unsetFirstname(); } else { setFirstname((String)value); } break; case LASTNAME: if (value == null) { unsetLastname(); } else { setLastname((String)value); } break; case UNIVERSITY: if (value == null) { unsetUniversity(); } else { setUniversity((String)value); } break; case MAIL: if (value == null) { unsetMail(); } else { setMail((String)value); } break; case TEL: if (value == null) { unsetTel(); } else { setTel((String)value); } break; case FAK: if (value == null) { unsetFak(); } else { setFak((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case NAME: return getName(); case SHORTDESC: return getShortdesc(); case DESC: return getDesc(); case START_DATE: return getStartDate(); case END_DATE: return getEndDate(); case IS_ACTIVE: return Boolean.valueOf(isIsActive()); case IMAGENAME: return getImagename(); case LOGIN: return getLogin(); case FIRSTNAME: return getFirstname(); case LASTNAME: return getLastname(); case UNIVERSITY: return getUniversity(); case MAIL: return getMail(); case TEL: return getTel(); case FAK: return getFak(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case NAME: return isSetName(); case SHORTDESC: return isSetShortdesc(); case DESC: return isSetDesc(); case START_DATE: return isSetStartDate(); case END_DATE: return isSetEndDate(); case IS_ACTIVE: return isSetIsActive(); case IMAGENAME: return isSetImagename(); case LOGIN: return isSetLogin(); case FIRSTNAME: return isSetFirstname(); case LASTNAME: return isSetLastname(); case UNIVERSITY: return isSetUniversity(); case MAIL: return isSetMail(); case TEL: return isSetTel(); case FAK: return isSetFak(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof writeLecturedata_args) return this.equals((writeLecturedata_args)that); return false; } public boolean equals(writeLecturedata_args that) { if (that == null) return false; boolean this_present_name = true && this.isSetName(); boolean that_present_name = true && that.isSetName(); if (this_present_name || that_present_name) { if (!(this_present_name && that_present_name)) return false; if (!this.name.equals(that.name)) return false; } boolean this_present_shortdesc = true && this.isSetShortdesc(); boolean that_present_shortdesc = true && that.isSetShortdesc(); if (this_present_shortdesc || that_present_shortdesc) { if (!(this_present_shortdesc && that_present_shortdesc)) return false; if (!this.shortdesc.equals(that.shortdesc)) return false; } boolean this_present_desc = true && this.isSetDesc(); boolean that_present_desc = true && that.isSetDesc(); if (this_present_desc || that_present_desc) { if (!(this_present_desc && that_present_desc)) return false; if (!this.desc.equals(that.desc)) return false; } boolean this_present_startDate = true && this.isSetStartDate(); boolean that_present_startDate = true && that.isSetStartDate(); if (this_present_startDate || that_present_startDate) { if (!(this_present_startDate && that_present_startDate)) return false; if (!this.startDate.equals(that.startDate)) return false; } boolean this_present_endDate = true && this.isSetEndDate(); boolean that_present_endDate = true && that.isSetEndDate(); if (this_present_endDate || that_present_endDate) { if (!(this_present_endDate && that_present_endDate)) return false; if (!this.endDate.equals(that.endDate)) return false; } boolean this_present_isActive = true; boolean that_present_isActive = true; if (this_present_isActive || that_present_isActive) { if (!(this_present_isActive && that_present_isActive)) return false; if (this.isActive != that.isActive) return false; } boolean this_present_imagename = true && this.isSetImagename(); boolean that_present_imagename = true && that.isSetImagename(); if (this_present_imagename || that_present_imagename) { if (!(this_present_imagename && that_present_imagename)) return false; if (!this.imagename.equals(that.imagename)) return false; } boolean this_present_login = true && this.isSetLogin(); boolean that_present_login = true && that.isSetLogin(); if (this_present_login || that_present_login) { if (!(this_present_login && that_present_login)) return false; if (!this.login.equals(that.login)) return false; } boolean this_present_firstname = true && this.isSetFirstname(); boolean that_present_firstname = true && that.isSetFirstname(); if (this_present_firstname || that_present_firstname) { if (!(this_present_firstname && that_present_firstname)) return false; if (!this.firstname.equals(that.firstname)) return false; } boolean this_present_lastname = true && this.isSetLastname(); boolean that_present_lastname = true && that.isSetLastname(); if (this_present_lastname || that_present_lastname) { if (!(this_present_lastname && that_present_lastname)) return false; if (!this.lastname.equals(that.lastname)) return false; } boolean this_present_university = true && this.isSetUniversity(); boolean that_present_university = true && that.isSetUniversity(); if (this_present_university || that_present_university) { if (!(this_present_university && that_present_university)) return false; if (!this.university.equals(that.university)) return false; } boolean this_present_Mail = true && this.isSetMail(); boolean that_present_Mail = true && that.isSetMail(); if (this_present_Mail || that_present_Mail) { if (!(this_present_Mail && that_present_Mail)) return false; if (!this.Mail.equals(that.Mail)) return false; } boolean this_present_Tel = true && this.isSetTel(); boolean that_present_Tel = true && that.isSetTel(); if (this_present_Tel || that_present_Tel) { if (!(this_present_Tel && that_present_Tel)) return false; if (!this.Tel.equals(that.Tel)) return false; } boolean this_present_Fak = true && this.isSetFak(); boolean that_present_Fak = true && that.isSetFak(); if (this_present_Fak || that_present_Fak) { if (!(this_present_Fak && that_present_Fak)) return false; if (!this.Fak.equals(that.Fak)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(writeLecturedata_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetName()).compareTo(other.isSetName()); if (lastComparison != 0) { return lastComparison; } if (isSetName()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.name, other.name); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetShortdesc()).compareTo(other.isSetShortdesc()); if (lastComparison != 0) { return lastComparison; } if (isSetShortdesc()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.shortdesc, other.shortdesc); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetDesc()).compareTo(other.isSetDesc()); if (lastComparison != 0) { return lastComparison; } if (isSetDesc()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.desc, other.desc); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetStartDate()).compareTo(other.isSetStartDate()); if (lastComparison != 0) { return lastComparison; } if (isSetStartDate()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.startDate, other.startDate); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetEndDate()).compareTo(other.isSetEndDate()); if (lastComparison != 0) { return lastComparison; } if (isSetEndDate()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.endDate, other.endDate); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetIsActive()).compareTo(other.isSetIsActive()); if (lastComparison != 0) { return lastComparison; } if (isSetIsActive()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.isActive, other.isActive); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetImagename()).compareTo(other.isSetImagename()); if (lastComparison != 0) { return lastComparison; } if (isSetImagename()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.imagename, other.imagename); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetLogin()).compareTo(other.isSetLogin()); if (lastComparison != 0) { return lastComparison; } if (isSetLogin()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.login, other.login); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetFirstname()).compareTo(other.isSetFirstname()); if (lastComparison != 0) { return lastComparison; } if (isSetFirstname()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.firstname, other.firstname); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetLastname()).compareTo(other.isSetLastname()); if (lastComparison != 0) { return lastComparison; } if (isSetLastname()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.lastname, other.lastname); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetUniversity()).compareTo(other.isSetUniversity()); if (lastComparison != 0) { return lastComparison; } if (isSetUniversity()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.university, other.university); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetMail()).compareTo(other.isSetMail()); if (lastComparison != 0) { return lastComparison; } if (isSetMail()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.Mail, other.Mail); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetTel()).compareTo(other.isSetTel()); if (lastComparison != 0) { return lastComparison; } if (isSetTel()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.Tel, other.Tel); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetFak()).compareTo(other.isSetFak()); if (lastComparison != 0) { return lastComparison; } if (isSetFak()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.Fak, other.Fak); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("writeLecturedata_args("); boolean first = true; sb.append("name:"); if (this.name == null) { sb.append("null"); } else { sb.append(this.name); } first = false; if (!first) sb.append(", "); sb.append("shortdesc:"); if (this.shortdesc == null) { sb.append("null"); } else { sb.append(this.shortdesc); } first = false; if (!first) sb.append(", "); sb.append("desc:"); if (this.desc == null) { sb.append("null"); } else { sb.append(this.desc); } first = false; if (!first) sb.append(", "); sb.append("startDate:"); if (this.startDate == null) { sb.append("null"); } else { sb.append(this.startDate); } first = false; if (!first) sb.append(", "); sb.append("endDate:"); if (this.endDate == null) { sb.append("null"); } else { sb.append(this.endDate); } first = false; if (!first) sb.append(", "); sb.append("isActive:"); sb.append(this.isActive); first = false; if (!first) sb.append(", "); sb.append("imagename:"); if (this.imagename == null) { sb.append("null"); } else { sb.append(this.imagename); } first = false; if (!first) sb.append(", "); sb.append("login:"); if (this.login == null) { sb.append("null"); } else { sb.append(this.login); } first = false; if (!first) sb.append(", "); sb.append("firstname:"); if (this.firstname == null) { sb.append("null"); } else { sb.append(this.firstname); } first = false; if (!first) sb.append(", "); sb.append("lastname:"); if (this.lastname == null) { sb.append("null"); } else { sb.append(this.lastname); } first = false; if (!first) sb.append(", "); sb.append("university:"); if (this.university == null) { sb.append("null"); } else { sb.append(this.university); } first = false; if (!first) sb.append(", "); sb.append("Mail:"); if (this.Mail == null) { sb.append("null"); } else { sb.append(this.Mail); } first = false; if (!first) sb.append(", "); sb.append("Tel:"); if (this.Tel == null) { sb.append("null"); } else { sb.append(this.Tel); } first = false; if (!first) sb.append(", "); sb.append("Fak:"); if (this.Fak == null) { sb.append("null"); } else { sb.append(this.Fak); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class writeLecturedata_argsStandardSchemeFactory implements SchemeFactory { public writeLecturedata_argsStandardScheme getScheme() { return new writeLecturedata_argsStandardScheme(); } } private static class writeLecturedata_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, writeLecturedata_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // NAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.name = iprot.readString(); struct.setNameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 2: // SHORTDESC if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.shortdesc = iprot.readString(); struct.setShortdescIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 3: // DESC if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.desc = iprot.readString(); struct.setDescIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 4: // START_DATE if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.startDate = iprot.readString(); struct.setStartDateIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 5: // END_DATE if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.endDate = iprot.readString(); struct.setEndDateIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 6: // IS_ACTIVE if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.isActive = iprot.readBool(); struct.setIsActiveIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 7: // IMAGENAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.imagename = iprot.readString(); struct.setImagenameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 8: // LOGIN if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.login = iprot.readString(); struct.setLoginIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 9: // FIRSTNAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.firstname = iprot.readString(); struct.setFirstnameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 10: // LASTNAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.lastname = iprot.readString(); struct.setLastnameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 11: // UNIVERSITY if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.university = iprot.readString(); struct.setUniversityIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 12: // MAIL if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.Mail = iprot.readString(); struct.setMailIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 13: // TEL if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.Tel = iprot.readString(); struct.setTelIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 14: // FAK if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.Fak = iprot.readString(); struct.setFakIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, writeLecturedata_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.name != null) { oprot.writeFieldBegin(NAME_FIELD_DESC); oprot.writeString(struct.name); oprot.writeFieldEnd(); } if (struct.shortdesc != null) { oprot.writeFieldBegin(SHORTDESC_FIELD_DESC); oprot.writeString(struct.shortdesc); oprot.writeFieldEnd(); } if (struct.desc != null) { oprot.writeFieldBegin(DESC_FIELD_DESC); oprot.writeString(struct.desc); oprot.writeFieldEnd(); } if (struct.startDate != null) { oprot.writeFieldBegin(START_DATE_FIELD_DESC); oprot.writeString(struct.startDate); oprot.writeFieldEnd(); } if (struct.endDate != null) { oprot.writeFieldBegin(END_DATE_FIELD_DESC); oprot.writeString(struct.endDate); oprot.writeFieldEnd(); } oprot.writeFieldBegin(IS_ACTIVE_FIELD_DESC); oprot.writeBool(struct.isActive); oprot.writeFieldEnd(); if (struct.imagename != null) { oprot.writeFieldBegin(IMAGENAME_FIELD_DESC); oprot.writeString(struct.imagename); oprot.writeFieldEnd(); } if (struct.login != null) { oprot.writeFieldBegin(LOGIN_FIELD_DESC); oprot.writeString(struct.login); oprot.writeFieldEnd(); } if (struct.firstname != null) { oprot.writeFieldBegin(FIRSTNAME_FIELD_DESC); oprot.writeString(struct.firstname); oprot.writeFieldEnd(); } if (struct.lastname != null) { oprot.writeFieldBegin(LASTNAME_FIELD_DESC); oprot.writeString(struct.lastname); oprot.writeFieldEnd(); } if (struct.university != null) { oprot.writeFieldBegin(UNIVERSITY_FIELD_DESC); oprot.writeString(struct.university); oprot.writeFieldEnd(); } if (struct.Mail != null) { oprot.writeFieldBegin(MAIL_FIELD_DESC); oprot.writeString(struct.Mail); oprot.writeFieldEnd(); } if (struct.Tel != null) { oprot.writeFieldBegin(TEL_FIELD_DESC); oprot.writeString(struct.Tel); oprot.writeFieldEnd(); } if (struct.Fak != null) { oprot.writeFieldBegin(FAK_FIELD_DESC); oprot.writeString(struct.Fak); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class writeLecturedata_argsTupleSchemeFactory implements SchemeFactory { public writeLecturedata_argsTupleScheme getScheme() { return new writeLecturedata_argsTupleScheme(); } } private static class writeLecturedata_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, writeLecturedata_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetName()) { optionals.set(0); } if (struct.isSetShortdesc()) { optionals.set(1); } if (struct.isSetDesc()) { optionals.set(2); } if (struct.isSetStartDate()) { optionals.set(3); } if (struct.isSetEndDate()) { optionals.set(4); } if (struct.isSetIsActive()) { optionals.set(5); } if (struct.isSetImagename()) { optionals.set(6); } if (struct.isSetLogin()) { optionals.set(7); } if (struct.isSetFirstname()) { optionals.set(8); } if (struct.isSetLastname()) { optionals.set(9); } if (struct.isSetUniversity()) { optionals.set(10); } if (struct.isSetMail()) { optionals.set(11); } if (struct.isSetTel()) { optionals.set(12); } if (struct.isSetFak()) { optionals.set(13); } oprot.writeBitSet(optionals, 14); if (struct.isSetName()) { oprot.writeString(struct.name); } if (struct.isSetShortdesc()) { oprot.writeString(struct.shortdesc); } if (struct.isSetDesc()) { oprot.writeString(struct.desc); } if (struct.isSetStartDate()) { oprot.writeString(struct.startDate); } if (struct.isSetEndDate()) { oprot.writeString(struct.endDate); } if (struct.isSetIsActive()) { oprot.writeBool(struct.isActive); } if (struct.isSetImagename()) { oprot.writeString(struct.imagename); } if (struct.isSetLogin()) { oprot.writeString(struct.login); } if (struct.isSetFirstname()) { oprot.writeString(struct.firstname); } if (struct.isSetLastname()) { oprot.writeString(struct.lastname); } if (struct.isSetUniversity()) { oprot.writeString(struct.university); } if (struct.isSetMail()) { oprot.writeString(struct.Mail); } if (struct.isSetTel()) { oprot.writeString(struct.Tel); } if (struct.isSetFak()) { oprot.writeString(struct.Fak); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, writeLecturedata_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(14); if (incoming.get(0)) { struct.name = iprot.readString(); struct.setNameIsSet(true); } if (incoming.get(1)) { struct.shortdesc = iprot.readString(); struct.setShortdescIsSet(true); } if (incoming.get(2)) { struct.desc = iprot.readString(); struct.setDescIsSet(true); } if (incoming.get(3)) { struct.startDate = iprot.readString(); struct.setStartDateIsSet(true); } if (incoming.get(4)) { struct.endDate = iprot.readString(); struct.setEndDateIsSet(true); } if (incoming.get(5)) { struct.isActive = iprot.readBool(); struct.setIsActiveIsSet(true); } if (incoming.get(6)) { struct.imagename = iprot.readString(); struct.setImagenameIsSet(true); } if (incoming.get(7)) { struct.login = iprot.readString(); struct.setLoginIsSet(true); } if (incoming.get(8)) { struct.firstname = iprot.readString(); struct.setFirstnameIsSet(true); } if (incoming.get(9)) { struct.lastname = iprot.readString(); struct.setLastnameIsSet(true); } if (incoming.get(10)) { struct.university = iprot.readString(); struct.setUniversityIsSet(true); } if (incoming.get(11)) { struct.Mail = iprot.readString(); struct.setMailIsSet(true); } if (incoming.get(12)) { struct.Tel = iprot.readString(); struct.setTelIsSet(true); } if (incoming.get(13)) { struct.Fak = iprot.readString(); struct.setFakIsSet(true); } } } } public static class writeLecturedata_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("writeLecturedata_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.BOOL, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new writeLecturedata_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new writeLecturedata_resultTupleSchemeFactory()); } public boolean success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(writeLecturedata_result.class, metaDataMap); } public writeLecturedata_result() { } public writeLecturedata_result( boolean success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on other. */ public writeLecturedata_result(writeLecturedata_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public writeLecturedata_result deepCopy() { return new writeLecturedata_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = false; } public boolean isSuccess() { return this.success; } public writeLecturedata_result setSuccess(boolean success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Boolean)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Boolean.valueOf(isSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof writeLecturedata_result) return this.equals((writeLecturedata_result)that); return false; } public boolean equals(writeLecturedata_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(writeLecturedata_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("writeLecturedata_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class writeLecturedata_resultStandardSchemeFactory implements SchemeFactory { public writeLecturedata_resultStandardScheme getScheme() { return new writeLecturedata_resultStandardScheme(); } } private static class writeLecturedata_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, writeLecturedata_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, writeLecturedata_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeBool(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class writeLecturedata_resultTupleSchemeFactory implements SchemeFactory { public writeLecturedata_resultTupleScheme getScheme() { return new writeLecturedata_resultTupleScheme(); } } private static class writeLecturedata_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, writeLecturedata_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeBool(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, writeLecturedata_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } } } } public static class startFileCopy_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("startFileCopy_args"); private static final org.apache.thrift.protocol.TField FILE_FIELD_DESC = new org.apache.thrift.protocol.TField("file", org.apache.thrift.protocol.TType.STRING, (short)1); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new startFileCopy_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new startFileCopy_argsTupleSchemeFactory()); } public String file; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { FILE((short)1, "file"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // FILE return FILE; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.FILE, new org.apache.thrift.meta_data.FieldMetaData("file", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(startFileCopy_args.class, metaDataMap); } public startFileCopy_args() { } public startFileCopy_args( String file) { this(); this.file = file; } /** * Performs a deep copy on other. */ public startFileCopy_args(startFileCopy_args other) { if (other.isSetFile()) { this.file = other.file; } } public startFileCopy_args deepCopy() { return new startFileCopy_args(this); } @Override public void clear() { this.file = null; } public String getFile() { return this.file; } public startFileCopy_args setFile(String file) { this.file = file; return this; } public void unsetFile() { this.file = null; } /** Returns true if field file is set (has been assigned a value) and false otherwise */ public boolean isSetFile() { return this.file != null; } public void setFileIsSet(boolean value) { if (!value) { this.file = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case FILE: if (value == null) { unsetFile(); } else { setFile((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case FILE: return getFile(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case FILE: return isSetFile(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof startFileCopy_args) return this.equals((startFileCopy_args)that); return false; } public boolean equals(startFileCopy_args that) { if (that == null) return false; boolean this_present_file = true && this.isSetFile(); boolean that_present_file = true && that.isSetFile(); if (this_present_file || that_present_file) { if (!(this_present_file && that_present_file)) return false; if (!this.file.equals(that.file)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(startFileCopy_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetFile()).compareTo(other.isSetFile()); if (lastComparison != 0) { return lastComparison; } if (isSetFile()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.file, other.file); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("startFileCopy_args("); boolean first = true; sb.append("file:"); if (this.file == null) { sb.append("null"); } else { sb.append(this.file); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class startFileCopy_argsStandardSchemeFactory implements SchemeFactory { public startFileCopy_argsStandardScheme getScheme() { return new startFileCopy_argsStandardScheme(); } } private static class startFileCopy_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, startFileCopy_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // FILE if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.file = iprot.readString(); struct.setFileIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, startFileCopy_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.file != null) { oprot.writeFieldBegin(FILE_FIELD_DESC); oprot.writeString(struct.file); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class startFileCopy_argsTupleSchemeFactory implements SchemeFactory { public startFileCopy_argsTupleScheme getScheme() { return new startFileCopy_argsTupleScheme(); } } private static class startFileCopy_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, startFileCopy_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetFile()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetFile()) { oprot.writeString(struct.file); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, startFileCopy_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.file = iprot.readString(); struct.setFileIsSet(true); } } } } public static class startFileCopy_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("startFileCopy_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.BOOL, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new startFileCopy_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new startFileCopy_resultTupleSchemeFactory()); } public boolean success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(startFileCopy_result.class, metaDataMap); } public startFileCopy_result() { } public startFileCopy_result( boolean success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on other. */ public startFileCopy_result(startFileCopy_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public startFileCopy_result deepCopy() { return new startFileCopy_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = false; } public boolean isSuccess() { return this.success; } public startFileCopy_result setSuccess(boolean success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Boolean)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Boolean.valueOf(isSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof startFileCopy_result) return this.equals((startFileCopy_result)that); return false; } public boolean equals(startFileCopy_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(startFileCopy_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("startFileCopy_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class startFileCopy_resultStandardSchemeFactory implements SchemeFactory { public startFileCopy_resultStandardScheme getScheme() { return new startFileCopy_resultStandardScheme(); } } private static class startFileCopy_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, startFileCopy_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, startFileCopy_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeBool(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class startFileCopy_resultTupleSchemeFactory implements SchemeFactory { public startFileCopy_resultTupleScheme getScheme() { return new startFileCopy_resultTupleScheme(); } } private static class startFileCopy_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, startFileCopy_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeBool(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, startFileCopy_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } } } } public static class getImageData_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getImageData_args"); private static final org.apache.thrift.protocol.TField IMAGEID_FIELD_DESC = new org.apache.thrift.protocol.TField("imageid", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField IMAGEVERSION_FIELD_DESC = new org.apache.thrift.protocol.TField("imageversion", org.apache.thrift.protocol.TType.STRING, (short)2); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getImageData_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new getImageData_argsTupleSchemeFactory()); } public String imageid; // required public String imageversion; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { IMAGEID((short)1, "imageid"), IMAGEVERSION((short)2, "imageversion"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // IMAGEID return IMAGEID; case 2: // IMAGEVERSION return IMAGEVERSION; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.IMAGEID, new org.apache.thrift.meta_data.FieldMetaData("imageid", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.IMAGEVERSION, new org.apache.thrift.meta_data.FieldMetaData("imageversion", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getImageData_args.class, metaDataMap); } public getImageData_args() { } public getImageData_args( String imageid, String imageversion) { this(); this.imageid = imageid; this.imageversion = imageversion; } /** * Performs a deep copy on other. */ public getImageData_args(getImageData_args other) { if (other.isSetImageid()) { this.imageid = other.imageid; } if (other.isSetImageversion()) { this.imageversion = other.imageversion; } } public getImageData_args deepCopy() { return new getImageData_args(this); } @Override public void clear() { this.imageid = null; this.imageversion = null; } public String getImageid() { return this.imageid; } public getImageData_args setImageid(String imageid) { this.imageid = imageid; return this; } public void unsetImageid() { this.imageid = null; } /** Returns true if field imageid is set (has been assigned a value) and false otherwise */ public boolean isSetImageid() { return this.imageid != null; } public void setImageidIsSet(boolean value) { if (!value) { this.imageid = null; } } public String getImageversion() { return this.imageversion; } public getImageData_args setImageversion(String imageversion) { this.imageversion = imageversion; return this; } public void unsetImageversion() { this.imageversion = null; } /** Returns true if field imageversion is set (has been assigned a value) and false otherwise */ public boolean isSetImageversion() { return this.imageversion != null; } public void setImageversionIsSet(boolean value) { if (!value) { this.imageversion = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case IMAGEID: if (value == null) { unsetImageid(); } else { setImageid((String)value); } break; case IMAGEVERSION: if (value == null) { unsetImageversion(); } else { setImageversion((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case IMAGEID: return getImageid(); case IMAGEVERSION: return getImageversion(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case IMAGEID: return isSetImageid(); case IMAGEVERSION: return isSetImageversion(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getImageData_args) return this.equals((getImageData_args)that); return false; } public boolean equals(getImageData_args that) { if (that == null) return false; boolean this_present_imageid = true && this.isSetImageid(); boolean that_present_imageid = true && that.isSetImageid(); if (this_present_imageid || that_present_imageid) { if (!(this_present_imageid && that_present_imageid)) return false; if (!this.imageid.equals(that.imageid)) return false; } boolean this_present_imageversion = true && this.isSetImageversion(); boolean that_present_imageversion = true && that.isSetImageversion(); if (this_present_imageversion || that_present_imageversion) { if (!(this_present_imageversion && that_present_imageversion)) return false; if (!this.imageversion.equals(that.imageversion)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getImageData_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetImageid()).compareTo(other.isSetImageid()); if (lastComparison != 0) { return lastComparison; } if (isSetImageid()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.imageid, other.imageid); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetImageversion()).compareTo(other.isSetImageversion()); if (lastComparison != 0) { return lastComparison; } if (isSetImageversion()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.imageversion, other.imageversion); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getImageData_args("); boolean first = true; sb.append("imageid:"); if (this.imageid == null) { sb.append("null"); } else { sb.append(this.imageid); } first = false; if (!first) sb.append(", "); sb.append("imageversion:"); if (this.imageversion == null) { sb.append("null"); } else { sb.append(this.imageversion); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getImageData_argsStandardSchemeFactory implements SchemeFactory { public getImageData_argsStandardScheme getScheme() { return new getImageData_argsStandardScheme(); } } private static class getImageData_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getImageData_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // IMAGEID if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.imageid = iprot.readString(); struct.setImageidIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 2: // IMAGEVERSION if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.imageversion = iprot.readString(); struct.setImageversionIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getImageData_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.imageid != null) { oprot.writeFieldBegin(IMAGEID_FIELD_DESC); oprot.writeString(struct.imageid); oprot.writeFieldEnd(); } if (struct.imageversion != null) { oprot.writeFieldBegin(IMAGEVERSION_FIELD_DESC); oprot.writeString(struct.imageversion); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getImageData_argsTupleSchemeFactory implements SchemeFactory { public getImageData_argsTupleScheme getScheme() { return new getImageData_argsTupleScheme(); } } private static class getImageData_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getImageData_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetImageid()) { optionals.set(0); } if (struct.isSetImageversion()) { optionals.set(1); } oprot.writeBitSet(optionals, 2); if (struct.isSetImageid()) { oprot.writeString(struct.imageid); } if (struct.isSetImageversion()) { oprot.writeString(struct.imageversion); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getImageData_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { struct.imageid = iprot.readString(); struct.setImageidIsSet(true); } if (incoming.get(1)) { struct.imageversion = iprot.readString(); struct.setImageversionIsSet(true); } } } } public static class getImageData_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getImageData_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.MAP, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getImageData_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getImageData_resultTupleSchemeFactory()); } public Map success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING), new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getImageData_result.class, metaDataMap); } public getImageData_result() { } public getImageData_result( Map success) { this(); this.success = success; } /** * Performs a deep copy on other. */ public getImageData_result(getImageData_result other) { if (other.isSetSuccess()) { Map __this__success = new HashMap(other.success); this.success = __this__success; } } public getImageData_result deepCopy() { return new getImageData_result(this); } @Override public void clear() { this.success = null; } public int getSuccessSize() { return (this.success == null) ? 0 : this.success.size(); } public void putToSuccess(String key, String val) { if (this.success == null) { this.success = new HashMap(); } this.success.put(key, val); } public Map getSuccess() { return this.success; } public getImageData_result setSuccess(Map success) { this.success = success; return this; } public void unsetSuccess() { this.success = null; } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return this.success != null; } public void setSuccessIsSet(boolean value) { if (!value) { this.success = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Map)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getImageData_result) return this.equals((getImageData_result)that); return false; } public boolean equals(getImageData_result that) { if (that == null) return false; boolean this_present_success = true && this.isSetSuccess(); boolean that_present_success = true && that.isSetSuccess(); if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (!this.success.equals(that.success)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getImageData_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getImageData_result("); boolean first = true; sb.append("success:"); if (this.success == null) { sb.append("null"); } else { sb.append(this.success); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getImageData_resultStandardSchemeFactory implements SchemeFactory { public getImageData_resultStandardScheme getScheme() { return new getImageData_resultStandardScheme(); } } private static class getImageData_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getImageData_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.MAP) { { org.apache.thrift.protocol.TMap _map42 = iprot.readMapBegin(); struct.success = new HashMap(2*_map42.size); for (int _i43 = 0; _i43 < _map42.size; ++_i43) { String _key44; String _val45; _key44 = iprot.readString(); _val45 = iprot.readString(); struct.success.put(_key44, _val45); } iprot.readMapEnd(); } struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getImageData_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.success != null) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, struct.success.size())); for (Map.Entry _iter46 : struct.success.entrySet()) { oprot.writeString(_iter46.getKey()); oprot.writeString(_iter46.getValue()); } oprot.writeMapEnd(); } oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getImageData_resultTupleSchemeFactory implements SchemeFactory { public getImageData_resultTupleScheme getScheme() { return new getImageData_resultTupleScheme(); } } private static class getImageData_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getImageData_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); for (Map.Entry _iter47 : struct.success.entrySet()) { oprot.writeString(_iter47.getKey()); oprot.writeString(_iter47.getValue()); } } } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getImageData_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { { org.apache.thrift.protocol.TMap _map48 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, iprot.readI32()); struct.success = new HashMap(2*_map48.size); for (int _i49 = 0; _i49 < _map48.size; ++_i49) { String _key50; String _val51; _key50 = iprot.readString(); _val51 = iprot.readString(); struct.success.put(_key50, _val51); } } struct.setSuccessIsSet(true); } } } } public static class getLectureData_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getLectureData_args"); private static final org.apache.thrift.protocol.TField LECTUREID_FIELD_DESC = new org.apache.thrift.protocol.TField("lectureid", org.apache.thrift.protocol.TType.STRING, (short)1); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getLectureData_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new getLectureData_argsTupleSchemeFactory()); } public String lectureid; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { LECTUREID((short)1, "lectureid"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // LECTUREID return LECTUREID; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.LECTUREID, new org.apache.thrift.meta_data.FieldMetaData("lectureid", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getLectureData_args.class, metaDataMap); } public getLectureData_args() { } public getLectureData_args( String lectureid) { this(); this.lectureid = lectureid; } /** * Performs a deep copy on other. */ public getLectureData_args(getLectureData_args other) { if (other.isSetLectureid()) { this.lectureid = other.lectureid; } } public getLectureData_args deepCopy() { return new getLectureData_args(this); } @Override public void clear() { this.lectureid = null; } public String getLectureid() { return this.lectureid; } public getLectureData_args setLectureid(String lectureid) { this.lectureid = lectureid; return this; } public void unsetLectureid() { this.lectureid = null; } /** Returns true if field lectureid is set (has been assigned a value) and false otherwise */ public boolean isSetLectureid() { return this.lectureid != null; } public void setLectureidIsSet(boolean value) { if (!value) { this.lectureid = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case LECTUREID: if (value == null) { unsetLectureid(); } else { setLectureid((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case LECTUREID: return getLectureid(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case LECTUREID: return isSetLectureid(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getLectureData_args) return this.equals((getLectureData_args)that); return false; } public boolean equals(getLectureData_args that) { if (that == null) return false; boolean this_present_lectureid = true && this.isSetLectureid(); boolean that_present_lectureid = true && that.isSetLectureid(); if (this_present_lectureid || that_present_lectureid) { if (!(this_present_lectureid && that_present_lectureid)) return false; if (!this.lectureid.equals(that.lectureid)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getLectureData_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetLectureid()).compareTo(other.isSetLectureid()); if (lastComparison != 0) { return lastComparison; } if (isSetLectureid()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.lectureid, other.lectureid); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getLectureData_args("); boolean first = true; sb.append("lectureid:"); if (this.lectureid == null) { sb.append("null"); } else { sb.append(this.lectureid); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getLectureData_argsStandardSchemeFactory implements SchemeFactory { public getLectureData_argsStandardScheme getScheme() { return new getLectureData_argsStandardScheme(); } } private static class getLectureData_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getLectureData_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // LECTUREID if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.lectureid = iprot.readString(); struct.setLectureidIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getLectureData_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.lectureid != null) { oprot.writeFieldBegin(LECTUREID_FIELD_DESC); oprot.writeString(struct.lectureid); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getLectureData_argsTupleSchemeFactory implements SchemeFactory { public getLectureData_argsTupleScheme getScheme() { return new getLectureData_argsTupleScheme(); } } private static class getLectureData_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getLectureData_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetLectureid()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetLectureid()) { oprot.writeString(struct.lectureid); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getLectureData_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.lectureid = iprot.readString(); struct.setLectureidIsSet(true); } } } } public static class getLectureData_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getLectureData_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.MAP, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getLectureData_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getLectureData_resultTupleSchemeFactory()); } public Map success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING), new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getLectureData_result.class, metaDataMap); } public getLectureData_result() { } public getLectureData_result( Map success) { this(); this.success = success; } /** * Performs a deep copy on other. */ public getLectureData_result(getLectureData_result other) { if (other.isSetSuccess()) { Map __this__success = new HashMap(other.success); this.success = __this__success; } } public getLectureData_result deepCopy() { return new getLectureData_result(this); } @Override public void clear() { this.success = null; } public int getSuccessSize() { return (this.success == null) ? 0 : this.success.size(); } public void putToSuccess(String key, String val) { if (this.success == null) { this.success = new HashMap(); } this.success.put(key, val); } public Map getSuccess() { return this.success; } public getLectureData_result setSuccess(Map success) { this.success = success; return this; } public void unsetSuccess() { this.success = null; } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return this.success != null; } public void setSuccessIsSet(boolean value) { if (!value) { this.success = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Map)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getLectureData_result) return this.equals((getLectureData_result)that); return false; } public boolean equals(getLectureData_result that) { if (that == null) return false; boolean this_present_success = true && this.isSetSuccess(); boolean that_present_success = true && that.isSetSuccess(); if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (!this.success.equals(that.success)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(getLectureData_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getLectureData_result("); boolean first = true; sb.append("success:"); if (this.success == null) { sb.append("null"); } else { sb.append(this.success); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getLectureData_resultStandardSchemeFactory implements SchemeFactory { public getLectureData_resultStandardScheme getScheme() { return new getLectureData_resultStandardScheme(); } } private static class getLectureData_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, getLectureData_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.MAP) { { org.apache.thrift.protocol.TMap _map52 = iprot.readMapBegin(); struct.success = new HashMap(2*_map52.size); for (int _i53 = 0; _i53 < _map52.size; ++_i53) { String _key54; String _val55; _key54 = iprot.readString(); _val55 = iprot.readString(); struct.success.put(_key54, _val55); } iprot.readMapEnd(); } struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getLectureData_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.success != null) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, struct.success.size())); for (Map.Entry _iter56 : struct.success.entrySet()) { oprot.writeString(_iter56.getKey()); oprot.writeString(_iter56.getValue()); } oprot.writeMapEnd(); } oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getLectureData_resultTupleSchemeFactory implements SchemeFactory { public getLectureData_resultTupleScheme getScheme() { return new getLectureData_resultTupleScheme(); } } private static class getLectureData_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getLectureData_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); for (Map.Entry _iter57 : struct.success.entrySet()) { oprot.writeString(_iter57.getKey()); oprot.writeString(_iter57.getValue()); } } } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getLectureData_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { { org.apache.thrift.protocol.TMap _map58 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, iprot.readI32()); struct.success = new HashMap(2*_map58.size); for (int _i59 = 0; _i59 < _map58.size; ++_i59) { String _key60; String _val61; _key60 = iprot.readString(); _val61 = iprot.readString(); struct.success.put(_key60, _val61); } } struct.setSuccessIsSet(true); } } } } public static class updateImageData_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("updateImageData_args"); private static final org.apache.thrift.protocol.TField NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("name", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField NEW_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("newName", org.apache.thrift.protocol.TType.STRING, (short)2); private static final org.apache.thrift.protocol.TField DESC_FIELD_DESC = new org.apache.thrift.protocol.TField("desc", org.apache.thrift.protocol.TType.STRING, (short)3); private static final org.apache.thrift.protocol.TField IMAGE_PATH_FIELD_DESC = new org.apache.thrift.protocol.TField("image_path", org.apache.thrift.protocol.TType.STRING, (short)4); private static final org.apache.thrift.protocol.TField LICENSE_FIELD_DESC = new org.apache.thrift.protocol.TField("license", org.apache.thrift.protocol.TType.BOOL, (short)5); private static final org.apache.thrift.protocol.TField INTERNET_FIELD_DESC = new org.apache.thrift.protocol.TField("internet", org.apache.thrift.protocol.TType.BOOL, (short)6); private static final org.apache.thrift.protocol.TField RAM_FIELD_DESC = new org.apache.thrift.protocol.TField("ram", org.apache.thrift.protocol.TType.I64, (short)7); private static final org.apache.thrift.protocol.TField CPU_FIELD_DESC = new org.apache.thrift.protocol.TField("cpu", org.apache.thrift.protocol.TType.I64, (short)8); private static final org.apache.thrift.protocol.TField ID_FIELD_DESC = new org.apache.thrift.protocol.TField("id", org.apache.thrift.protocol.TType.STRING, (short)9); private static final org.apache.thrift.protocol.TField VERSION_FIELD_DESC = new org.apache.thrift.protocol.TField("version", org.apache.thrift.protocol.TType.STRING, (short)10); private static final org.apache.thrift.protocol.TField IS_TEMPLATE_FIELD_DESC = new org.apache.thrift.protocol.TField("isTemplate", org.apache.thrift.protocol.TType.BOOL, (short)11); private static final org.apache.thrift.protocol.TField FILESIZE_FIELD_DESC = new org.apache.thrift.protocol.TField("filesize", org.apache.thrift.protocol.TType.I64, (short)12); private static final org.apache.thrift.protocol.TField SHARE_MODE_FIELD_DESC = new org.apache.thrift.protocol.TField("shareMode", org.apache.thrift.protocol.TType.I64, (short)13); private static final org.apache.thrift.protocol.TField OS_FIELD_DESC = new org.apache.thrift.protocol.TField("os", org.apache.thrift.protocol.TType.STRING, (short)14); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new updateImageData_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new updateImageData_argsTupleSchemeFactory()); } public String name; // required public String newName; // required public String desc; // required public String image_path; // required public boolean license; // required public boolean internet; // required public long ram; // required public long cpu; // required public String id; // required public String version; // required public boolean isTemplate; // required public long filesize; // required public long shareMode; // required public String os; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { NAME((short)1, "name"), NEW_NAME((short)2, "newName"), DESC((short)3, "desc"), IMAGE_PATH((short)4, "image_path"), LICENSE((short)5, "license"), INTERNET((short)6, "internet"), RAM((short)7, "ram"), CPU((short)8, "cpu"), ID((short)9, "id"), VERSION((short)10, "version"), IS_TEMPLATE((short)11, "isTemplate"), FILESIZE((short)12, "filesize"), SHARE_MODE((short)13, "shareMode"), OS((short)14, "os"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // NAME return NAME; case 2: // NEW_NAME return NEW_NAME; case 3: // DESC return DESC; case 4: // IMAGE_PATH return IMAGE_PATH; case 5: // LICENSE return LICENSE; case 6: // INTERNET return INTERNET; case 7: // RAM return RAM; case 8: // CPU return CPU; case 9: // ID return ID; case 10: // VERSION return VERSION; case 11: // IS_TEMPLATE return IS_TEMPLATE; case 12: // FILESIZE return FILESIZE; case 13: // SHARE_MODE return SHARE_MODE; case 14: // OS return OS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __LICENSE_ISSET_ID = 0; private static final int __INTERNET_ISSET_ID = 1; private static final int __RAM_ISSET_ID = 2; private static final int __CPU_ISSET_ID = 3; private static final int __ISTEMPLATE_ISSET_ID = 4; private static final int __FILESIZE_ISSET_ID = 5; private static final int __SHAREMODE_ISSET_ID = 6; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.NAME, new org.apache.thrift.meta_data.FieldMetaData("name", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.NEW_NAME, new org.apache.thrift.meta_data.FieldMetaData("newName", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.DESC, new org.apache.thrift.meta_data.FieldMetaData("desc", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.IMAGE_PATH, new org.apache.thrift.meta_data.FieldMetaData("image_path", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.LICENSE, new org.apache.thrift.meta_data.FieldMetaData("license", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); tmpMap.put(_Fields.INTERNET, new org.apache.thrift.meta_data.FieldMetaData("internet", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); tmpMap.put(_Fields.RAM, new org.apache.thrift.meta_data.FieldMetaData("ram", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64 , "int"))); tmpMap.put(_Fields.CPU, new org.apache.thrift.meta_data.FieldMetaData("cpu", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64 , "int"))); tmpMap.put(_Fields.ID, new org.apache.thrift.meta_data.FieldMetaData("id", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.VERSION, new org.apache.thrift.meta_data.FieldMetaData("version", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.IS_TEMPLATE, new org.apache.thrift.meta_data.FieldMetaData("isTemplate", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); tmpMap.put(_Fields.FILESIZE, new org.apache.thrift.meta_data.FieldMetaData("filesize", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64))); tmpMap.put(_Fields.SHARE_MODE, new org.apache.thrift.meta_data.FieldMetaData("shareMode", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64 , "int"))); tmpMap.put(_Fields.OS, new org.apache.thrift.meta_data.FieldMetaData("os", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(updateImageData_args.class, metaDataMap); } public updateImageData_args() { } public updateImageData_args( String name, String newName, String desc, String image_path, boolean license, boolean internet, long ram, long cpu, String id, String version, boolean isTemplate, long filesize, long shareMode, String os) { this(); this.name = name; this.newName = newName; this.desc = desc; this.image_path = image_path; this.license = license; setLicenseIsSet(true); this.internet = internet; setInternetIsSet(true); this.ram = ram; setRamIsSet(true); this.cpu = cpu; setCpuIsSet(true); this.id = id; this.version = version; this.isTemplate = isTemplate; setIsTemplateIsSet(true); this.filesize = filesize; setFilesizeIsSet(true); this.shareMode = shareMode; setShareModeIsSet(true); this.os = os; } /** * Performs a deep copy on other. */ public updateImageData_args(updateImageData_args other) { __isset_bitfield = other.__isset_bitfield; if (other.isSetName()) { this.name = other.name; } if (other.isSetNewName()) { this.newName = other.newName; } if (other.isSetDesc()) { this.desc = other.desc; } if (other.isSetImage_path()) { this.image_path = other.image_path; } this.license = other.license; this.internet = other.internet; this.ram = other.ram; this.cpu = other.cpu; if (other.isSetId()) { this.id = other.id; } if (other.isSetVersion()) { this.version = other.version; } this.isTemplate = other.isTemplate; this.filesize = other.filesize; this.shareMode = other.shareMode; if (other.isSetOs()) { this.os = other.os; } } public updateImageData_args deepCopy() { return new updateImageData_args(this); } @Override public void clear() { this.name = null; this.newName = null; this.desc = null; this.image_path = null; setLicenseIsSet(false); this.license = false; setInternetIsSet(false); this.internet = false; setRamIsSet(false); this.ram = 0; setCpuIsSet(false); this.cpu = 0; this.id = null; this.version = null; setIsTemplateIsSet(false); this.isTemplate = false; setFilesizeIsSet(false); this.filesize = 0; setShareModeIsSet(false); this.shareMode = 0; this.os = null; } public String getName() { return this.name; } public updateImageData_args setName(String name) { this.name = name; return this; } public void unsetName() { this.name = null; } /** Returns true if field name is set (has been assigned a value) and false otherwise */ public boolean isSetName() { return this.name != null; } public void setNameIsSet(boolean value) { if (!value) { this.name = null; } } public String getNewName() { return this.newName; } public updateImageData_args setNewName(String newName) { this.newName = newName; return this; } public void unsetNewName() { this.newName = null; } /** Returns true if field newName is set (has been assigned a value) and false otherwise */ public boolean isSetNewName() { return this.newName != null; } public void setNewNameIsSet(boolean value) { if (!value) { this.newName = null; } } public String getDesc() { return this.desc; } public updateImageData_args setDesc(String desc) { this.desc = desc; return this; } public void unsetDesc() { this.desc = null; } /** Returns true if field desc is set (has been assigned a value) and false otherwise */ public boolean isSetDesc() { return this.desc != null; } public void setDescIsSet(boolean value) { if (!value) { this.desc = null; } } public String getImage_path() { return this.image_path; } public updateImageData_args setImage_path(String image_path) { this.image_path = image_path; return this; } public void unsetImage_path() { this.image_path = null; } /** Returns true if field image_path is set (has been assigned a value) and false otherwise */ public boolean isSetImage_path() { return this.image_path != null; } public void setImage_pathIsSet(boolean value) { if (!value) { this.image_path = null; } } public boolean isLicense() { return this.license; } public updateImageData_args setLicense(boolean license) { this.license = license; setLicenseIsSet(true); return this; } public void unsetLicense() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __LICENSE_ISSET_ID); } /** Returns true if field license is set (has been assigned a value) and false otherwise */ public boolean isSetLicense() { return EncodingUtils.testBit(__isset_bitfield, __LICENSE_ISSET_ID); } public void setLicenseIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __LICENSE_ISSET_ID, value); } public boolean isInternet() { return this.internet; } public updateImageData_args setInternet(boolean internet) { this.internet = internet; setInternetIsSet(true); return this; } public void unsetInternet() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __INTERNET_ISSET_ID); } /** Returns true if field internet is set (has been assigned a value) and false otherwise */ public boolean isSetInternet() { return EncodingUtils.testBit(__isset_bitfield, __INTERNET_ISSET_ID); } public void setInternetIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __INTERNET_ISSET_ID, value); } public long getRam() { return this.ram; } public updateImageData_args setRam(long ram) { this.ram = ram; setRamIsSet(true); return this; } public void unsetRam() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __RAM_ISSET_ID); } /** Returns true if field ram is set (has been assigned a value) and false otherwise */ public boolean isSetRam() { return EncodingUtils.testBit(__isset_bitfield, __RAM_ISSET_ID); } public void setRamIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __RAM_ISSET_ID, value); } public long getCpu() { return this.cpu; } public updateImageData_args setCpu(long cpu) { this.cpu = cpu; setCpuIsSet(true); return this; } public void unsetCpu() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __CPU_ISSET_ID); } /** Returns true if field cpu is set (has been assigned a value) and false otherwise */ public boolean isSetCpu() { return EncodingUtils.testBit(__isset_bitfield, __CPU_ISSET_ID); } public void setCpuIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __CPU_ISSET_ID, value); } public String getId() { return this.id; } public updateImageData_args setId(String id) { this.id = id; return this; } public void unsetId() { this.id = null; } /** Returns true if field id is set (has been assigned a value) and false otherwise */ public boolean isSetId() { return this.id != null; } public void setIdIsSet(boolean value) { if (!value) { this.id = null; } } public String getVersion() { return this.version; } public updateImageData_args setVersion(String version) { this.version = version; return this; } public void unsetVersion() { this.version = null; } /** Returns true if field version is set (has been assigned a value) and false otherwise */ public boolean isSetVersion() { return this.version != null; } public void setVersionIsSet(boolean value) { if (!value) { this.version = null; } } public boolean isIsTemplate() { return this.isTemplate; } public updateImageData_args setIsTemplate(boolean isTemplate) { this.isTemplate = isTemplate; setIsTemplateIsSet(true); return this; } public void unsetIsTemplate() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __ISTEMPLATE_ISSET_ID); } /** Returns true if field isTemplate is set (has been assigned a value) and false otherwise */ public boolean isSetIsTemplate() { return EncodingUtils.testBit(__isset_bitfield, __ISTEMPLATE_ISSET_ID); } public void setIsTemplateIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __ISTEMPLATE_ISSET_ID, value); } public long getFilesize() { return this.filesize; } public updateImageData_args setFilesize(long filesize) { this.filesize = filesize; setFilesizeIsSet(true); return this; } public void unsetFilesize() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __FILESIZE_ISSET_ID); } /** Returns true if field filesize is set (has been assigned a value) and false otherwise */ public boolean isSetFilesize() { return EncodingUtils.testBit(__isset_bitfield, __FILESIZE_ISSET_ID); } public void setFilesizeIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __FILESIZE_ISSET_ID, value); } public long getShareMode() { return this.shareMode; } public updateImageData_args setShareMode(long shareMode) { this.shareMode = shareMode; setShareModeIsSet(true); return this; } public void unsetShareMode() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SHAREMODE_ISSET_ID); } /** Returns true if field shareMode is set (has been assigned a value) and false otherwise */ public boolean isSetShareMode() { return EncodingUtils.testBit(__isset_bitfield, __SHAREMODE_ISSET_ID); } public void setShareModeIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SHAREMODE_ISSET_ID, value); } public String getOs() { return this.os; } public updateImageData_args setOs(String os) { this.os = os; return this; } public void unsetOs() { this.os = null; } /** Returns true if field os is set (has been assigned a value) and false otherwise */ public boolean isSetOs() { return this.os != null; } public void setOsIsSet(boolean value) { if (!value) { this.os = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case NAME: if (value == null) { unsetName(); } else { setName((String)value); } break; case NEW_NAME: if (value == null) { unsetNewName(); } else { setNewName((String)value); } break; case DESC: if (value == null) { unsetDesc(); } else { setDesc((String)value); } break; case IMAGE_PATH: if (value == null) { unsetImage_path(); } else { setImage_path((String)value); } break; case LICENSE: if (value == null) { unsetLicense(); } else { setLicense((Boolean)value); } break; case INTERNET: if (value == null) { unsetInternet(); } else { setInternet((Boolean)value); } break; case RAM: if (value == null) { unsetRam(); } else { setRam((Long)value); } break; case CPU: if (value == null) { unsetCpu(); } else { setCpu((Long)value); } break; case ID: if (value == null) { unsetId(); } else { setId((String)value); } break; case VERSION: if (value == null) { unsetVersion(); } else { setVersion((String)value); } break; case IS_TEMPLATE: if (value == null) { unsetIsTemplate(); } else { setIsTemplate((Boolean)value); } break; case FILESIZE: if (value == null) { unsetFilesize(); } else { setFilesize((Long)value); } break; case SHARE_MODE: if (value == null) { unsetShareMode(); } else { setShareMode((Long)value); } break; case OS: if (value == null) { unsetOs(); } else { setOs((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case NAME: return getName(); case NEW_NAME: return getNewName(); case DESC: return getDesc(); case IMAGE_PATH: return getImage_path(); case LICENSE: return Boolean.valueOf(isLicense()); case INTERNET: return Boolean.valueOf(isInternet()); case RAM: return Long.valueOf(getRam()); case CPU: return Long.valueOf(getCpu()); case ID: return getId(); case VERSION: return getVersion(); case IS_TEMPLATE: return Boolean.valueOf(isIsTemplate()); case FILESIZE: return Long.valueOf(getFilesize()); case SHARE_MODE: return Long.valueOf(getShareMode()); case OS: return getOs(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case NAME: return isSetName(); case NEW_NAME: return isSetNewName(); case DESC: return isSetDesc(); case IMAGE_PATH: return isSetImage_path(); case LICENSE: return isSetLicense(); case INTERNET: return isSetInternet(); case RAM: return isSetRam(); case CPU: return isSetCpu(); case ID: return isSetId(); case VERSION: return isSetVersion(); case IS_TEMPLATE: return isSetIsTemplate(); case FILESIZE: return isSetFilesize(); case SHARE_MODE: return isSetShareMode(); case OS: return isSetOs(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof updateImageData_args) return this.equals((updateImageData_args)that); return false; } public boolean equals(updateImageData_args that) { if (that == null) return false; boolean this_present_name = true && this.isSetName(); boolean that_present_name = true && that.isSetName(); if (this_present_name || that_present_name) { if (!(this_present_name && that_present_name)) return false; if (!this.name.equals(that.name)) return false; } boolean this_present_newName = true && this.isSetNewName(); boolean that_present_newName = true && that.isSetNewName(); if (this_present_newName || that_present_newName) { if (!(this_present_newName && that_present_newName)) return false; if (!this.newName.equals(that.newName)) return false; } boolean this_present_desc = true && this.isSetDesc(); boolean that_present_desc = true && that.isSetDesc(); if (this_present_desc || that_present_desc) { if (!(this_present_desc && that_present_desc)) return false; if (!this.desc.equals(that.desc)) return false; } boolean this_present_image_path = true && this.isSetImage_path(); boolean that_present_image_path = true && that.isSetImage_path(); if (this_present_image_path || that_present_image_path) { if (!(this_present_image_path && that_present_image_path)) return false; if (!this.image_path.equals(that.image_path)) return false; } boolean this_present_license = true; boolean that_present_license = true; if (this_present_license || that_present_license) { if (!(this_present_license && that_present_license)) return false; if (this.license != that.license) return false; } boolean this_present_internet = true; boolean that_present_internet = true; if (this_present_internet || that_present_internet) { if (!(this_present_internet && that_present_internet)) return false; if (this.internet != that.internet) return false; } boolean this_present_ram = true; boolean that_present_ram = true; if (this_present_ram || that_present_ram) { if (!(this_present_ram && that_present_ram)) return false; if (this.ram != that.ram) return false; } boolean this_present_cpu = true; boolean that_present_cpu = true; if (this_present_cpu || that_present_cpu) { if (!(this_present_cpu && that_present_cpu)) return false; if (this.cpu != that.cpu) return false; } boolean this_present_id = true && this.isSetId(); boolean that_present_id = true && that.isSetId(); if (this_present_id || that_present_id) { if (!(this_present_id && that_present_id)) return false; if (!this.id.equals(that.id)) return false; } boolean this_present_version = true && this.isSetVersion(); boolean that_present_version = true && that.isSetVersion(); if (this_present_version || that_present_version) { if (!(this_present_version && that_present_version)) return false; if (!this.version.equals(that.version)) return false; } boolean this_present_isTemplate = true; boolean that_present_isTemplate = true; if (this_present_isTemplate || that_present_isTemplate) { if (!(this_present_isTemplate && that_present_isTemplate)) return false; if (this.isTemplate != that.isTemplate) return false; } boolean this_present_filesize = true; boolean that_present_filesize = true; if (this_present_filesize || that_present_filesize) { if (!(this_present_filesize && that_present_filesize)) return false; if (this.filesize != that.filesize) return false; } boolean this_present_shareMode = true; boolean that_present_shareMode = true; if (this_present_shareMode || that_present_shareMode) { if (!(this_present_shareMode && that_present_shareMode)) return false; if (this.shareMode != that.shareMode) return false; } boolean this_present_os = true && this.isSetOs(); boolean that_present_os = true && that.isSetOs(); if (this_present_os || that_present_os) { if (!(this_present_os && that_present_os)) return false; if (!this.os.equals(that.os)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(updateImageData_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetName()).compareTo(other.isSetName()); if (lastComparison != 0) { return lastComparison; } if (isSetName()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.name, other.name); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetNewName()).compareTo(other.isSetNewName()); if (lastComparison != 0) { return lastComparison; } if (isSetNewName()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.newName, other.newName); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetDesc()).compareTo(other.isSetDesc()); if (lastComparison != 0) { return lastComparison; } if (isSetDesc()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.desc, other.desc); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetImage_path()).compareTo(other.isSetImage_path()); if (lastComparison != 0) { return lastComparison; } if (isSetImage_path()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.image_path, other.image_path); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetLicense()).compareTo(other.isSetLicense()); if (lastComparison != 0) { return lastComparison; } if (isSetLicense()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.license, other.license); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetInternet()).compareTo(other.isSetInternet()); if (lastComparison != 0) { return lastComparison; } if (isSetInternet()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.internet, other.internet); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetRam()).compareTo(other.isSetRam()); if (lastComparison != 0) { return lastComparison; } if (isSetRam()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.ram, other.ram); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetCpu()).compareTo(other.isSetCpu()); if (lastComparison != 0) { return lastComparison; } if (isSetCpu()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.cpu, other.cpu); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetId()).compareTo(other.isSetId()); if (lastComparison != 0) { return lastComparison; } if (isSetId()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.id, other.id); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetVersion()).compareTo(other.isSetVersion()); if (lastComparison != 0) { return lastComparison; } if (isSetVersion()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.version, other.version); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetIsTemplate()).compareTo(other.isSetIsTemplate()); if (lastComparison != 0) { return lastComparison; } if (isSetIsTemplate()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.isTemplate, other.isTemplate); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetFilesize()).compareTo(other.isSetFilesize()); if (lastComparison != 0) { return lastComparison; } if (isSetFilesize()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.filesize, other.filesize); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetShareMode()).compareTo(other.isSetShareMode()); if (lastComparison != 0) { return lastComparison; } if (isSetShareMode()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.shareMode, other.shareMode); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetOs()).compareTo(other.isSetOs()); if (lastComparison != 0) { return lastComparison; } if (isSetOs()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.os, other.os); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("updateImageData_args("); boolean first = true; sb.append("name:"); if (this.name == null) { sb.append("null"); } else { sb.append(this.name); } first = false; if (!first) sb.append(", "); sb.append("newName:"); if (this.newName == null) { sb.append("null"); } else { sb.append(this.newName); } first = false; if (!first) sb.append(", "); sb.append("desc:"); if (this.desc == null) { sb.append("null"); } else { sb.append(this.desc); } first = false; if (!first) sb.append(", "); sb.append("image_path:"); if (this.image_path == null) { sb.append("null"); } else { sb.append(this.image_path); } first = false; if (!first) sb.append(", "); sb.append("license:"); sb.append(this.license); first = false; if (!first) sb.append(", "); sb.append("internet:"); sb.append(this.internet); first = false; if (!first) sb.append(", "); sb.append("ram:"); sb.append(this.ram); first = false; if (!first) sb.append(", "); sb.append("cpu:"); sb.append(this.cpu); first = false; if (!first) sb.append(", "); sb.append("id:"); if (this.id == null) { sb.append("null"); } else { sb.append(this.id); } first = false; if (!first) sb.append(", "); sb.append("version:"); if (this.version == null) { sb.append("null"); } else { sb.append(this.version); } first = false; if (!first) sb.append(", "); sb.append("isTemplate:"); sb.append(this.isTemplate); first = false; if (!first) sb.append(", "); sb.append("filesize:"); sb.append(this.filesize); first = false; if (!first) sb.append(", "); sb.append("shareMode:"); sb.append(this.shareMode); first = false; if (!first) sb.append(", "); sb.append("os:"); if (this.os == null) { sb.append("null"); } else { sb.append(this.os); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class updateImageData_argsStandardSchemeFactory implements SchemeFactory { public updateImageData_argsStandardScheme getScheme() { return new updateImageData_argsStandardScheme(); } } private static class updateImageData_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, updateImageData_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // NAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.name = iprot.readString(); struct.setNameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 2: // NEW_NAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.newName = iprot.readString(); struct.setNewNameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 3: // DESC if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.desc = iprot.readString(); struct.setDescIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 4: // IMAGE_PATH if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.image_path = iprot.readString(); struct.setImage_pathIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 5: // LICENSE if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.license = iprot.readBool(); struct.setLicenseIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 6: // INTERNET if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.internet = iprot.readBool(); struct.setInternetIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 7: // RAM if (schemeField.type == org.apache.thrift.protocol.TType.I64) { struct.ram = iprot.readI64(); struct.setRamIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 8: // CPU if (schemeField.type == org.apache.thrift.protocol.TType.I64) { struct.cpu = iprot.readI64(); struct.setCpuIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 9: // ID if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.id = iprot.readString(); struct.setIdIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 10: // VERSION if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.version = iprot.readString(); struct.setVersionIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 11: // IS_TEMPLATE if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.isTemplate = iprot.readBool(); struct.setIsTemplateIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 12: // FILESIZE if (schemeField.type == org.apache.thrift.protocol.TType.I64) { struct.filesize = iprot.readI64(); struct.setFilesizeIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 13: // SHARE_MODE if (schemeField.type == org.apache.thrift.protocol.TType.I64) { struct.shareMode = iprot.readI64(); struct.setShareModeIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 14: // OS if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.os = iprot.readString(); struct.setOsIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, updateImageData_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.name != null) { oprot.writeFieldBegin(NAME_FIELD_DESC); oprot.writeString(struct.name); oprot.writeFieldEnd(); } if (struct.newName != null) { oprot.writeFieldBegin(NEW_NAME_FIELD_DESC); oprot.writeString(struct.newName); oprot.writeFieldEnd(); } if (struct.desc != null) { oprot.writeFieldBegin(DESC_FIELD_DESC); oprot.writeString(struct.desc); oprot.writeFieldEnd(); } if (struct.image_path != null) { oprot.writeFieldBegin(IMAGE_PATH_FIELD_DESC); oprot.writeString(struct.image_path); oprot.writeFieldEnd(); } oprot.writeFieldBegin(LICENSE_FIELD_DESC); oprot.writeBool(struct.license); oprot.writeFieldEnd(); oprot.writeFieldBegin(INTERNET_FIELD_DESC); oprot.writeBool(struct.internet); oprot.writeFieldEnd(); oprot.writeFieldBegin(RAM_FIELD_DESC); oprot.writeI64(struct.ram); oprot.writeFieldEnd(); oprot.writeFieldBegin(CPU_FIELD_DESC); oprot.writeI64(struct.cpu); oprot.writeFieldEnd(); if (struct.id != null) { oprot.writeFieldBegin(ID_FIELD_DESC); oprot.writeString(struct.id); oprot.writeFieldEnd(); } if (struct.version != null) { oprot.writeFieldBegin(VERSION_FIELD_DESC); oprot.writeString(struct.version); oprot.writeFieldEnd(); } oprot.writeFieldBegin(IS_TEMPLATE_FIELD_DESC); oprot.writeBool(struct.isTemplate); oprot.writeFieldEnd(); oprot.writeFieldBegin(FILESIZE_FIELD_DESC); oprot.writeI64(struct.filesize); oprot.writeFieldEnd(); oprot.writeFieldBegin(SHARE_MODE_FIELD_DESC); oprot.writeI64(struct.shareMode); oprot.writeFieldEnd(); if (struct.os != null) { oprot.writeFieldBegin(OS_FIELD_DESC); oprot.writeString(struct.os); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class updateImageData_argsTupleSchemeFactory implements SchemeFactory { public updateImageData_argsTupleScheme getScheme() { return new updateImageData_argsTupleScheme(); } } private static class updateImageData_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, updateImageData_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetName()) { optionals.set(0); } if (struct.isSetNewName()) { optionals.set(1); } if (struct.isSetDesc()) { optionals.set(2); } if (struct.isSetImage_path()) { optionals.set(3); } if (struct.isSetLicense()) { optionals.set(4); } if (struct.isSetInternet()) { optionals.set(5); } if (struct.isSetRam()) { optionals.set(6); } if (struct.isSetCpu()) { optionals.set(7); } if (struct.isSetId()) { optionals.set(8); } if (struct.isSetVersion()) { optionals.set(9); } if (struct.isSetIsTemplate()) { optionals.set(10); } if (struct.isSetFilesize()) { optionals.set(11); } if (struct.isSetShareMode()) { optionals.set(12); } if (struct.isSetOs()) { optionals.set(13); } oprot.writeBitSet(optionals, 14); if (struct.isSetName()) { oprot.writeString(struct.name); } if (struct.isSetNewName()) { oprot.writeString(struct.newName); } if (struct.isSetDesc()) { oprot.writeString(struct.desc); } if (struct.isSetImage_path()) { oprot.writeString(struct.image_path); } if (struct.isSetLicense()) { oprot.writeBool(struct.license); } if (struct.isSetInternet()) { oprot.writeBool(struct.internet); } if (struct.isSetRam()) { oprot.writeI64(struct.ram); } if (struct.isSetCpu()) { oprot.writeI64(struct.cpu); } if (struct.isSetId()) { oprot.writeString(struct.id); } if (struct.isSetVersion()) { oprot.writeString(struct.version); } if (struct.isSetIsTemplate()) { oprot.writeBool(struct.isTemplate); } if (struct.isSetFilesize()) { oprot.writeI64(struct.filesize); } if (struct.isSetShareMode()) { oprot.writeI64(struct.shareMode); } if (struct.isSetOs()) { oprot.writeString(struct.os); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, updateImageData_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(14); if (incoming.get(0)) { struct.name = iprot.readString(); struct.setNameIsSet(true); } if (incoming.get(1)) { struct.newName = iprot.readString(); struct.setNewNameIsSet(true); } if (incoming.get(2)) { struct.desc = iprot.readString(); struct.setDescIsSet(true); } if (incoming.get(3)) { struct.image_path = iprot.readString(); struct.setImage_pathIsSet(true); } if (incoming.get(4)) { struct.license = iprot.readBool(); struct.setLicenseIsSet(true); } if (incoming.get(5)) { struct.internet = iprot.readBool(); struct.setInternetIsSet(true); } if (incoming.get(6)) { struct.ram = iprot.readI64(); struct.setRamIsSet(true); } if (incoming.get(7)) { struct.cpu = iprot.readI64(); struct.setCpuIsSet(true); } if (incoming.get(8)) { struct.id = iprot.readString(); struct.setIdIsSet(true); } if (incoming.get(9)) { struct.version = iprot.readString(); struct.setVersionIsSet(true); } if (incoming.get(10)) { struct.isTemplate = iprot.readBool(); struct.setIsTemplateIsSet(true); } if (incoming.get(11)) { struct.filesize = iprot.readI64(); struct.setFilesizeIsSet(true); } if (incoming.get(12)) { struct.shareMode = iprot.readI64(); struct.setShareModeIsSet(true); } if (incoming.get(13)) { struct.os = iprot.readString(); struct.setOsIsSet(true); } } } } public static class updateImageData_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("updateImageData_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.BOOL, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new updateImageData_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new updateImageData_resultTupleSchemeFactory()); } public boolean success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(updateImageData_result.class, metaDataMap); } public updateImageData_result() { } public updateImageData_result( boolean success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on other. */ public updateImageData_result(updateImageData_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public updateImageData_result deepCopy() { return new updateImageData_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = false; } public boolean isSuccess() { return this.success; } public updateImageData_result setSuccess(boolean success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Boolean)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Boolean.valueOf(isSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof updateImageData_result) return this.equals((updateImageData_result)that); return false; } public boolean equals(updateImageData_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(updateImageData_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("updateImageData_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class updateImageData_resultStandardSchemeFactory implements SchemeFactory { public updateImageData_resultStandardScheme getScheme() { return new updateImageData_resultStandardScheme(); } } private static class updateImageData_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, updateImageData_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, updateImageData_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeBool(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class updateImageData_resultTupleSchemeFactory implements SchemeFactory { public updateImageData_resultTupleScheme getScheme() { return new updateImageData_resultTupleScheme(); } } private static class updateImageData_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, updateImageData_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeBool(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, updateImageData_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } } } } public static class deleteImageData_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("deleteImageData_args"); private static final org.apache.thrift.protocol.TField ID_FIELD_DESC = new org.apache.thrift.protocol.TField("id", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField VERSION_FIELD_DESC = new org.apache.thrift.protocol.TField("version", org.apache.thrift.protocol.TType.STRING, (short)2); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new deleteImageData_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new deleteImageData_argsTupleSchemeFactory()); } public String id; // required public String version; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ID((short)1, "id"), VERSION((short)2, "version"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // ID return ID; case 2: // VERSION return VERSION; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.ID, new org.apache.thrift.meta_data.FieldMetaData("id", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.VERSION, new org.apache.thrift.meta_data.FieldMetaData("version", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(deleteImageData_args.class, metaDataMap); } public deleteImageData_args() { } public deleteImageData_args( String id, String version) { this(); this.id = id; this.version = version; } /** * Performs a deep copy on other. */ public deleteImageData_args(deleteImageData_args other) { if (other.isSetId()) { this.id = other.id; } if (other.isSetVersion()) { this.version = other.version; } } public deleteImageData_args deepCopy() { return new deleteImageData_args(this); } @Override public void clear() { this.id = null; this.version = null; } public String getId() { return this.id; } public deleteImageData_args setId(String id) { this.id = id; return this; } public void unsetId() { this.id = null; } /** Returns true if field id is set (has been assigned a value) and false otherwise */ public boolean isSetId() { return this.id != null; } public void setIdIsSet(boolean value) { if (!value) { this.id = null; } } public String getVersion() { return this.version; } public deleteImageData_args setVersion(String version) { this.version = version; return this; } public void unsetVersion() { this.version = null; } /** Returns true if field version is set (has been assigned a value) and false otherwise */ public boolean isSetVersion() { return this.version != null; } public void setVersionIsSet(boolean value) { if (!value) { this.version = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case ID: if (value == null) { unsetId(); } else { setId((String)value); } break; case VERSION: if (value == null) { unsetVersion(); } else { setVersion((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case ID: return getId(); case VERSION: return getVersion(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case ID: return isSetId(); case VERSION: return isSetVersion(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof deleteImageData_args) return this.equals((deleteImageData_args)that); return false; } public boolean equals(deleteImageData_args that) { if (that == null) return false; boolean this_present_id = true && this.isSetId(); boolean that_present_id = true && that.isSetId(); if (this_present_id || that_present_id) { if (!(this_present_id && that_present_id)) return false; if (!this.id.equals(that.id)) return false; } boolean this_present_version = true && this.isSetVersion(); boolean that_present_version = true && that.isSetVersion(); if (this_present_version || that_present_version) { if (!(this_present_version && that_present_version)) return false; if (!this.version.equals(that.version)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(deleteImageData_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetId()).compareTo(other.isSetId()); if (lastComparison != 0) { return lastComparison; } if (isSetId()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.id, other.id); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetVersion()).compareTo(other.isSetVersion()); if (lastComparison != 0) { return lastComparison; } if (isSetVersion()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.version, other.version); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("deleteImageData_args("); boolean first = true; sb.append("id:"); if (this.id == null) { sb.append("null"); } else { sb.append(this.id); } first = false; if (!first) sb.append(", "); sb.append("version:"); if (this.version == null) { sb.append("null"); } else { sb.append(this.version); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class deleteImageData_argsStandardSchemeFactory implements SchemeFactory { public deleteImageData_argsStandardScheme getScheme() { return new deleteImageData_argsStandardScheme(); } } private static class deleteImageData_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, deleteImageData_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // ID if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.id = iprot.readString(); struct.setIdIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 2: // VERSION if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.version = iprot.readString(); struct.setVersionIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, deleteImageData_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.id != null) { oprot.writeFieldBegin(ID_FIELD_DESC); oprot.writeString(struct.id); oprot.writeFieldEnd(); } if (struct.version != null) { oprot.writeFieldBegin(VERSION_FIELD_DESC); oprot.writeString(struct.version); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class deleteImageData_argsTupleSchemeFactory implements SchemeFactory { public deleteImageData_argsTupleScheme getScheme() { return new deleteImageData_argsTupleScheme(); } } private static class deleteImageData_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, deleteImageData_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetId()) { optionals.set(0); } if (struct.isSetVersion()) { optionals.set(1); } oprot.writeBitSet(optionals, 2); if (struct.isSetId()) { oprot.writeString(struct.id); } if (struct.isSetVersion()) { oprot.writeString(struct.version); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, deleteImageData_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { struct.id = iprot.readString(); struct.setIdIsSet(true); } if (incoming.get(1)) { struct.version = iprot.readString(); struct.setVersionIsSet(true); } } } } public static class deleteImageData_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("deleteImageData_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.BOOL, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new deleteImageData_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new deleteImageData_resultTupleSchemeFactory()); } public boolean success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(deleteImageData_result.class, metaDataMap); } public deleteImageData_result() { } public deleteImageData_result( boolean success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on other. */ public deleteImageData_result(deleteImageData_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public deleteImageData_result deepCopy() { return new deleteImageData_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = false; } public boolean isSuccess() { return this.success; } public deleteImageData_result setSuccess(boolean success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Boolean)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Boolean.valueOf(isSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof deleteImageData_result) return this.equals((deleteImageData_result)that); return false; } public boolean equals(deleteImageData_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(deleteImageData_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("deleteImageData_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class deleteImageData_resultStandardSchemeFactory implements SchemeFactory { public deleteImageData_resultStandardScheme getScheme() { return new deleteImageData_resultStandardScheme(); } } private static class deleteImageData_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, deleteImageData_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, deleteImageData_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeBool(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class deleteImageData_resultTupleSchemeFactory implements SchemeFactory { public deleteImageData_resultTupleScheme getScheme() { return new deleteImageData_resultTupleScheme(); } } private static class deleteImageData_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, deleteImageData_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeBool(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, deleteImageData_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } } } } public static class updateLecturedata_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("updateLecturedata_args"); private static final org.apache.thrift.protocol.TField NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("name", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField NEW_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("newName", org.apache.thrift.protocol.TType.STRING, (short)2); private static final org.apache.thrift.protocol.TField SHORTDESC_FIELD_DESC = new org.apache.thrift.protocol.TField("shortdesc", org.apache.thrift.protocol.TType.STRING, (short)3); private static final org.apache.thrift.protocol.TField DESC_FIELD_DESC = new org.apache.thrift.protocol.TField("desc", org.apache.thrift.protocol.TType.STRING, (short)4); private static final org.apache.thrift.protocol.TField START_DATE_FIELD_DESC = new org.apache.thrift.protocol.TField("startDate", org.apache.thrift.protocol.TType.STRING, (short)5); private static final org.apache.thrift.protocol.TField END_DATE_FIELD_DESC = new org.apache.thrift.protocol.TField("endDate", org.apache.thrift.protocol.TType.STRING, (short)6); private static final org.apache.thrift.protocol.TField IS_ACTIVE_FIELD_DESC = new org.apache.thrift.protocol.TField("isActive", org.apache.thrift.protocol.TType.BOOL, (short)7); private static final org.apache.thrift.protocol.TField IMAGEID_FIELD_DESC = new org.apache.thrift.protocol.TField("imageid", org.apache.thrift.protocol.TType.STRING, (short)8); private static final org.apache.thrift.protocol.TField IMAGEVERSION_FIELD_DESC = new org.apache.thrift.protocol.TField("imageversion", org.apache.thrift.protocol.TType.STRING, (short)9); private static final org.apache.thrift.protocol.TField USER_FIELD_DESC = new org.apache.thrift.protocol.TField("user", org.apache.thrift.protocol.TType.STRING, (short)10); private static final org.apache.thrift.protocol.TField FIRSTNAME_FIELD_DESC = new org.apache.thrift.protocol.TField("firstname", org.apache.thrift.protocol.TType.STRING, (short)11); private static final org.apache.thrift.protocol.TField LASTNAME_FIELD_DESC = new org.apache.thrift.protocol.TField("lastname", org.apache.thrift.protocol.TType.STRING, (short)12); private static final org.apache.thrift.protocol.TField UNIVERSITY_FIELD_DESC = new org.apache.thrift.protocol.TField("university", org.apache.thrift.protocol.TType.STRING, (short)13); private static final org.apache.thrift.protocol.TField MAIL_FIELD_DESC = new org.apache.thrift.protocol.TField("Mail", org.apache.thrift.protocol.TType.STRING, (short)14); private static final org.apache.thrift.protocol.TField TEL_FIELD_DESC = new org.apache.thrift.protocol.TField("Tel", org.apache.thrift.protocol.TType.STRING, (short)15); private static final org.apache.thrift.protocol.TField FAK_FIELD_DESC = new org.apache.thrift.protocol.TField("Fak", org.apache.thrift.protocol.TType.STRING, (short)16); private static final org.apache.thrift.protocol.TField ID_FIELD_DESC = new org.apache.thrift.protocol.TField("id", org.apache.thrift.protocol.TType.STRING, (short)17); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new updateLecturedata_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new updateLecturedata_argsTupleSchemeFactory()); } public String name; // required public String newName; // required public String shortdesc; // required public String desc; // required public String startDate; // required public String endDate; // required public boolean isActive; // required public String imageid; // required public String imageversion; // required public String user; // required public String firstname; // required public String lastname; // required public String university; // required public String Mail; // required public String Tel; // required public String Fak; // required public String id; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { NAME((short)1, "name"), NEW_NAME((short)2, "newName"), SHORTDESC((short)3, "shortdesc"), DESC((short)4, "desc"), START_DATE((short)5, "startDate"), END_DATE((short)6, "endDate"), IS_ACTIVE((short)7, "isActive"), IMAGEID((short)8, "imageid"), IMAGEVERSION((short)9, "imageversion"), USER((short)10, "user"), FIRSTNAME((short)11, "firstname"), LASTNAME((short)12, "lastname"), UNIVERSITY((short)13, "university"), MAIL((short)14, "Mail"), TEL((short)15, "Tel"), FAK((short)16, "Fak"), ID((short)17, "id"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // NAME return NAME; case 2: // NEW_NAME return NEW_NAME; case 3: // SHORTDESC return SHORTDESC; case 4: // DESC return DESC; case 5: // START_DATE return START_DATE; case 6: // END_DATE return END_DATE; case 7: // IS_ACTIVE return IS_ACTIVE; case 8: // IMAGEID return IMAGEID; case 9: // IMAGEVERSION return IMAGEVERSION; case 10: // USER return USER; case 11: // FIRSTNAME return FIRSTNAME; case 12: // LASTNAME return LASTNAME; case 13: // UNIVERSITY return UNIVERSITY; case 14: // MAIL return MAIL; case 15: // TEL return TEL; case 16: // FAK return FAK; case 17: // ID return ID; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __ISACTIVE_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.NAME, new org.apache.thrift.meta_data.FieldMetaData("name", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.NEW_NAME, new org.apache.thrift.meta_data.FieldMetaData("newName", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.SHORTDESC, new org.apache.thrift.meta_data.FieldMetaData("shortdesc", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.DESC, new org.apache.thrift.meta_data.FieldMetaData("desc", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.START_DATE, new org.apache.thrift.meta_data.FieldMetaData("startDate", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.END_DATE, new org.apache.thrift.meta_data.FieldMetaData("endDate", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.IS_ACTIVE, new org.apache.thrift.meta_data.FieldMetaData("isActive", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); tmpMap.put(_Fields.IMAGEID, new org.apache.thrift.meta_data.FieldMetaData("imageid", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.IMAGEVERSION, new org.apache.thrift.meta_data.FieldMetaData("imageversion", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.USER, new org.apache.thrift.meta_data.FieldMetaData("user", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.FIRSTNAME, new org.apache.thrift.meta_data.FieldMetaData("firstname", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.LASTNAME, new org.apache.thrift.meta_data.FieldMetaData("lastname", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.UNIVERSITY, new org.apache.thrift.meta_data.FieldMetaData("university", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.MAIL, new org.apache.thrift.meta_data.FieldMetaData("Mail", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.TEL, new org.apache.thrift.meta_data.FieldMetaData("Tel", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.FAK, new org.apache.thrift.meta_data.FieldMetaData("Fak", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.ID, new org.apache.thrift.meta_data.FieldMetaData("id", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(updateLecturedata_args.class, metaDataMap); } public updateLecturedata_args() { } public updateLecturedata_args( String name, String newName, String shortdesc, String desc, String startDate, String endDate, boolean isActive, String imageid, String imageversion, String user, String firstname, String lastname, String university, String Mail, String Tel, String Fak, String id) { this(); this.name = name; this.newName = newName; this.shortdesc = shortdesc; this.desc = desc; this.startDate = startDate; this.endDate = endDate; this.isActive = isActive; setIsActiveIsSet(true); this.imageid = imageid; this.imageversion = imageversion; this.user = user; this.firstname = firstname; this.lastname = lastname; this.university = university; this.Mail = Mail; this.Tel = Tel; this.Fak = Fak; this.id = id; } /** * Performs a deep copy on other. */ public updateLecturedata_args(updateLecturedata_args other) { __isset_bitfield = other.__isset_bitfield; if (other.isSetName()) { this.name = other.name; } if (other.isSetNewName()) { this.newName = other.newName; } if (other.isSetShortdesc()) { this.shortdesc = other.shortdesc; } if (other.isSetDesc()) { this.desc = other.desc; } if (other.isSetStartDate()) { this.startDate = other.startDate; } if (other.isSetEndDate()) { this.endDate = other.endDate; } this.isActive = other.isActive; if (other.isSetImageid()) { this.imageid = other.imageid; } if (other.isSetImageversion()) { this.imageversion = other.imageversion; } if (other.isSetUser()) { this.user = other.user; } if (other.isSetFirstname()) { this.firstname = other.firstname; } if (other.isSetLastname()) { this.lastname = other.lastname; } if (other.isSetUniversity()) { this.university = other.university; } if (other.isSetMail()) { this.Mail = other.Mail; } if (other.isSetTel()) { this.Tel = other.Tel; } if (other.isSetFak()) { this.Fak = other.Fak; } if (other.isSetId()) { this.id = other.id; } } public updateLecturedata_args deepCopy() { return new updateLecturedata_args(this); } @Override public void clear() { this.name = null; this.newName = null; this.shortdesc = null; this.desc = null; this.startDate = null; this.endDate = null; setIsActiveIsSet(false); this.isActive = false; this.imageid = null; this.imageversion = null; this.user = null; this.firstname = null; this.lastname = null; this.university = null; this.Mail = null; this.Tel = null; this.Fak = null; this.id = null; } public String getName() { return this.name; } public updateLecturedata_args setName(String name) { this.name = name; return this; } public void unsetName() { this.name = null; } /** Returns true if field name is set (has been assigned a value) and false otherwise */ public boolean isSetName() { return this.name != null; } public void setNameIsSet(boolean value) { if (!value) { this.name = null; } } public String getNewName() { return this.newName; } public updateLecturedata_args setNewName(String newName) { this.newName = newName; return this; } public void unsetNewName() { this.newName = null; } /** Returns true if field newName is set (has been assigned a value) and false otherwise */ public boolean isSetNewName() { return this.newName != null; } public void setNewNameIsSet(boolean value) { if (!value) { this.newName = null; } } public String getShortdesc() { return this.shortdesc; } public updateLecturedata_args setShortdesc(String shortdesc) { this.shortdesc = shortdesc; return this; } public void unsetShortdesc() { this.shortdesc = null; } /** Returns true if field shortdesc is set (has been assigned a value) and false otherwise */ public boolean isSetShortdesc() { return this.shortdesc != null; } public void setShortdescIsSet(boolean value) { if (!value) { this.shortdesc = null; } } public String getDesc() { return this.desc; } public updateLecturedata_args setDesc(String desc) { this.desc = desc; return this; } public void unsetDesc() { this.desc = null; } /** Returns true if field desc is set (has been assigned a value) and false otherwise */ public boolean isSetDesc() { return this.desc != null; } public void setDescIsSet(boolean value) { if (!value) { this.desc = null; } } public String getStartDate() { return this.startDate; } public updateLecturedata_args setStartDate(String startDate) { this.startDate = startDate; return this; } public void unsetStartDate() { this.startDate = null; } /** Returns true if field startDate is set (has been assigned a value) and false otherwise */ public boolean isSetStartDate() { return this.startDate != null; } public void setStartDateIsSet(boolean value) { if (!value) { this.startDate = null; } } public String getEndDate() { return this.endDate; } public updateLecturedata_args setEndDate(String endDate) { this.endDate = endDate; return this; } public void unsetEndDate() { this.endDate = null; } /** Returns true if field endDate is set (has been assigned a value) and false otherwise */ public boolean isSetEndDate() { return this.endDate != null; } public void setEndDateIsSet(boolean value) { if (!value) { this.endDate = null; } } public boolean isIsActive() { return this.isActive; } public updateLecturedata_args setIsActive(boolean isActive) { this.isActive = isActive; setIsActiveIsSet(true); return this; } public void unsetIsActive() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __ISACTIVE_ISSET_ID); } /** Returns true if field isActive is set (has been assigned a value) and false otherwise */ public boolean isSetIsActive() { return EncodingUtils.testBit(__isset_bitfield, __ISACTIVE_ISSET_ID); } public void setIsActiveIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __ISACTIVE_ISSET_ID, value); } public String getImageid() { return this.imageid; } public updateLecturedata_args setImageid(String imageid) { this.imageid = imageid; return this; } public void unsetImageid() { this.imageid = null; } /** Returns true if field imageid is set (has been assigned a value) and false otherwise */ public boolean isSetImageid() { return this.imageid != null; } public void setImageidIsSet(boolean value) { if (!value) { this.imageid = null; } } public String getImageversion() { return this.imageversion; } public updateLecturedata_args setImageversion(String imageversion) { this.imageversion = imageversion; return this; } public void unsetImageversion() { this.imageversion = null; } /** Returns true if field imageversion is set (has been assigned a value) and false otherwise */ public boolean isSetImageversion() { return this.imageversion != null; } public void setImageversionIsSet(boolean value) { if (!value) { this.imageversion = null; } } public String getUser() { return this.user; } public updateLecturedata_args setUser(String user) { this.user = user; return this; } public void unsetUser() { this.user = null; } /** Returns true if field user is set (has been assigned a value) and false otherwise */ public boolean isSetUser() { return this.user != null; } public void setUserIsSet(boolean value) { if (!value) { this.user = null; } } public String getFirstname() { return this.firstname; } public updateLecturedata_args setFirstname(String firstname) { this.firstname = firstname; return this; } public void unsetFirstname() { this.firstname = null; } /** Returns true if field firstname is set (has been assigned a value) and false otherwise */ public boolean isSetFirstname() { return this.firstname != null; } public void setFirstnameIsSet(boolean value) { if (!value) { this.firstname = null; } } public String getLastname() { return this.lastname; } public updateLecturedata_args setLastname(String lastname) { this.lastname = lastname; return this; } public void unsetLastname() { this.lastname = null; } /** Returns true if field lastname is set (has been assigned a value) and false otherwise */ public boolean isSetLastname() { return this.lastname != null; } public void setLastnameIsSet(boolean value) { if (!value) { this.lastname = null; } } public String getUniversity() { return this.university; } public updateLecturedata_args setUniversity(String university) { this.university = university; return this; } public void unsetUniversity() { this.university = null; } /** Returns true if field university is set (has been assigned a value) and false otherwise */ public boolean isSetUniversity() { return this.university != null; } public void setUniversityIsSet(boolean value) { if (!value) { this.university = null; } } public String getMail() { return this.Mail; } public updateLecturedata_args setMail(String Mail) { this.Mail = Mail; return this; } public void unsetMail() { this.Mail = null; } /** Returns true if field Mail is set (has been assigned a value) and false otherwise */ public boolean isSetMail() { return this.Mail != null; } public void setMailIsSet(boolean value) { if (!value) { this.Mail = null; } } public String getTel() { return this.Tel; } public updateLecturedata_args setTel(String Tel) { this.Tel = Tel; return this; } public void unsetTel() { this.Tel = null; } /** Returns true if field Tel is set (has been assigned a value) and false otherwise */ public boolean isSetTel() { return this.Tel != null; } public void setTelIsSet(boolean value) { if (!value) { this.Tel = null; } } public String getFak() { return this.Fak; } public updateLecturedata_args setFak(String Fak) { this.Fak = Fak; return this; } public void unsetFak() { this.Fak = null; } /** Returns true if field Fak is set (has been assigned a value) and false otherwise */ public boolean isSetFak() { return this.Fak != null; } public void setFakIsSet(boolean value) { if (!value) { this.Fak = null; } } public String getId() { return this.id; } public updateLecturedata_args setId(String id) { this.id = id; return this; } public void unsetId() { this.id = null; } /** Returns true if field id is set (has been assigned a value) and false otherwise */ public boolean isSetId() { return this.id != null; } public void setIdIsSet(boolean value) { if (!value) { this.id = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case NAME: if (value == null) { unsetName(); } else { setName((String)value); } break; case NEW_NAME: if (value == null) { unsetNewName(); } else { setNewName((String)value); } break; case SHORTDESC: if (value == null) { unsetShortdesc(); } else { setShortdesc((String)value); } break; case DESC: if (value == null) { unsetDesc(); } else { setDesc((String)value); } break; case START_DATE: if (value == null) { unsetStartDate(); } else { setStartDate((String)value); } break; case END_DATE: if (value == null) { unsetEndDate(); } else { setEndDate((String)value); } break; case IS_ACTIVE: if (value == null) { unsetIsActive(); } else { setIsActive((Boolean)value); } break; case IMAGEID: if (value == null) { unsetImageid(); } else { setImageid((String)value); } break; case IMAGEVERSION: if (value == null) { unsetImageversion(); } else { setImageversion((String)value); } break; case USER: if (value == null) { unsetUser(); } else { setUser((String)value); } break; case FIRSTNAME: if (value == null) { unsetFirstname(); } else { setFirstname((String)value); } break; case LASTNAME: if (value == null) { unsetLastname(); } else { setLastname((String)value); } break; case UNIVERSITY: if (value == null) { unsetUniversity(); } else { setUniversity((String)value); } break; case MAIL: if (value == null) { unsetMail(); } else { setMail((String)value); } break; case TEL: if (value == null) { unsetTel(); } else { setTel((String)value); } break; case FAK: if (value == null) { unsetFak(); } else { setFak((String)value); } break; case ID: if (value == null) { unsetId(); } else { setId((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case NAME: return getName(); case NEW_NAME: return getNewName(); case SHORTDESC: return getShortdesc(); case DESC: return getDesc(); case START_DATE: return getStartDate(); case END_DATE: return getEndDate(); case IS_ACTIVE: return Boolean.valueOf(isIsActive()); case IMAGEID: return getImageid(); case IMAGEVERSION: return getImageversion(); case USER: return getUser(); case FIRSTNAME: return getFirstname(); case LASTNAME: return getLastname(); case UNIVERSITY: return getUniversity(); case MAIL: return getMail(); case TEL: return getTel(); case FAK: return getFak(); case ID: return getId(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case NAME: return isSetName(); case NEW_NAME: return isSetNewName(); case SHORTDESC: return isSetShortdesc(); case DESC: return isSetDesc(); case START_DATE: return isSetStartDate(); case END_DATE: return isSetEndDate(); case IS_ACTIVE: return isSetIsActive(); case IMAGEID: return isSetImageid(); case IMAGEVERSION: return isSetImageversion(); case USER: return isSetUser(); case FIRSTNAME: return isSetFirstname(); case LASTNAME: return isSetLastname(); case UNIVERSITY: return isSetUniversity(); case MAIL: return isSetMail(); case TEL: return isSetTel(); case FAK: return isSetFak(); case ID: return isSetId(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof updateLecturedata_args) return this.equals((updateLecturedata_args)that); return false; } public boolean equals(updateLecturedata_args that) { if (that == null) return false; boolean this_present_name = true && this.isSetName(); boolean that_present_name = true && that.isSetName(); if (this_present_name || that_present_name) { if (!(this_present_name && that_present_name)) return false; if (!this.name.equals(that.name)) return false; } boolean this_present_newName = true && this.isSetNewName(); boolean that_present_newName = true && that.isSetNewName(); if (this_present_newName || that_present_newName) { if (!(this_present_newName && that_present_newName)) return false; if (!this.newName.equals(that.newName)) return false; } boolean this_present_shortdesc = true && this.isSetShortdesc(); boolean that_present_shortdesc = true && that.isSetShortdesc(); if (this_present_shortdesc || that_present_shortdesc) { if (!(this_present_shortdesc && that_present_shortdesc)) return false; if (!this.shortdesc.equals(that.shortdesc)) return false; } boolean this_present_desc = true && this.isSetDesc(); boolean that_present_desc = true && that.isSetDesc(); if (this_present_desc || that_present_desc) { if (!(this_present_desc && that_present_desc)) return false; if (!this.desc.equals(that.desc)) return false; } boolean this_present_startDate = true && this.isSetStartDate(); boolean that_present_startDate = true && that.isSetStartDate(); if (this_present_startDate || that_present_startDate) { if (!(this_present_startDate && that_present_startDate)) return false; if (!this.startDate.equals(that.startDate)) return false; } boolean this_present_endDate = true && this.isSetEndDate(); boolean that_present_endDate = true && that.isSetEndDate(); if (this_present_endDate || that_present_endDate) { if (!(this_present_endDate && that_present_endDate)) return false; if (!this.endDate.equals(that.endDate)) return false; } boolean this_present_isActive = true; boolean that_present_isActive = true; if (this_present_isActive || that_present_isActive) { if (!(this_present_isActive && that_present_isActive)) return false; if (this.isActive != that.isActive) return false; } boolean this_present_imageid = true && this.isSetImageid(); boolean that_present_imageid = true && that.isSetImageid(); if (this_present_imageid || that_present_imageid) { if (!(this_present_imageid && that_present_imageid)) return false; if (!this.imageid.equals(that.imageid)) return false; } boolean this_present_imageversion = true && this.isSetImageversion(); boolean that_present_imageversion = true && that.isSetImageversion(); if (this_present_imageversion || that_present_imageversion) { if (!(this_present_imageversion && that_present_imageversion)) return false; if (!this.imageversion.equals(that.imageversion)) return false; } boolean this_present_user = true && this.isSetUser(); boolean that_present_user = true && that.isSetUser(); if (this_present_user || that_present_user) { if (!(this_present_user && that_present_user)) return false; if (!this.user.equals(that.user)) return false; } boolean this_present_firstname = true && this.isSetFirstname(); boolean that_present_firstname = true && that.isSetFirstname(); if (this_present_firstname || that_present_firstname) { if (!(this_present_firstname && that_present_firstname)) return false; if (!this.firstname.equals(that.firstname)) return false; } boolean this_present_lastname = true && this.isSetLastname(); boolean that_present_lastname = true && that.isSetLastname(); if (this_present_lastname || that_present_lastname) { if (!(this_present_lastname && that_present_lastname)) return false; if (!this.lastname.equals(that.lastname)) return false; } boolean this_present_university = true && this.isSetUniversity(); boolean that_present_university = true && that.isSetUniversity(); if (this_present_university || that_present_university) { if (!(this_present_university && that_present_university)) return false; if (!this.university.equals(that.university)) return false; } boolean this_present_Mail = true && this.isSetMail(); boolean that_present_Mail = true && that.isSetMail(); if (this_present_Mail || that_present_Mail) { if (!(this_present_Mail && that_present_Mail)) return false; if (!this.Mail.equals(that.Mail)) return false; } boolean this_present_Tel = true && this.isSetTel(); boolean that_present_Tel = true && that.isSetTel(); if (this_present_Tel || that_present_Tel) { if (!(this_present_Tel && that_present_Tel)) return false; if (!this.Tel.equals(that.Tel)) return false; } boolean this_present_Fak = true && this.isSetFak(); boolean that_present_Fak = true && that.isSetFak(); if (this_present_Fak || that_present_Fak) { if (!(this_present_Fak && that_present_Fak)) return false; if (!this.Fak.equals(that.Fak)) return false; } boolean this_present_id = true && this.isSetId(); boolean that_present_id = true && that.isSetId(); if (this_present_id || that_present_id) { if (!(this_present_id && that_present_id)) return false; if (!this.id.equals(that.id)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(updateLecturedata_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetName()).compareTo(other.isSetName()); if (lastComparison != 0) { return lastComparison; } if (isSetName()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.name, other.name); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetNewName()).compareTo(other.isSetNewName()); if (lastComparison != 0) { return lastComparison; } if (isSetNewName()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.newName, other.newName); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetShortdesc()).compareTo(other.isSetShortdesc()); if (lastComparison != 0) { return lastComparison; } if (isSetShortdesc()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.shortdesc, other.shortdesc); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetDesc()).compareTo(other.isSetDesc()); if (lastComparison != 0) { return lastComparison; } if (isSetDesc()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.desc, other.desc); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetStartDate()).compareTo(other.isSetStartDate()); if (lastComparison != 0) { return lastComparison; } if (isSetStartDate()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.startDate, other.startDate); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetEndDate()).compareTo(other.isSetEndDate()); if (lastComparison != 0) { return lastComparison; } if (isSetEndDate()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.endDate, other.endDate); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetIsActive()).compareTo(other.isSetIsActive()); if (lastComparison != 0) { return lastComparison; } if (isSetIsActive()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.isActive, other.isActive); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetImageid()).compareTo(other.isSetImageid()); if (lastComparison != 0) { return lastComparison; } if (isSetImageid()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.imageid, other.imageid); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetImageversion()).compareTo(other.isSetImageversion()); if (lastComparison != 0) { return lastComparison; } if (isSetImageversion()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.imageversion, other.imageversion); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetUser()).compareTo(other.isSetUser()); if (lastComparison != 0) { return lastComparison; } if (isSetUser()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.user, other.user); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetFirstname()).compareTo(other.isSetFirstname()); if (lastComparison != 0) { return lastComparison; } if (isSetFirstname()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.firstname, other.firstname); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetLastname()).compareTo(other.isSetLastname()); if (lastComparison != 0) { return lastComparison; } if (isSetLastname()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.lastname, other.lastname); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetUniversity()).compareTo(other.isSetUniversity()); if (lastComparison != 0) { return lastComparison; } if (isSetUniversity()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.university, other.university); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetMail()).compareTo(other.isSetMail()); if (lastComparison != 0) { return lastComparison; } if (isSetMail()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.Mail, other.Mail); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetTel()).compareTo(other.isSetTel()); if (lastComparison != 0) { return lastComparison; } if (isSetTel()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.Tel, other.Tel); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetFak()).compareTo(other.isSetFak()); if (lastComparison != 0) { return lastComparison; } if (isSetFak()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.Fak, other.Fak); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetId()).compareTo(other.isSetId()); if (lastComparison != 0) { return lastComparison; } if (isSetId()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.id, other.id); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("updateLecturedata_args("); boolean first = true; sb.append("name:"); if (this.name == null) { sb.append("null"); } else { sb.append(this.name); } first = false; if (!first) sb.append(", "); sb.append("newName:"); if (this.newName == null) { sb.append("null"); } else { sb.append(this.newName); } first = false; if (!first) sb.append(", "); sb.append("shortdesc:"); if (this.shortdesc == null) { sb.append("null"); } else { sb.append(this.shortdesc); } first = false; if (!first) sb.append(", "); sb.append("desc:"); if (this.desc == null) { sb.append("null"); } else { sb.append(this.desc); } first = false; if (!first) sb.append(", "); sb.append("startDate:"); if (this.startDate == null) { sb.append("null"); } else { sb.append(this.startDate); } first = false; if (!first) sb.append(", "); sb.append("endDate:"); if (this.endDate == null) { sb.append("null"); } else { sb.append(this.endDate); } first = false; if (!first) sb.append(", "); sb.append("isActive:"); sb.append(this.isActive); first = false; if (!first) sb.append(", "); sb.append("imageid:"); if (this.imageid == null) { sb.append("null"); } else { sb.append(this.imageid); } first = false; if (!first) sb.append(", "); sb.append("imageversion:"); if (this.imageversion == null) { sb.append("null"); } else { sb.append(this.imageversion); } first = false; if (!first) sb.append(", "); sb.append("user:"); if (this.user == null) { sb.append("null"); } else { sb.append(this.user); } first = false; if (!first) sb.append(", "); sb.append("firstname:"); if (this.firstname == null) { sb.append("null"); } else { sb.append(this.firstname); } first = false; if (!first) sb.append(", "); sb.append("lastname:"); if (this.lastname == null) { sb.append("null"); } else { sb.append(this.lastname); } first = false; if (!first) sb.append(", "); sb.append("university:"); if (this.university == null) { sb.append("null"); } else { sb.append(this.university); } first = false; if (!first) sb.append(", "); sb.append("Mail:"); if (this.Mail == null) { sb.append("null"); } else { sb.append(this.Mail); } first = false; if (!first) sb.append(", "); sb.append("Tel:"); if (this.Tel == null) { sb.append("null"); } else { sb.append(this.Tel); } first = false; if (!first) sb.append(", "); sb.append("Fak:"); if (this.Fak == null) { sb.append("null"); } else { sb.append(this.Fak); } first = false; if (!first) sb.append(", "); sb.append("id:"); if (this.id == null) { sb.append("null"); } else { sb.append(this.id); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class updateLecturedata_argsStandardSchemeFactory implements SchemeFactory { public updateLecturedata_argsStandardScheme getScheme() { return new updateLecturedata_argsStandardScheme(); } } private static class updateLecturedata_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, updateLecturedata_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // NAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.name = iprot.readString(); struct.setNameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 2: // NEW_NAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.newName = iprot.readString(); struct.setNewNameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 3: // SHORTDESC if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.shortdesc = iprot.readString(); struct.setShortdescIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 4: // DESC if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.desc = iprot.readString(); struct.setDescIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 5: // START_DATE if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.startDate = iprot.readString(); struct.setStartDateIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 6: // END_DATE if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.endDate = iprot.readString(); struct.setEndDateIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 7: // IS_ACTIVE if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.isActive = iprot.readBool(); struct.setIsActiveIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 8: // IMAGEID if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.imageid = iprot.readString(); struct.setImageidIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 9: // IMAGEVERSION if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.imageversion = iprot.readString(); struct.setImageversionIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 10: // USER if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.user = iprot.readString(); struct.setUserIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 11: // FIRSTNAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.firstname = iprot.readString(); struct.setFirstnameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 12: // LASTNAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.lastname = iprot.readString(); struct.setLastnameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 13: // UNIVERSITY if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.university = iprot.readString(); struct.setUniversityIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 14: // MAIL if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.Mail = iprot.readString(); struct.setMailIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 15: // TEL if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.Tel = iprot.readString(); struct.setTelIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 16: // FAK if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.Fak = iprot.readString(); struct.setFakIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 17: // ID if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.id = iprot.readString(); struct.setIdIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, updateLecturedata_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.name != null) { oprot.writeFieldBegin(NAME_FIELD_DESC); oprot.writeString(struct.name); oprot.writeFieldEnd(); } if (struct.newName != null) { oprot.writeFieldBegin(NEW_NAME_FIELD_DESC); oprot.writeString(struct.newName); oprot.writeFieldEnd(); } if (struct.shortdesc != null) { oprot.writeFieldBegin(SHORTDESC_FIELD_DESC); oprot.writeString(struct.shortdesc); oprot.writeFieldEnd(); } if (struct.desc != null) { oprot.writeFieldBegin(DESC_FIELD_DESC); oprot.writeString(struct.desc); oprot.writeFieldEnd(); } if (struct.startDate != null) { oprot.writeFieldBegin(START_DATE_FIELD_DESC); oprot.writeString(struct.startDate); oprot.writeFieldEnd(); } if (struct.endDate != null) { oprot.writeFieldBegin(END_DATE_FIELD_DESC); oprot.writeString(struct.endDate); oprot.writeFieldEnd(); } oprot.writeFieldBegin(IS_ACTIVE_FIELD_DESC); oprot.writeBool(struct.isActive); oprot.writeFieldEnd(); if (struct.imageid != null) { oprot.writeFieldBegin(IMAGEID_FIELD_DESC); oprot.writeString(struct.imageid); oprot.writeFieldEnd(); } if (struct.imageversion != null) { oprot.writeFieldBegin(IMAGEVERSION_FIELD_DESC); oprot.writeString(struct.imageversion); oprot.writeFieldEnd(); } if (struct.user != null) { oprot.writeFieldBegin(USER_FIELD_DESC); oprot.writeString(struct.user); oprot.writeFieldEnd(); } if (struct.firstname != null) { oprot.writeFieldBegin(FIRSTNAME_FIELD_DESC); oprot.writeString(struct.firstname); oprot.writeFieldEnd(); } if (struct.lastname != null) { oprot.writeFieldBegin(LASTNAME_FIELD_DESC); oprot.writeString(struct.lastname); oprot.writeFieldEnd(); } if (struct.university != null) { oprot.writeFieldBegin(UNIVERSITY_FIELD_DESC); oprot.writeString(struct.university); oprot.writeFieldEnd(); } if (struct.Mail != null) { oprot.writeFieldBegin(MAIL_FIELD_DESC); oprot.writeString(struct.Mail); oprot.writeFieldEnd(); } if (struct.Tel != null) { oprot.writeFieldBegin(TEL_FIELD_DESC); oprot.writeString(struct.Tel); oprot.writeFieldEnd(); } if (struct.Fak != null) { oprot.writeFieldBegin(FAK_FIELD_DESC); oprot.writeString(struct.Fak); oprot.writeFieldEnd(); } if (struct.id != null) { oprot.writeFieldBegin(ID_FIELD_DESC); oprot.writeString(struct.id); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class updateLecturedata_argsTupleSchemeFactory implements SchemeFactory { public updateLecturedata_argsTupleScheme getScheme() { return new updateLecturedata_argsTupleScheme(); } } private static class updateLecturedata_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, updateLecturedata_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetName()) { optionals.set(0); } if (struct.isSetNewName()) { optionals.set(1); } if (struct.isSetShortdesc()) { optionals.set(2); } if (struct.isSetDesc()) { optionals.set(3); } if (struct.isSetStartDate()) { optionals.set(4); } if (struct.isSetEndDate()) { optionals.set(5); } if (struct.isSetIsActive()) { optionals.set(6); } if (struct.isSetImageid()) { optionals.set(7); } if (struct.isSetImageversion()) { optionals.set(8); } if (struct.isSetUser()) { optionals.set(9); } if (struct.isSetFirstname()) { optionals.set(10); } if (struct.isSetLastname()) { optionals.set(11); } if (struct.isSetUniversity()) { optionals.set(12); } if (struct.isSetMail()) { optionals.set(13); } if (struct.isSetTel()) { optionals.set(14); } if (struct.isSetFak()) { optionals.set(15); } if (struct.isSetId()) { optionals.set(16); } oprot.writeBitSet(optionals, 17); if (struct.isSetName()) { oprot.writeString(struct.name); } if (struct.isSetNewName()) { oprot.writeString(struct.newName); } if (struct.isSetShortdesc()) { oprot.writeString(struct.shortdesc); } if (struct.isSetDesc()) { oprot.writeString(struct.desc); } if (struct.isSetStartDate()) { oprot.writeString(struct.startDate); } if (struct.isSetEndDate()) { oprot.writeString(struct.endDate); } if (struct.isSetIsActive()) { oprot.writeBool(struct.isActive); } if (struct.isSetImageid()) { oprot.writeString(struct.imageid); } if (struct.isSetImageversion()) { oprot.writeString(struct.imageversion); } if (struct.isSetUser()) { oprot.writeString(struct.user); } if (struct.isSetFirstname()) { oprot.writeString(struct.firstname); } if (struct.isSetLastname()) { oprot.writeString(struct.lastname); } if (struct.isSetUniversity()) { oprot.writeString(struct.university); } if (struct.isSetMail()) { oprot.writeString(struct.Mail); } if (struct.isSetTel()) { oprot.writeString(struct.Tel); } if (struct.isSetFak()) { oprot.writeString(struct.Fak); } if (struct.isSetId()) { oprot.writeString(struct.id); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, updateLecturedata_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(17); if (incoming.get(0)) { struct.name = iprot.readString(); struct.setNameIsSet(true); } if (incoming.get(1)) { struct.newName = iprot.readString(); struct.setNewNameIsSet(true); } if (incoming.get(2)) { struct.shortdesc = iprot.readString(); struct.setShortdescIsSet(true); } if (incoming.get(3)) { struct.desc = iprot.readString(); struct.setDescIsSet(true); } if (incoming.get(4)) { struct.startDate = iprot.readString(); struct.setStartDateIsSet(true); } if (incoming.get(5)) { struct.endDate = iprot.readString(); struct.setEndDateIsSet(true); } if (incoming.get(6)) { struct.isActive = iprot.readBool(); struct.setIsActiveIsSet(true); } if (incoming.get(7)) { struct.imageid = iprot.readString(); struct.setImageidIsSet(true); } if (incoming.get(8)) { struct.imageversion = iprot.readString(); struct.setImageversionIsSet(true); } if (incoming.get(9)) { struct.user = iprot.readString(); struct.setUserIsSet(true); } if (incoming.get(10)) { struct.firstname = iprot.readString(); struct.setFirstnameIsSet(true); } if (incoming.get(11)) { struct.lastname = iprot.readString(); struct.setLastnameIsSet(true); } if (incoming.get(12)) { struct.university = iprot.readString(); struct.setUniversityIsSet(true); } if (incoming.get(13)) { struct.Mail = iprot.readString(); struct.setMailIsSet(true); } if (incoming.get(14)) { struct.Tel = iprot.readString(); struct.setTelIsSet(true); } if (incoming.get(15)) { struct.Fak = iprot.readString(); struct.setFakIsSet(true); } if (incoming.get(16)) { struct.id = iprot.readString(); struct.setIdIsSet(true); } } } } public static class updateLecturedata_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("updateLecturedata_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.BOOL, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new updateLecturedata_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new updateLecturedata_resultTupleSchemeFactory()); } public boolean success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(updateLecturedata_result.class, metaDataMap); } public updateLecturedata_result() { } public updateLecturedata_result( boolean success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on other. */ public updateLecturedata_result(updateLecturedata_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public updateLecturedata_result deepCopy() { return new updateLecturedata_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = false; } public boolean isSuccess() { return this.success; } public updateLecturedata_result setSuccess(boolean success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Boolean)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Boolean.valueOf(isSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof updateLecturedata_result) return this.equals((updateLecturedata_result)that); return false; } public boolean equals(updateLecturedata_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(updateLecturedata_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("updateLecturedata_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class updateLecturedata_resultStandardSchemeFactory implements SchemeFactory { public updateLecturedata_resultStandardScheme getScheme() { return new updateLecturedata_resultStandardScheme(); } } private static class updateLecturedata_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, updateLecturedata_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, updateLecturedata_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeBool(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class updateLecturedata_resultTupleSchemeFactory implements SchemeFactory { public updateLecturedata_resultTupleScheme getScheme() { return new updateLecturedata_resultTupleScheme(); } } private static class updateLecturedata_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, updateLecturedata_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeBool(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, updateLecturedata_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } } } } public static class deleteImageServer_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("deleteImageServer_args"); private static final org.apache.thrift.protocol.TField ID_FIELD_DESC = new org.apache.thrift.protocol.TField("id", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField VERSION_FIELD_DESC = new org.apache.thrift.protocol.TField("version", org.apache.thrift.protocol.TType.STRING, (short)2); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new deleteImageServer_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new deleteImageServer_argsTupleSchemeFactory()); } public String id; // required public String version; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ID((short)1, "id"), VERSION((short)2, "version"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // ID return ID; case 2: // VERSION return VERSION; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.ID, new org.apache.thrift.meta_data.FieldMetaData("id", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.VERSION, new org.apache.thrift.meta_data.FieldMetaData("version", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(deleteImageServer_args.class, metaDataMap); } public deleteImageServer_args() { } public deleteImageServer_args( String id, String version) { this(); this.id = id; this.version = version; } /** * Performs a deep copy on other. */ public deleteImageServer_args(deleteImageServer_args other) { if (other.isSetId()) { this.id = other.id; } if (other.isSetVersion()) { this.version = other.version; } } public deleteImageServer_args deepCopy() { return new deleteImageServer_args(this); } @Override public void clear() { this.id = null; this.version = null; } public String getId() { return this.id; } public deleteImageServer_args setId(String id) { this.id = id; return this; } public void unsetId() { this.id = null; } /** Returns true if field id is set (has been assigned a value) and false otherwise */ public boolean isSetId() { return this.id != null; } public void setIdIsSet(boolean value) { if (!value) { this.id = null; } } public String getVersion() { return this.version; } public deleteImageServer_args setVersion(String version) { this.version = version; return this; } public void unsetVersion() { this.version = null; } /** Returns true if field version is set (has been assigned a value) and false otherwise */ public boolean isSetVersion() { return this.version != null; } public void setVersionIsSet(boolean value) { if (!value) { this.version = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case ID: if (value == null) { unsetId(); } else { setId((String)value); } break; case VERSION: if (value == null) { unsetVersion(); } else { setVersion((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case ID: return getId(); case VERSION: return getVersion(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case ID: return isSetId(); case VERSION: return isSetVersion(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof deleteImageServer_args) return this.equals((deleteImageServer_args)that); return false; } public boolean equals(deleteImageServer_args that) { if (that == null) return false; boolean this_present_id = true && this.isSetId(); boolean that_present_id = true && that.isSetId(); if (this_present_id || that_present_id) { if (!(this_present_id && that_present_id)) return false; if (!this.id.equals(that.id)) return false; } boolean this_present_version = true && this.isSetVersion(); boolean that_present_version = true && that.isSetVersion(); if (this_present_version || that_present_version) { if (!(this_present_version && that_present_version)) return false; if (!this.version.equals(that.version)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(deleteImageServer_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetId()).compareTo(other.isSetId()); if (lastComparison != 0) { return lastComparison; } if (isSetId()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.id, other.id); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetVersion()).compareTo(other.isSetVersion()); if (lastComparison != 0) { return lastComparison; } if (isSetVersion()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.version, other.version); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("deleteImageServer_args("); boolean first = true; sb.append("id:"); if (this.id == null) { sb.append("null"); } else { sb.append(this.id); } first = false; if (!first) sb.append(", "); sb.append("version:"); if (this.version == null) { sb.append("null"); } else { sb.append(this.version); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class deleteImageServer_argsStandardSchemeFactory implements SchemeFactory { public deleteImageServer_argsStandardScheme getScheme() { return new deleteImageServer_argsStandardScheme(); } } private static class deleteImageServer_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, deleteImageServer_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // ID if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.id = iprot.readString(); struct.setIdIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 2: // VERSION if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.version = iprot.readString(); struct.setVersionIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, deleteImageServer_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.id != null) { oprot.writeFieldBegin(ID_FIELD_DESC); oprot.writeString(struct.id); oprot.writeFieldEnd(); } if (struct.version != null) { oprot.writeFieldBegin(VERSION_FIELD_DESC); oprot.writeString(struct.version); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class deleteImageServer_argsTupleSchemeFactory implements SchemeFactory { public deleteImageServer_argsTupleScheme getScheme() { return new deleteImageServer_argsTupleScheme(); } } private static class deleteImageServer_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, deleteImageServer_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetId()) { optionals.set(0); } if (struct.isSetVersion()) { optionals.set(1); } oprot.writeBitSet(optionals, 2); if (struct.isSetId()) { oprot.writeString(struct.id); } if (struct.isSetVersion()) { oprot.writeString(struct.version); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, deleteImageServer_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { struct.id = iprot.readString(); struct.setIdIsSet(true); } if (incoming.get(1)) { struct.version = iprot.readString(); struct.setVersionIsSet(true); } } } } public static class deleteImageServer_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("deleteImageServer_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.BOOL, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new deleteImageServer_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new deleteImageServer_resultTupleSchemeFactory()); } public boolean success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(deleteImageServer_result.class, metaDataMap); } public deleteImageServer_result() { } public deleteImageServer_result( boolean success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on other. */ public deleteImageServer_result(deleteImageServer_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public deleteImageServer_result deepCopy() { return new deleteImageServer_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = false; } public boolean isSuccess() { return this.success; } public deleteImageServer_result setSuccess(boolean success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Boolean)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Boolean.valueOf(isSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof deleteImageServer_result) return this.equals((deleteImageServer_result)that); return false; } public boolean equals(deleteImageServer_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(deleteImageServer_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("deleteImageServer_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class deleteImageServer_resultStandardSchemeFactory implements SchemeFactory { public deleteImageServer_resultStandardScheme getScheme() { return new deleteImageServer_resultStandardScheme(); } } private static class deleteImageServer_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, deleteImageServer_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, deleteImageServer_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeBool(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class deleteImageServer_resultTupleSchemeFactory implements SchemeFactory { public deleteImageServer_resultTupleScheme getScheme() { return new deleteImageServer_resultTupleScheme(); } } private static class deleteImageServer_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, deleteImageServer_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeBool(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, deleteImageServer_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } } } } public static class connectedToLecture_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("connectedToLecture_args"); private static final org.apache.thrift.protocol.TField ID_FIELD_DESC = new org.apache.thrift.protocol.TField("id", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField VERSION_FIELD_DESC = new org.apache.thrift.protocol.TField("version", org.apache.thrift.protocol.TType.STRING, (short)2); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new connectedToLecture_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new connectedToLecture_argsTupleSchemeFactory()); } public String id; // required public String version; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ID((short)1, "id"), VERSION((short)2, "version"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // ID return ID; case 2: // VERSION return VERSION; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.ID, new org.apache.thrift.meta_data.FieldMetaData("id", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.VERSION, new org.apache.thrift.meta_data.FieldMetaData("version", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(connectedToLecture_args.class, metaDataMap); } public connectedToLecture_args() { } public connectedToLecture_args( String id, String version) { this(); this.id = id; this.version = version; } /** * Performs a deep copy on other. */ public connectedToLecture_args(connectedToLecture_args other) { if (other.isSetId()) { this.id = other.id; } if (other.isSetVersion()) { this.version = other.version; } } public connectedToLecture_args deepCopy() { return new connectedToLecture_args(this); } @Override public void clear() { this.id = null; this.version = null; } public String getId() { return this.id; } public connectedToLecture_args setId(String id) { this.id = id; return this; } public void unsetId() { this.id = null; } /** Returns true if field id is set (has been assigned a value) and false otherwise */ public boolean isSetId() { return this.id != null; } public void setIdIsSet(boolean value) { if (!value) { this.id = null; } } public String getVersion() { return this.version; } public connectedToLecture_args setVersion(String version) { this.version = version; return this; } public void unsetVersion() { this.version = null; } /** Returns true if field version is set (has been assigned a value) and false otherwise */ public boolean isSetVersion() { return this.version != null; } public void setVersionIsSet(boolean value) { if (!value) { this.version = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case ID: if (value == null) { unsetId(); } else { setId((String)value); } break; case VERSION: if (value == null) { unsetVersion(); } else { setVersion((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case ID: return getId(); case VERSION: return getVersion(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case ID: return isSetId(); case VERSION: return isSetVersion(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof connectedToLecture_args) return this.equals((connectedToLecture_args)that); return false; } public boolean equals(connectedToLecture_args that) { if (that == null) return false; boolean this_present_id = true && this.isSetId(); boolean that_present_id = true && that.isSetId(); if (this_present_id || that_present_id) { if (!(this_present_id && that_present_id)) return false; if (!this.id.equals(that.id)) return false; } boolean this_present_version = true && this.isSetVersion(); boolean that_present_version = true && that.isSetVersion(); if (this_present_version || that_present_version) { if (!(this_present_version && that_present_version)) return false; if (!this.version.equals(that.version)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(connectedToLecture_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetId()).compareTo(other.isSetId()); if (lastComparison != 0) { return lastComparison; } if (isSetId()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.id, other.id); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetVersion()).compareTo(other.isSetVersion()); if (lastComparison != 0) { return lastComparison; } if (isSetVersion()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.version, other.version); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("connectedToLecture_args("); boolean first = true; sb.append("id:"); if (this.id == null) { sb.append("null"); } else { sb.append(this.id); } first = false; if (!first) sb.append(", "); sb.append("version:"); if (this.version == null) { sb.append("null"); } else { sb.append(this.version); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class connectedToLecture_argsStandardSchemeFactory implements SchemeFactory { public connectedToLecture_argsStandardScheme getScheme() { return new connectedToLecture_argsStandardScheme(); } } private static class connectedToLecture_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, connectedToLecture_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // ID if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.id = iprot.readString(); struct.setIdIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 2: // VERSION if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.version = iprot.readString(); struct.setVersionIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, connectedToLecture_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.id != null) { oprot.writeFieldBegin(ID_FIELD_DESC); oprot.writeString(struct.id); oprot.writeFieldEnd(); } if (struct.version != null) { oprot.writeFieldBegin(VERSION_FIELD_DESC); oprot.writeString(struct.version); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class connectedToLecture_argsTupleSchemeFactory implements SchemeFactory { public connectedToLecture_argsTupleScheme getScheme() { return new connectedToLecture_argsTupleScheme(); } } private static class connectedToLecture_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, connectedToLecture_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetId()) { optionals.set(0); } if (struct.isSetVersion()) { optionals.set(1); } oprot.writeBitSet(optionals, 2); if (struct.isSetId()) { oprot.writeString(struct.id); } if (struct.isSetVersion()) { oprot.writeString(struct.version); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, connectedToLecture_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { struct.id = iprot.readString(); struct.setIdIsSet(true); } if (incoming.get(1)) { struct.version = iprot.readString(); struct.setVersionIsSet(true); } } } } public static class connectedToLecture_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("connectedToLecture_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.BOOL, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new connectedToLecture_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new connectedToLecture_resultTupleSchemeFactory()); } public boolean success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(connectedToLecture_result.class, metaDataMap); } public connectedToLecture_result() { } public connectedToLecture_result( boolean success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on other. */ public connectedToLecture_result(connectedToLecture_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public connectedToLecture_result deepCopy() { return new connectedToLecture_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = false; } public boolean isSuccess() { return this.success; } public connectedToLecture_result setSuccess(boolean success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Boolean)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Boolean.valueOf(isSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof connectedToLecture_result) return this.equals((connectedToLecture_result)that); return false; } public boolean equals(connectedToLecture_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(connectedToLecture_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("connectedToLecture_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class connectedToLecture_resultStandardSchemeFactory implements SchemeFactory { public connectedToLecture_resultStandardScheme getScheme() { return new connectedToLecture_resultStandardScheme(); } } private static class connectedToLecture_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, connectedToLecture_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, connectedToLecture_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeBool(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class connectedToLecture_resultTupleSchemeFactory implements SchemeFactory { public connectedToLecture_resultTupleScheme getScheme() { return new connectedToLecture_resultTupleScheme(); } } private static class connectedToLecture_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, connectedToLecture_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeBool(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, connectedToLecture_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } } } } public static class deleteLecture_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("deleteLecture_args"); private static final org.apache.thrift.protocol.TField ID_FIELD_DESC = new org.apache.thrift.protocol.TField("id", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField HS_FIELD_DESC = new org.apache.thrift.protocol.TField("hs", org.apache.thrift.protocol.TType.STRING, (short)2); private static final org.apache.thrift.protocol.TField USER_FIELD_DESC = new org.apache.thrift.protocol.TField("user", org.apache.thrift.protocol.TType.STRING, (short)3); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new deleteLecture_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new deleteLecture_argsTupleSchemeFactory()); } public String id; // required public String hs; // required public String user; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ID((short)1, "id"), HS((short)2, "hs"), USER((short)3, "user"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // ID return ID; case 2: // HS return HS; case 3: // USER return USER; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.ID, new org.apache.thrift.meta_data.FieldMetaData("id", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.HS, new org.apache.thrift.meta_data.FieldMetaData("hs", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.USER, new org.apache.thrift.meta_data.FieldMetaData("user", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(deleteLecture_args.class, metaDataMap); } public deleteLecture_args() { } public deleteLecture_args( String id, String hs, String user) { this(); this.id = id; this.hs = hs; this.user = user; } /** * Performs a deep copy on other. */ public deleteLecture_args(deleteLecture_args other) { if (other.isSetId()) { this.id = other.id; } if (other.isSetHs()) { this.hs = other.hs; } if (other.isSetUser()) { this.user = other.user; } } public deleteLecture_args deepCopy() { return new deleteLecture_args(this); } @Override public void clear() { this.id = null; this.hs = null; this.user = null; } public String getId() { return this.id; } public deleteLecture_args setId(String id) { this.id = id; return this; } public void unsetId() { this.id = null; } /** Returns true if field id is set (has been assigned a value) and false otherwise */ public boolean isSetId() { return this.id != null; } public void setIdIsSet(boolean value) { if (!value) { this.id = null; } } public String getHs() { return this.hs; } public deleteLecture_args setHs(String hs) { this.hs = hs; return this; } public void unsetHs() { this.hs = null; } /** Returns true if field hs is set (has been assigned a value) and false otherwise */ public boolean isSetHs() { return this.hs != null; } public void setHsIsSet(boolean value) { if (!value) { this.hs = null; } } public String getUser() { return this.user; } public deleteLecture_args setUser(String user) { this.user = user; return this; } public void unsetUser() { this.user = null; } /** Returns true if field user is set (has been assigned a value) and false otherwise */ public boolean isSetUser() { return this.user != null; } public void setUserIsSet(boolean value) { if (!value) { this.user = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case ID: if (value == null) { unsetId(); } else { setId((String)value); } break; case HS: if (value == null) { unsetHs(); } else { setHs((String)value); } break; case USER: if (value == null) { unsetUser(); } else { setUser((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case ID: return getId(); case HS: return getHs(); case USER: return getUser(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case ID: return isSetId(); case HS: return isSetHs(); case USER: return isSetUser(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof deleteLecture_args) return this.equals((deleteLecture_args)that); return false; } public boolean equals(deleteLecture_args that) { if (that == null) return false; boolean this_present_id = true && this.isSetId(); boolean that_present_id = true && that.isSetId(); if (this_present_id || that_present_id) { if (!(this_present_id && that_present_id)) return false; if (!this.id.equals(that.id)) return false; } boolean this_present_hs = true && this.isSetHs(); boolean that_present_hs = true && that.isSetHs(); if (this_present_hs || that_present_hs) { if (!(this_present_hs && that_present_hs)) return false; if (!this.hs.equals(that.hs)) return false; } boolean this_present_user = true && this.isSetUser(); boolean that_present_user = true && that.isSetUser(); if (this_present_user || that_present_user) { if (!(this_present_user && that_present_user)) return false; if (!this.user.equals(that.user)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(deleteLecture_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetId()).compareTo(other.isSetId()); if (lastComparison != 0) { return lastComparison; } if (isSetId()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.id, other.id); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetHs()).compareTo(other.isSetHs()); if (lastComparison != 0) { return lastComparison; } if (isSetHs()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.hs, other.hs); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetUser()).compareTo(other.isSetUser()); if (lastComparison != 0) { return lastComparison; } if (isSetUser()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.user, other.user); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("deleteLecture_args("); boolean first = true; sb.append("id:"); if (this.id == null) { sb.append("null"); } else { sb.append(this.id); } first = false; if (!first) sb.append(", "); sb.append("hs:"); if (this.hs == null) { sb.append("null"); } else { sb.append(this.hs); } first = false; if (!first) sb.append(", "); sb.append("user:"); if (this.user == null) { sb.append("null"); } else { sb.append(this.user); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class deleteLecture_argsStandardSchemeFactory implements SchemeFactory { public deleteLecture_argsStandardScheme getScheme() { return new deleteLecture_argsStandardScheme(); } } private static class deleteLecture_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, deleteLecture_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // ID if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.id = iprot.readString(); struct.setIdIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 2: // HS if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.hs = iprot.readString(); struct.setHsIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 3: // USER if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.user = iprot.readString(); struct.setUserIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, deleteLecture_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.id != null) { oprot.writeFieldBegin(ID_FIELD_DESC); oprot.writeString(struct.id); oprot.writeFieldEnd(); } if (struct.hs != null) { oprot.writeFieldBegin(HS_FIELD_DESC); oprot.writeString(struct.hs); oprot.writeFieldEnd(); } if (struct.user != null) { oprot.writeFieldBegin(USER_FIELD_DESC); oprot.writeString(struct.user); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class deleteLecture_argsTupleSchemeFactory implements SchemeFactory { public deleteLecture_argsTupleScheme getScheme() { return new deleteLecture_argsTupleScheme(); } } private static class deleteLecture_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, deleteLecture_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetId()) { optionals.set(0); } if (struct.isSetHs()) { optionals.set(1); } if (struct.isSetUser()) { optionals.set(2); } oprot.writeBitSet(optionals, 3); if (struct.isSetId()) { oprot.writeString(struct.id); } if (struct.isSetHs()) { oprot.writeString(struct.hs); } if (struct.isSetUser()) { oprot.writeString(struct.user); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, deleteLecture_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(3); if (incoming.get(0)) { struct.id = iprot.readString(); struct.setIdIsSet(true); } if (incoming.get(1)) { struct.hs = iprot.readString(); struct.setHsIsSet(true); } if (incoming.get(2)) { struct.user = iprot.readString(); struct.setUserIsSet(true); } } } } public static class deleteLecture_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("deleteLecture_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.BOOL, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new deleteLecture_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new deleteLecture_resultTupleSchemeFactory()); } public boolean success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(deleteLecture_result.class, metaDataMap); } public deleteLecture_result() { } public deleteLecture_result( boolean success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on other. */ public deleteLecture_result(deleteLecture_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public deleteLecture_result deepCopy() { return new deleteLecture_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = false; } public boolean isSuccess() { return this.success; } public deleteLecture_result setSuccess(boolean success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Boolean)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Boolean.valueOf(isSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof deleteLecture_result) return this.equals((deleteLecture_result)that); return false; } public boolean equals(deleteLecture_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(deleteLecture_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("deleteLecture_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class deleteLecture_resultStandardSchemeFactory implements SchemeFactory { public deleteLecture_resultStandardScheme getScheme() { return new deleteLecture_resultStandardScheme(); } } private static class deleteLecture_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, deleteLecture_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, deleteLecture_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeBool(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class deleteLecture_resultTupleSchemeFactory implements SchemeFactory { public deleteLecture_resultTupleScheme getScheme() { return new deleteLecture_resultTupleScheme(); } } private static class deleteLecture_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, deleteLecture_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeBool(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, deleteLecture_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } } } } public static class checkUser_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("checkUser_args"); private static final org.apache.thrift.protocol.TField USERNAME_FIELD_DESC = new org.apache.thrift.protocol.TField("username", org.apache.thrift.protocol.TType.STRING, (short)1); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new checkUser_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new checkUser_argsTupleSchemeFactory()); } public String username; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { USERNAME((short)1, "username"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // USERNAME return USERNAME; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.USERNAME, new org.apache.thrift.meta_data.FieldMetaData("username", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(checkUser_args.class, metaDataMap); } public checkUser_args() { } public checkUser_args( String username) { this(); this.username = username; } /** * Performs a deep copy on other. */ public checkUser_args(checkUser_args other) { if (other.isSetUsername()) { this.username = other.username; } } public checkUser_args deepCopy() { return new checkUser_args(this); } @Override public void clear() { this.username = null; } public String getUsername() { return this.username; } public checkUser_args setUsername(String username) { this.username = username; return this; } public void unsetUsername() { this.username = null; } /** Returns true if field username is set (has been assigned a value) and false otherwise */ public boolean isSetUsername() { return this.username != null; } public void setUsernameIsSet(boolean value) { if (!value) { this.username = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case USERNAME: if (value == null) { unsetUsername(); } else { setUsername((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case USERNAME: return getUsername(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case USERNAME: return isSetUsername(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof checkUser_args) return this.equals((checkUser_args)that); return false; } public boolean equals(checkUser_args that) { if (that == null) return false; boolean this_present_username = true && this.isSetUsername(); boolean that_present_username = true && that.isSetUsername(); if (this_present_username || that_present_username) { if (!(this_present_username && that_present_username)) return false; if (!this.username.equals(that.username)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(checkUser_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetUsername()).compareTo(other.isSetUsername()); if (lastComparison != 0) { return lastComparison; } if (isSetUsername()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.username, other.username); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("checkUser_args("); boolean first = true; sb.append("username:"); if (this.username == null) { sb.append("null"); } else { sb.append(this.username); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class checkUser_argsStandardSchemeFactory implements SchemeFactory { public checkUser_argsStandardScheme getScheme() { return new checkUser_argsStandardScheme(); } } private static class checkUser_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, checkUser_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // USERNAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.username = iprot.readString(); struct.setUsernameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, checkUser_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.username != null) { oprot.writeFieldBegin(USERNAME_FIELD_DESC); oprot.writeString(struct.username); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class checkUser_argsTupleSchemeFactory implements SchemeFactory { public checkUser_argsTupleScheme getScheme() { return new checkUser_argsTupleScheme(); } } private static class checkUser_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, checkUser_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetUsername()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetUsername()) { oprot.writeString(struct.username); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, checkUser_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.username = iprot.readString(); struct.setUsernameIsSet(true); } } } } public static class checkUser_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("checkUser_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.BOOL, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new checkUser_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new checkUser_resultTupleSchemeFactory()); } public boolean success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(checkUser_result.class, metaDataMap); } public checkUser_result() { } public checkUser_result( boolean success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on other. */ public checkUser_result(checkUser_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public checkUser_result deepCopy() { return new checkUser_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = false; } public boolean isSuccess() { return this.success; } public checkUser_result setSuccess(boolean success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Boolean)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Boolean.valueOf(isSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof checkUser_result) return this.equals((checkUser_result)that); return false; } public boolean equals(checkUser_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(checkUser_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("checkUser_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class checkUser_resultStandardSchemeFactory implements SchemeFactory { public checkUser_resultStandardScheme getScheme() { return new checkUser_resultStandardScheme(); } } private static class checkUser_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, checkUser_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, checkUser_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeBool(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class checkUser_resultTupleSchemeFactory implements SchemeFactory { public checkUser_resultTupleScheme getScheme() { return new checkUser_resultTupleScheme(); } } private static class checkUser_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, checkUser_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeBool(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, checkUser_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } } } } public static class createUser_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("createUser_args"); private static final org.apache.thrift.protocol.TField LOGIN_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("loginName", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField LAST_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("lastName", org.apache.thrift.protocol.TType.STRING, (short)2); private static final org.apache.thrift.protocol.TField FIRST_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("firstName", org.apache.thrift.protocol.TType.STRING, (short)3); private static final org.apache.thrift.protocol.TField MAIL_FIELD_DESC = new org.apache.thrift.protocol.TField("mail", org.apache.thrift.protocol.TType.STRING, (short)4); private static final org.apache.thrift.protocol.TField UNIVERSITY_FIELD_DESC = new org.apache.thrift.protocol.TField("university", org.apache.thrift.protocol.TType.STRING, (short)5); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new createUser_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new createUser_argsTupleSchemeFactory()); } public String loginName; // required public String lastName; // required public String firstName; // required public String mail; // required public String university; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { LOGIN_NAME((short)1, "loginName"), LAST_NAME((short)2, "lastName"), FIRST_NAME((short)3, "firstName"), MAIL((short)4, "mail"), UNIVERSITY((short)5, "university"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // LOGIN_NAME return LOGIN_NAME; case 2: // LAST_NAME return LAST_NAME; case 3: // FIRST_NAME return FIRST_NAME; case 4: // MAIL return MAIL; case 5: // UNIVERSITY return UNIVERSITY; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.LOGIN_NAME, new org.apache.thrift.meta_data.FieldMetaData("loginName", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.LAST_NAME, new org.apache.thrift.meta_data.FieldMetaData("lastName", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.FIRST_NAME, new org.apache.thrift.meta_data.FieldMetaData("firstName", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.MAIL, new org.apache.thrift.meta_data.FieldMetaData("mail", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.UNIVERSITY, new org.apache.thrift.meta_data.FieldMetaData("university", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(createUser_args.class, metaDataMap); } public createUser_args() { } public createUser_args( String loginName, String lastName, String firstName, String mail, String university) { this(); this.loginName = loginName; this.lastName = lastName; this.firstName = firstName; this.mail = mail; this.university = university; } /** * Performs a deep copy on other. */ public createUser_args(createUser_args other) { if (other.isSetLoginName()) { this.loginName = other.loginName; } if (other.isSetLastName()) { this.lastName = other.lastName; } if (other.isSetFirstName()) { this.firstName = other.firstName; } if (other.isSetMail()) { this.mail = other.mail; } if (other.isSetUniversity()) { this.university = other.university; } } public createUser_args deepCopy() { return new createUser_args(this); } @Override public void clear() { this.loginName = null; this.lastName = null; this.firstName = null; this.mail = null; this.university = null; } public String getLoginName() { return this.loginName; } public createUser_args setLoginName(String loginName) { this.loginName = loginName; return this; } public void unsetLoginName() { this.loginName = null; } /** Returns true if field loginName is set (has been assigned a value) and false otherwise */ public boolean isSetLoginName() { return this.loginName != null; } public void setLoginNameIsSet(boolean value) { if (!value) { this.loginName = null; } } public String getLastName() { return this.lastName; } public createUser_args setLastName(String lastName) { this.lastName = lastName; return this; } public void unsetLastName() { this.lastName = null; } /** Returns true if field lastName is set (has been assigned a value) and false otherwise */ public boolean isSetLastName() { return this.lastName != null; } public void setLastNameIsSet(boolean value) { if (!value) { this.lastName = null; } } public String getFirstName() { return this.firstName; } public createUser_args setFirstName(String firstName) { this.firstName = firstName; return this; } public void unsetFirstName() { this.firstName = null; } /** Returns true if field firstName is set (has been assigned a value) and false otherwise */ public boolean isSetFirstName() { return this.firstName != null; } public void setFirstNameIsSet(boolean value) { if (!value) { this.firstName = null; } } public String getMail() { return this.mail; } public createUser_args setMail(String mail) { this.mail = mail; return this; } public void unsetMail() { this.mail = null; } /** Returns true if field mail is set (has been assigned a value) and false otherwise */ public boolean isSetMail() { return this.mail != null; } public void setMailIsSet(boolean value) { if (!value) { this.mail = null; } } public String getUniversity() { return this.university; } public createUser_args setUniversity(String university) { this.university = university; return this; } public void unsetUniversity() { this.university = null; } /** Returns true if field university is set (has been assigned a value) and false otherwise */ public boolean isSetUniversity() { return this.university != null; } public void setUniversityIsSet(boolean value) { if (!value) { this.university = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case LOGIN_NAME: if (value == null) { unsetLoginName(); } else { setLoginName((String)value); } break; case LAST_NAME: if (value == null) { unsetLastName(); } else { setLastName((String)value); } break; case FIRST_NAME: if (value == null) { unsetFirstName(); } else { setFirstName((String)value); } break; case MAIL: if (value == null) { unsetMail(); } else { setMail((String)value); } break; case UNIVERSITY: if (value == null) { unsetUniversity(); } else { setUniversity((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case LOGIN_NAME: return getLoginName(); case LAST_NAME: return getLastName(); case FIRST_NAME: return getFirstName(); case MAIL: return getMail(); case UNIVERSITY: return getUniversity(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case LOGIN_NAME: return isSetLoginName(); case LAST_NAME: return isSetLastName(); case FIRST_NAME: return isSetFirstName(); case MAIL: return isSetMail(); case UNIVERSITY: return isSetUniversity(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof createUser_args) return this.equals((createUser_args)that); return false; } public boolean equals(createUser_args that) { if (that == null) return false; boolean this_present_loginName = true && this.isSetLoginName(); boolean that_present_loginName = true && that.isSetLoginName(); if (this_present_loginName || that_present_loginName) { if (!(this_present_loginName && that_present_loginName)) return false; if (!this.loginName.equals(that.loginName)) return false; } boolean this_present_lastName = true && this.isSetLastName(); boolean that_present_lastName = true && that.isSetLastName(); if (this_present_lastName || that_present_lastName) { if (!(this_present_lastName && that_present_lastName)) return false; if (!this.lastName.equals(that.lastName)) return false; } boolean this_present_firstName = true && this.isSetFirstName(); boolean that_present_firstName = true && that.isSetFirstName(); if (this_present_firstName || that_present_firstName) { if (!(this_present_firstName && that_present_firstName)) return false; if (!this.firstName.equals(that.firstName)) return false; } boolean this_present_mail = true && this.isSetMail(); boolean that_present_mail = true && that.isSetMail(); if (this_present_mail || that_present_mail) { if (!(this_present_mail && that_present_mail)) return false; if (!this.mail.equals(that.mail)) return false; } boolean this_present_university = true && this.isSetUniversity(); boolean that_present_university = true && that.isSetUniversity(); if (this_present_university || that_present_university) { if (!(this_present_university && that_present_university)) return false; if (!this.university.equals(that.university)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(createUser_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetLoginName()).compareTo(other.isSetLoginName()); if (lastComparison != 0) { return lastComparison; } if (isSetLoginName()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.loginName, other.loginName); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetLastName()).compareTo(other.isSetLastName()); if (lastComparison != 0) { return lastComparison; } if (isSetLastName()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.lastName, other.lastName); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetFirstName()).compareTo(other.isSetFirstName()); if (lastComparison != 0) { return lastComparison; } if (isSetFirstName()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.firstName, other.firstName); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetMail()).compareTo(other.isSetMail()); if (lastComparison != 0) { return lastComparison; } if (isSetMail()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.mail, other.mail); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetUniversity()).compareTo(other.isSetUniversity()); if (lastComparison != 0) { return lastComparison; } if (isSetUniversity()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.university, other.university); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("createUser_args("); boolean first = true; sb.append("loginName:"); if (this.loginName == null) { sb.append("null"); } else { sb.append(this.loginName); } first = false; if (!first) sb.append(", "); sb.append("lastName:"); if (this.lastName == null) { sb.append("null"); } else { sb.append(this.lastName); } first = false; if (!first) sb.append(", "); sb.append("firstName:"); if (this.firstName == null) { sb.append("null"); } else { sb.append(this.firstName); } first = false; if (!first) sb.append(", "); sb.append("mail:"); if (this.mail == null) { sb.append("null"); } else { sb.append(this.mail); } first = false; if (!first) sb.append(", "); sb.append("university:"); if (this.university == null) { sb.append("null"); } else { sb.append(this.university); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class createUser_argsStandardSchemeFactory implements SchemeFactory { public createUser_argsStandardScheme getScheme() { return new createUser_argsStandardScheme(); } } private static class createUser_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, createUser_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // LOGIN_NAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.loginName = iprot.readString(); struct.setLoginNameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 2: // LAST_NAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.lastName = iprot.readString(); struct.setLastNameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 3: // FIRST_NAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.firstName = iprot.readString(); struct.setFirstNameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 4: // MAIL if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.mail = iprot.readString(); struct.setMailIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 5: // UNIVERSITY if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.university = iprot.readString(); struct.setUniversityIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, createUser_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.loginName != null) { oprot.writeFieldBegin(LOGIN_NAME_FIELD_DESC); oprot.writeString(struct.loginName); oprot.writeFieldEnd(); } if (struct.lastName != null) { oprot.writeFieldBegin(LAST_NAME_FIELD_DESC); oprot.writeString(struct.lastName); oprot.writeFieldEnd(); } if (struct.firstName != null) { oprot.writeFieldBegin(FIRST_NAME_FIELD_DESC); oprot.writeString(struct.firstName); oprot.writeFieldEnd(); } if (struct.mail != null) { oprot.writeFieldBegin(MAIL_FIELD_DESC); oprot.writeString(struct.mail); oprot.writeFieldEnd(); } if (struct.university != null) { oprot.writeFieldBegin(UNIVERSITY_FIELD_DESC); oprot.writeString(struct.university); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class createUser_argsTupleSchemeFactory implements SchemeFactory { public createUser_argsTupleScheme getScheme() { return new createUser_argsTupleScheme(); } } private static class createUser_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, createUser_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetLoginName()) { optionals.set(0); } if (struct.isSetLastName()) { optionals.set(1); } if (struct.isSetFirstName()) { optionals.set(2); } if (struct.isSetMail()) { optionals.set(3); } if (struct.isSetUniversity()) { optionals.set(4); } oprot.writeBitSet(optionals, 5); if (struct.isSetLoginName()) { oprot.writeString(struct.loginName); } if (struct.isSetLastName()) { oprot.writeString(struct.lastName); } if (struct.isSetFirstName()) { oprot.writeString(struct.firstName); } if (struct.isSetMail()) { oprot.writeString(struct.mail); } if (struct.isSetUniversity()) { oprot.writeString(struct.university); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, createUser_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(5); if (incoming.get(0)) { struct.loginName = iprot.readString(); struct.setLoginNameIsSet(true); } if (incoming.get(1)) { struct.lastName = iprot.readString(); struct.setLastNameIsSet(true); } if (incoming.get(2)) { struct.firstName = iprot.readString(); struct.setFirstNameIsSet(true); } if (incoming.get(3)) { struct.mail = iprot.readString(); struct.setMailIsSet(true); } if (incoming.get(4)) { struct.university = iprot.readString(); struct.setUniversityIsSet(true); } } } } public static class createUser_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("createUser_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.BOOL, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new createUser_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new createUser_resultTupleSchemeFactory()); } public boolean success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(createUser_result.class, metaDataMap); } public createUser_result() { } public createUser_result( boolean success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on other. */ public createUser_result(createUser_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public createUser_result deepCopy() { return new createUser_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = false; } public boolean isSuccess() { return this.success; } public createUser_result setSuccess(boolean success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Boolean)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Boolean.valueOf(isSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof createUser_result) return this.equals((createUser_result)that); return false; } public boolean equals(createUser_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(createUser_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("createUser_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class createUser_resultStandardSchemeFactory implements SchemeFactory { public createUser_resultStandardScheme getScheme() { return new createUser_resultStandardScheme(); } } private static class createUser_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, createUser_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, createUser_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeBool(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class createUser_resultTupleSchemeFactory implements SchemeFactory { public createUser_resultTupleScheme getScheme() { return new createUser_resultTupleScheme(); } } private static class createUser_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, createUser_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeBool(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, createUser_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } } } } public static class writeImageRights_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("writeImageRights_args"); private static final org.apache.thrift.protocol.TField IMAGENAME_FIELD_DESC = new org.apache.thrift.protocol.TField("imagename", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField USERNAME_FIELD_DESC = new org.apache.thrift.protocol.TField("username", org.apache.thrift.protocol.TType.STRING, (short)2); private static final org.apache.thrift.protocol.TField LAST_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("lastName", org.apache.thrift.protocol.TType.STRING, (short)3); private static final org.apache.thrift.protocol.TField FIRST_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("firstName", org.apache.thrift.protocol.TType.STRING, (short)4); private static final org.apache.thrift.protocol.TField MAIL_FIELD_DESC = new org.apache.thrift.protocol.TField("mail", org.apache.thrift.protocol.TType.STRING, (short)5); private static final org.apache.thrift.protocol.TField UNIVERSITY_FIELD_DESC = new org.apache.thrift.protocol.TField("university", org.apache.thrift.protocol.TType.STRING, (short)6); private static final org.apache.thrift.protocol.TField ROLE_FIELD_DESC = new org.apache.thrift.protocol.TField("role", org.apache.thrift.protocol.TType.STRING, (short)7); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new writeImageRights_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new writeImageRights_argsTupleSchemeFactory()); } public String imagename; // required public String username; // required public String lastName; // required public String firstName; // required public String mail; // required public String university; // required public String role; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { IMAGENAME((short)1, "imagename"), USERNAME((short)2, "username"), LAST_NAME((short)3, "lastName"), FIRST_NAME((short)4, "firstName"), MAIL((short)5, "mail"), UNIVERSITY((short)6, "university"), ROLE((short)7, "role"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // IMAGENAME return IMAGENAME; case 2: // USERNAME return USERNAME; case 3: // LAST_NAME return LAST_NAME; case 4: // FIRST_NAME return FIRST_NAME; case 5: // MAIL return MAIL; case 6: // UNIVERSITY return UNIVERSITY; case 7: // ROLE return ROLE; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.IMAGENAME, new org.apache.thrift.meta_data.FieldMetaData("imagename", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.USERNAME, new org.apache.thrift.meta_data.FieldMetaData("username", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.LAST_NAME, new org.apache.thrift.meta_data.FieldMetaData("lastName", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.FIRST_NAME, new org.apache.thrift.meta_data.FieldMetaData("firstName", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.MAIL, new org.apache.thrift.meta_data.FieldMetaData("mail", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.UNIVERSITY, new org.apache.thrift.meta_data.FieldMetaData("university", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.ROLE, new org.apache.thrift.meta_data.FieldMetaData("role", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(writeImageRights_args.class, metaDataMap); } public writeImageRights_args() { } public writeImageRights_args( String imagename, String username, String lastName, String firstName, String mail, String university, String role) { this(); this.imagename = imagename; this.username = username; this.lastName = lastName; this.firstName = firstName; this.mail = mail; this.university = university; this.role = role; } /** * Performs a deep copy on other. */ public writeImageRights_args(writeImageRights_args other) { if (other.isSetImagename()) { this.imagename = other.imagename; } if (other.isSetUsername()) { this.username = other.username; } if (other.isSetLastName()) { this.lastName = other.lastName; } if (other.isSetFirstName()) { this.firstName = other.firstName; } if (other.isSetMail()) { this.mail = other.mail; } if (other.isSetUniversity()) { this.university = other.university; } if (other.isSetRole()) { this.role = other.role; } } public writeImageRights_args deepCopy() { return new writeImageRights_args(this); } @Override public void clear() { this.imagename = null; this.username = null; this.lastName = null; this.firstName = null; this.mail = null; this.university = null; this.role = null; } public String getImagename() { return this.imagename; } public writeImageRights_args setImagename(String imagename) { this.imagename = imagename; return this; } public void unsetImagename() { this.imagename = null; } /** Returns true if field imagename is set (has been assigned a value) and false otherwise */ public boolean isSetImagename() { return this.imagename != null; } public void setImagenameIsSet(boolean value) { if (!value) { this.imagename = null; } } public String getUsername() { return this.username; } public writeImageRights_args setUsername(String username) { this.username = username; return this; } public void unsetUsername() { this.username = null; } /** Returns true if field username is set (has been assigned a value) and false otherwise */ public boolean isSetUsername() { return this.username != null; } public void setUsernameIsSet(boolean value) { if (!value) { this.username = null; } } public String getLastName() { return this.lastName; } public writeImageRights_args setLastName(String lastName) { this.lastName = lastName; return this; } public void unsetLastName() { this.lastName = null; } /** Returns true if field lastName is set (has been assigned a value) and false otherwise */ public boolean isSetLastName() { return this.lastName != null; } public void setLastNameIsSet(boolean value) { if (!value) { this.lastName = null; } } public String getFirstName() { return this.firstName; } public writeImageRights_args setFirstName(String firstName) { this.firstName = firstName; return this; } public void unsetFirstName() { this.firstName = null; } /** Returns true if field firstName is set (has been assigned a value) and false otherwise */ public boolean isSetFirstName() { return this.firstName != null; } public void setFirstNameIsSet(boolean value) { if (!value) { this.firstName = null; } } public String getMail() { return this.mail; } public writeImageRights_args setMail(String mail) { this.mail = mail; return this; } public void unsetMail() { this.mail = null; } /** Returns true if field mail is set (has been assigned a value) and false otherwise */ public boolean isSetMail() { return this.mail != null; } public void setMailIsSet(boolean value) { if (!value) { this.mail = null; } } public String getUniversity() { return this.university; } public writeImageRights_args setUniversity(String university) { this.university = university; return this; } public void unsetUniversity() { this.university = null; } /** Returns true if field university is set (has been assigned a value) and false otherwise */ public boolean isSetUniversity() { return this.university != null; } public void setUniversityIsSet(boolean value) { if (!value) { this.university = null; } } public String getRole() { return this.role; } public writeImageRights_args setRole(String role) { this.role = role; return this; } public void unsetRole() { this.role = null; } /** Returns true if field role is set (has been assigned a value) and false otherwise */ public boolean isSetRole() { return this.role != null; } public void setRoleIsSet(boolean value) { if (!value) { this.role = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case IMAGENAME: if (value == null) { unsetImagename(); } else { setImagename((String)value); } break; case USERNAME: if (value == null) { unsetUsername(); } else { setUsername((String)value); } break; case LAST_NAME: if (value == null) { unsetLastName(); } else { setLastName((String)value); } break; case FIRST_NAME: if (value == null) { unsetFirstName(); } else { setFirstName((String)value); } break; case MAIL: if (value == null) { unsetMail(); } else { setMail((String)value); } break; case UNIVERSITY: if (value == null) { unsetUniversity(); } else { setUniversity((String)value); } break; case ROLE: if (value == null) { unsetRole(); } else { setRole((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case IMAGENAME: return getImagename(); case USERNAME: return getUsername(); case LAST_NAME: return getLastName(); case FIRST_NAME: return getFirstName(); case MAIL: return getMail(); case UNIVERSITY: return getUniversity(); case ROLE: return getRole(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case IMAGENAME: return isSetImagename(); case USERNAME: return isSetUsername(); case LAST_NAME: return isSetLastName(); case FIRST_NAME: return isSetFirstName(); case MAIL: return isSetMail(); case UNIVERSITY: return isSetUniversity(); case ROLE: return isSetRole(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof writeImageRights_args) return this.equals((writeImageRights_args)that); return false; } public boolean equals(writeImageRights_args that) { if (that == null) return false; boolean this_present_imagename = true && this.isSetImagename(); boolean that_present_imagename = true && that.isSetImagename(); if (this_present_imagename || that_present_imagename) { if (!(this_present_imagename && that_present_imagename)) return false; if (!this.imagename.equals(that.imagename)) return false; } boolean this_present_username = true && this.isSetUsername(); boolean that_present_username = true && that.isSetUsername(); if (this_present_username || that_present_username) { if (!(this_present_username && that_present_username)) return false; if (!this.username.equals(that.username)) return false; } boolean this_present_lastName = true && this.isSetLastName(); boolean that_present_lastName = true && that.isSetLastName(); if (this_present_lastName || that_present_lastName) { if (!(this_present_lastName && that_present_lastName)) return false; if (!this.lastName.equals(that.lastName)) return false; } boolean this_present_firstName = true && this.isSetFirstName(); boolean that_present_firstName = true && that.isSetFirstName(); if (this_present_firstName || that_present_firstName) { if (!(this_present_firstName && that_present_firstName)) return false; if (!this.firstName.equals(that.firstName)) return false; } boolean this_present_mail = true && this.isSetMail(); boolean that_present_mail = true && that.isSetMail(); if (this_present_mail || that_present_mail) { if (!(this_present_mail && that_present_mail)) return false; if (!this.mail.equals(that.mail)) return false; } boolean this_present_university = true && this.isSetUniversity(); boolean that_present_university = true && that.isSetUniversity(); if (this_present_university || that_present_university) { if (!(this_present_university && that_present_university)) return false; if (!this.university.equals(that.university)) return false; } boolean this_present_role = true && this.isSetRole(); boolean that_present_role = true && that.isSetRole(); if (this_present_role || that_present_role) { if (!(this_present_role && that_present_role)) return false; if (!this.role.equals(that.role)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(writeImageRights_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetImagename()).compareTo(other.isSetImagename()); if (lastComparison != 0) { return lastComparison; } if (isSetImagename()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.imagename, other.imagename); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetUsername()).compareTo(other.isSetUsername()); if (lastComparison != 0) { return lastComparison; } if (isSetUsername()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.username, other.username); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetLastName()).compareTo(other.isSetLastName()); if (lastComparison != 0) { return lastComparison; } if (isSetLastName()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.lastName, other.lastName); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetFirstName()).compareTo(other.isSetFirstName()); if (lastComparison != 0) { return lastComparison; } if (isSetFirstName()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.firstName, other.firstName); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetMail()).compareTo(other.isSetMail()); if (lastComparison != 0) { return lastComparison; } if (isSetMail()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.mail, other.mail); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetUniversity()).compareTo(other.isSetUniversity()); if (lastComparison != 0) { return lastComparison; } if (isSetUniversity()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.university, other.university); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetRole()).compareTo(other.isSetRole()); if (lastComparison != 0) { return lastComparison; } if (isSetRole()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.role, other.role); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("writeImageRights_args("); boolean first = true; sb.append("imagename:"); if (this.imagename == null) { sb.append("null"); } else { sb.append(this.imagename); } first = false; if (!first) sb.append(", "); sb.append("username:"); if (this.username == null) { sb.append("null"); } else { sb.append(this.username); } first = false; if (!first) sb.append(", "); sb.append("lastName:"); if (this.lastName == null) { sb.append("null"); } else { sb.append(this.lastName); } first = false; if (!first) sb.append(", "); sb.append("firstName:"); if (this.firstName == null) { sb.append("null"); } else { sb.append(this.firstName); } first = false; if (!first) sb.append(", "); sb.append("mail:"); if (this.mail == null) { sb.append("null"); } else { sb.append(this.mail); } first = false; if (!first) sb.append(", "); sb.append("university:"); if (this.university == null) { sb.append("null"); } else { sb.append(this.university); } first = false; if (!first) sb.append(", "); sb.append("role:"); if (this.role == null) { sb.append("null"); } else { sb.append(this.role); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class writeImageRights_argsStandardSchemeFactory implements SchemeFactory { public writeImageRights_argsStandardScheme getScheme() { return new writeImageRights_argsStandardScheme(); } } private static class writeImageRights_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, writeImageRights_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // IMAGENAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.imagename = iprot.readString(); struct.setImagenameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 2: // USERNAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.username = iprot.readString(); struct.setUsernameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 3: // LAST_NAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.lastName = iprot.readString(); struct.setLastNameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 4: // FIRST_NAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.firstName = iprot.readString(); struct.setFirstNameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 5: // MAIL if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.mail = iprot.readString(); struct.setMailIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 6: // UNIVERSITY if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.university = iprot.readString(); struct.setUniversityIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 7: // ROLE if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.role = iprot.readString(); struct.setRoleIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, writeImageRights_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.imagename != null) { oprot.writeFieldBegin(IMAGENAME_FIELD_DESC); oprot.writeString(struct.imagename); oprot.writeFieldEnd(); } if (struct.username != null) { oprot.writeFieldBegin(USERNAME_FIELD_DESC); oprot.writeString(struct.username); oprot.writeFieldEnd(); } if (struct.lastName != null) { oprot.writeFieldBegin(LAST_NAME_FIELD_DESC); oprot.writeString(struct.lastName); oprot.writeFieldEnd(); } if (struct.firstName != null) { oprot.writeFieldBegin(FIRST_NAME_FIELD_DESC); oprot.writeString(struct.firstName); oprot.writeFieldEnd(); } if (struct.mail != null) { oprot.writeFieldBegin(MAIL_FIELD_DESC); oprot.writeString(struct.mail); oprot.writeFieldEnd(); } if (struct.university != null) { oprot.writeFieldBegin(UNIVERSITY_FIELD_DESC); oprot.writeString(struct.university); oprot.writeFieldEnd(); } if (struct.role != null) { oprot.writeFieldBegin(ROLE_FIELD_DESC); oprot.writeString(struct.role); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class writeImageRights_argsTupleSchemeFactory implements SchemeFactory { public writeImageRights_argsTupleScheme getScheme() { return new writeImageRights_argsTupleScheme(); } } private static class writeImageRights_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, writeImageRights_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetImagename()) { optionals.set(0); } if (struct.isSetUsername()) { optionals.set(1); } if (struct.isSetLastName()) { optionals.set(2); } if (struct.isSetFirstName()) { optionals.set(3); } if (struct.isSetMail()) { optionals.set(4); } if (struct.isSetUniversity()) { optionals.set(5); } if (struct.isSetRole()) { optionals.set(6); } oprot.writeBitSet(optionals, 7); if (struct.isSetImagename()) { oprot.writeString(struct.imagename); } if (struct.isSetUsername()) { oprot.writeString(struct.username); } if (struct.isSetLastName()) { oprot.writeString(struct.lastName); } if (struct.isSetFirstName()) { oprot.writeString(struct.firstName); } if (struct.isSetMail()) { oprot.writeString(struct.mail); } if (struct.isSetUniversity()) { oprot.writeString(struct.university); } if (struct.isSetRole()) { oprot.writeString(struct.role); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, writeImageRights_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(7); if (incoming.get(0)) { struct.imagename = iprot.readString(); struct.setImagenameIsSet(true); } if (incoming.get(1)) { struct.username = iprot.readString(); struct.setUsernameIsSet(true); } if (incoming.get(2)) { struct.lastName = iprot.readString(); struct.setLastNameIsSet(true); } if (incoming.get(3)) { struct.firstName = iprot.readString(); struct.setFirstNameIsSet(true); } if (incoming.get(4)) { struct.mail = iprot.readString(); struct.setMailIsSet(true); } if (incoming.get(5)) { struct.university = iprot.readString(); struct.setUniversityIsSet(true); } if (incoming.get(6)) { struct.role = iprot.readString(); struct.setRoleIsSet(true); } } } } public static class writeImageRights_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("writeImageRights_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.BOOL, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new writeImageRights_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new writeImageRights_resultTupleSchemeFactory()); } public boolean success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(writeImageRights_result.class, metaDataMap); } public writeImageRights_result() { } public writeImageRights_result( boolean success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on other. */ public writeImageRights_result(writeImageRights_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public writeImageRights_result deepCopy() { return new writeImageRights_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = false; } public boolean isSuccess() { return this.success; } public writeImageRights_result setSuccess(boolean success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Boolean)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Boolean.valueOf(isSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof writeImageRights_result) return this.equals((writeImageRights_result)that); return false; } public boolean equals(writeImageRights_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(writeImageRights_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("writeImageRights_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class writeImageRights_resultStandardSchemeFactory implements SchemeFactory { public writeImageRights_resultStandardScheme getScheme() { return new writeImageRights_resultStandardScheme(); } } private static class writeImageRights_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, writeImageRights_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, writeImageRights_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeBool(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class writeImageRights_resultTupleSchemeFactory implements SchemeFactory { public writeImageRights_resultTupleScheme getScheme() { return new writeImageRights_resultTupleScheme(); } } private static class writeImageRights_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, writeImageRights_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeBool(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, writeImageRights_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } } } } public static class writeLectureRights_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("writeLectureRights_args"); private static final org.apache.thrift.protocol.TField LECTURENAME_FIELD_DESC = new org.apache.thrift.protocol.TField("lecturename", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField USERNAME_FIELD_DESC = new org.apache.thrift.protocol.TField("username", org.apache.thrift.protocol.TType.STRING, (short)2); private static final org.apache.thrift.protocol.TField LAST_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("lastName", org.apache.thrift.protocol.TType.STRING, (short)3); private static final org.apache.thrift.protocol.TField FIRST_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("firstName", org.apache.thrift.protocol.TType.STRING, (short)4); private static final org.apache.thrift.protocol.TField MAIL_FIELD_DESC = new org.apache.thrift.protocol.TField("mail", org.apache.thrift.protocol.TType.STRING, (short)5); private static final org.apache.thrift.protocol.TField UNIVERSITY_FIELD_DESC = new org.apache.thrift.protocol.TField("university", org.apache.thrift.protocol.TType.STRING, (short)6); private static final org.apache.thrift.protocol.TField ROLE_FIELD_DESC = new org.apache.thrift.protocol.TField("role", org.apache.thrift.protocol.TType.STRING, (short)7); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new writeLectureRights_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new writeLectureRights_argsTupleSchemeFactory()); } public String lecturename; // required public String username; // required public String lastName; // required public String firstName; // required public String mail; // required public String university; // required public String role; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { LECTURENAME((short)1, "lecturename"), USERNAME((short)2, "username"), LAST_NAME((short)3, "lastName"), FIRST_NAME((short)4, "firstName"), MAIL((short)5, "mail"), UNIVERSITY((short)6, "university"), ROLE((short)7, "role"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // LECTURENAME return LECTURENAME; case 2: // USERNAME return USERNAME; case 3: // LAST_NAME return LAST_NAME; case 4: // FIRST_NAME return FIRST_NAME; case 5: // MAIL return MAIL; case 6: // UNIVERSITY return UNIVERSITY; case 7: // ROLE return ROLE; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.LECTURENAME, new org.apache.thrift.meta_data.FieldMetaData("lecturename", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.USERNAME, new org.apache.thrift.meta_data.FieldMetaData("username", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.LAST_NAME, new org.apache.thrift.meta_data.FieldMetaData("lastName", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.FIRST_NAME, new org.apache.thrift.meta_data.FieldMetaData("firstName", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.MAIL, new org.apache.thrift.meta_data.FieldMetaData("mail", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.UNIVERSITY, new org.apache.thrift.meta_data.FieldMetaData("university", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.ROLE, new org.apache.thrift.meta_data.FieldMetaData("role", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(writeLectureRights_args.class, metaDataMap); } public writeLectureRights_args() { } public writeLectureRights_args( String lecturename, String username, String lastName, String firstName, String mail, String university, String role) { this(); this.lecturename = lecturename; this.username = username; this.lastName = lastName; this.firstName = firstName; this.mail = mail; this.university = university; this.role = role; } /** * Performs a deep copy on other. */ public writeLectureRights_args(writeLectureRights_args other) { if (other.isSetLecturename()) { this.lecturename = other.lecturename; } if (other.isSetUsername()) { this.username = other.username; } if (other.isSetLastName()) { this.lastName = other.lastName; } if (other.isSetFirstName()) { this.firstName = other.firstName; } if (other.isSetMail()) { this.mail = other.mail; } if (other.isSetUniversity()) { this.university = other.university; } if (other.isSetRole()) { this.role = other.role; } } public writeLectureRights_args deepCopy() { return new writeLectureRights_args(this); } @Override public void clear() { this.lecturename = null; this.username = null; this.lastName = null; this.firstName = null; this.mail = null; this.university = null; this.role = null; } public String getLecturename() { return this.lecturename; } public writeLectureRights_args setLecturename(String lecturename) { this.lecturename = lecturename; return this; } public void unsetLecturename() { this.lecturename = null; } /** Returns true if field lecturename is set (has been assigned a value) and false otherwise */ public boolean isSetLecturename() { return this.lecturename != null; } public void setLecturenameIsSet(boolean value) { if (!value) { this.lecturename = null; } } public String getUsername() { return this.username; } public writeLectureRights_args setUsername(String username) { this.username = username; return this; } public void unsetUsername() { this.username = null; } /** Returns true if field username is set (has been assigned a value) and false otherwise */ public boolean isSetUsername() { return this.username != null; } public void setUsernameIsSet(boolean value) { if (!value) { this.username = null; } } public String getLastName() { return this.lastName; } public writeLectureRights_args setLastName(String lastName) { this.lastName = lastName; return this; } public void unsetLastName() { this.lastName = null; } /** Returns true if field lastName is set (has been assigned a value) and false otherwise */ public boolean isSetLastName() { return this.lastName != null; } public void setLastNameIsSet(boolean value) { if (!value) { this.lastName = null; } } public String getFirstName() { return this.firstName; } public writeLectureRights_args setFirstName(String firstName) { this.firstName = firstName; return this; } public void unsetFirstName() { this.firstName = null; } /** Returns true if field firstName is set (has been assigned a value) and false otherwise */ public boolean isSetFirstName() { return this.firstName != null; } public void setFirstNameIsSet(boolean value) { if (!value) { this.firstName = null; } } public String getMail() { return this.mail; } public writeLectureRights_args setMail(String mail) { this.mail = mail; return this; } public void unsetMail() { this.mail = null; } /** Returns true if field mail is set (has been assigned a value) and false otherwise */ public boolean isSetMail() { return this.mail != null; } public void setMailIsSet(boolean value) { if (!value) { this.mail = null; } } public String getUniversity() { return this.university; } public writeLectureRights_args setUniversity(String university) { this.university = university; return this; } public void unsetUniversity() { this.university = null; } /** Returns true if field university is set (has been assigned a value) and false otherwise */ public boolean isSetUniversity() { return this.university != null; } public void setUniversityIsSet(boolean value) { if (!value) { this.university = null; } } public String getRole() { return this.role; } public writeLectureRights_args setRole(String role) { this.role = role; return this; } public void unsetRole() { this.role = null; } /** Returns true if field role is set (has been assigned a value) and false otherwise */ public boolean isSetRole() { return this.role != null; } public void setRoleIsSet(boolean value) { if (!value) { this.role = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case LECTURENAME: if (value == null) { unsetLecturename(); } else { setLecturename((String)value); } break; case USERNAME: if (value == null) { unsetUsername(); } else { setUsername((String)value); } break; case LAST_NAME: if (value == null) { unsetLastName(); } else { setLastName((String)value); } break; case FIRST_NAME: if (value == null) { unsetFirstName(); } else { setFirstName((String)value); } break; case MAIL: if (value == null) { unsetMail(); } else { setMail((String)value); } break; case UNIVERSITY: if (value == null) { unsetUniversity(); } else { setUniversity((String)value); } break; case ROLE: if (value == null) { unsetRole(); } else { setRole((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case LECTURENAME: return getLecturename(); case USERNAME: return getUsername(); case LAST_NAME: return getLastName(); case FIRST_NAME: return getFirstName(); case MAIL: return getMail(); case UNIVERSITY: return getUniversity(); case ROLE: return getRole(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case LECTURENAME: return isSetLecturename(); case USERNAME: return isSetUsername(); case LAST_NAME: return isSetLastName(); case FIRST_NAME: return isSetFirstName(); case MAIL: return isSetMail(); case UNIVERSITY: return isSetUniversity(); case ROLE: return isSetRole(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof writeLectureRights_args) return this.equals((writeLectureRights_args)that); return false; } public boolean equals(writeLectureRights_args that) { if (that == null) return false; boolean this_present_lecturename = true && this.isSetLecturename(); boolean that_present_lecturename = true && that.isSetLecturename(); if (this_present_lecturename || that_present_lecturename) { if (!(this_present_lecturename && that_present_lecturename)) return false; if (!this.lecturename.equals(that.lecturename)) return false; } boolean this_present_username = true && this.isSetUsername(); boolean that_present_username = true && that.isSetUsername(); if (this_present_username || that_present_username) { if (!(this_present_username && that_present_username)) return false; if (!this.username.equals(that.username)) return false; } boolean this_present_lastName = true && this.isSetLastName(); boolean that_present_lastName = true && that.isSetLastName(); if (this_present_lastName || that_present_lastName) { if (!(this_present_lastName && that_present_lastName)) return false; if (!this.lastName.equals(that.lastName)) return false; } boolean this_present_firstName = true && this.isSetFirstName(); boolean that_present_firstName = true && that.isSetFirstName(); if (this_present_firstName || that_present_firstName) { if (!(this_present_firstName && that_present_firstName)) return false; if (!this.firstName.equals(that.firstName)) return false; } boolean this_present_mail = true && this.isSetMail(); boolean that_present_mail = true && that.isSetMail(); if (this_present_mail || that_present_mail) { if (!(this_present_mail && that_present_mail)) return false; if (!this.mail.equals(that.mail)) return false; } boolean this_present_university = true && this.isSetUniversity(); boolean that_present_university = true && that.isSetUniversity(); if (this_present_university || that_present_university) { if (!(this_present_university && that_present_university)) return false; if (!this.university.equals(that.university)) return false; } boolean this_present_role = true && this.isSetRole(); boolean that_present_role = true && that.isSetRole(); if (this_present_role || that_present_role) { if (!(this_present_role && that_present_role)) return false; if (!this.role.equals(that.role)) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(writeLectureRights_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetLecturename()).compareTo(other.isSetLecturename()); if (lastComparison != 0) { return lastComparison; } if (isSetLecturename()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.lecturename, other.lecturename); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetUsername()).compareTo(other.isSetUsername()); if (lastComparison != 0) { return lastComparison; } if (isSetUsername()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.username, other.username); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetLastName()).compareTo(other.isSetLastName()); if (lastComparison != 0) { return lastComparison; } if (isSetLastName()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.lastName, other.lastName); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetFirstName()).compareTo(other.isSetFirstName()); if (lastComparison != 0) { return lastComparison; } if (isSetFirstName()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.firstName, other.firstName); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetMail()).compareTo(other.isSetMail()); if (lastComparison != 0) { return lastComparison; } if (isSetMail()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.mail, other.mail); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetUniversity()).compareTo(other.isSetUniversity()); if (lastComparison != 0) { return lastComparison; } if (isSetUniversity()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.university, other.university); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetRole()).compareTo(other.isSetRole()); if (lastComparison != 0) { return lastComparison; } if (isSetRole()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.role, other.role); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("writeLectureRights_args("); boolean first = true; sb.append("lecturename:"); if (this.lecturename == null) { sb.append("null"); } else { sb.append(this.lecturename); } first = false; if (!first) sb.append(", "); sb.append("username:"); if (this.username == null) { sb.append("null"); } else { sb.append(this.username); } first = false; if (!first) sb.append(", "); sb.append("lastName:"); if (this.lastName == null) { sb.append("null"); } else { sb.append(this.lastName); } first = false; if (!first) sb.append(", "); sb.append("firstName:"); if (this.firstName == null) { sb.append("null"); } else { sb.append(this.firstName); } first = false; if (!first) sb.append(", "); sb.append("mail:"); if (this.mail == null) { sb.append("null"); } else { sb.append(this.mail); } first = false; if (!first) sb.append(", "); sb.append("university:"); if (this.university == null) { sb.append("null"); } else { sb.append(this.university); } first = false; if (!first) sb.append(", "); sb.append("role:"); if (this.role == null) { sb.append("null"); } else { sb.append(this.role); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class writeLectureRights_argsStandardSchemeFactory implements SchemeFactory { public writeLectureRights_argsStandardScheme getScheme() { return new writeLectureRights_argsStandardScheme(); } } private static class writeLectureRights_argsStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, writeLectureRights_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // LECTURENAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.lecturename = iprot.readString(); struct.setLecturenameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 2: // USERNAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.username = iprot.readString(); struct.setUsernameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 3: // LAST_NAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.lastName = iprot.readString(); struct.setLastNameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 4: // FIRST_NAME if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.firstName = iprot.readString(); struct.setFirstNameIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 5: // MAIL if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.mail = iprot.readString(); struct.setMailIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 6: // UNIVERSITY if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.university = iprot.readString(); struct.setUniversityIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 7: // ROLE if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.role = iprot.readString(); struct.setRoleIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, writeLectureRights_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.lecturename != null) { oprot.writeFieldBegin(LECTURENAME_FIELD_DESC); oprot.writeString(struct.lecturename); oprot.writeFieldEnd(); } if (struct.username != null) { oprot.writeFieldBegin(USERNAME_FIELD_DESC); oprot.writeString(struct.username); oprot.writeFieldEnd(); } if (struct.lastName != null) { oprot.writeFieldBegin(LAST_NAME_FIELD_DESC); oprot.writeString(struct.lastName); oprot.writeFieldEnd(); } if (struct.firstName != null) { oprot.writeFieldBegin(FIRST_NAME_FIELD_DESC); oprot.writeString(struct.firstName); oprot.writeFieldEnd(); } if (struct.mail != null) { oprot.writeFieldBegin(MAIL_FIELD_DESC); oprot.writeString(struct.mail); oprot.writeFieldEnd(); } if (struct.university != null) { oprot.writeFieldBegin(UNIVERSITY_FIELD_DESC); oprot.writeString(struct.university); oprot.writeFieldEnd(); } if (struct.role != null) { oprot.writeFieldBegin(ROLE_FIELD_DESC); oprot.writeString(struct.role); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class writeLectureRights_argsTupleSchemeFactory implements SchemeFactory { public writeLectureRights_argsTupleScheme getScheme() { return new writeLectureRights_argsTupleScheme(); } } private static class writeLectureRights_argsTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, writeLectureRights_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetLecturename()) { optionals.set(0); } if (struct.isSetUsername()) { optionals.set(1); } if (struct.isSetLastName()) { optionals.set(2); } if (struct.isSetFirstName()) { optionals.set(3); } if (struct.isSetMail()) { optionals.set(4); } if (struct.isSetUniversity()) { optionals.set(5); } if (struct.isSetRole()) { optionals.set(6); } oprot.writeBitSet(optionals, 7); if (struct.isSetLecturename()) { oprot.writeString(struct.lecturename); } if (struct.isSetUsername()) { oprot.writeString(struct.username); } if (struct.isSetLastName()) { oprot.writeString(struct.lastName); } if (struct.isSetFirstName()) { oprot.writeString(struct.firstName); } if (struct.isSetMail()) { oprot.writeString(struct.mail); } if (struct.isSetUniversity()) { oprot.writeString(struct.university); } if (struct.isSetRole()) { oprot.writeString(struct.role); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, writeLectureRights_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(7); if (incoming.get(0)) { struct.lecturename = iprot.readString(); struct.setLecturenameIsSet(true); } if (incoming.get(1)) { struct.username = iprot.readString(); struct.setUsernameIsSet(true); } if (incoming.get(2)) { struct.lastName = iprot.readString(); struct.setLastNameIsSet(true); } if (incoming.get(3)) { struct.firstName = iprot.readString(); struct.setFirstNameIsSet(true); } if (incoming.get(4)) { struct.mail = iprot.readString(); struct.setMailIsSet(true); } if (incoming.get(5)) { struct.university = iprot.readString(); struct.setUniversityIsSet(true); } if (incoming.get(6)) { struct.role = iprot.readString(); struct.setRoleIsSet(true); } } } } public static class writeLectureRights_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("writeLectureRights_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.BOOL, (short)0); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { schemes.put(StandardScheme.class, new writeLectureRights_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new writeLectureRights_resultTupleSchemeFactory()); } public boolean success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map byName = new HashMap(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(writeLectureRights_result.class, metaDataMap); } public writeLectureRights_result() { } public writeLectureRights_result( boolean success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on other. */ public writeLectureRights_result(writeLectureRights_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public writeLectureRights_result deepCopy() { return new writeLectureRights_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = false; } public boolean isSuccess() { return this.success; } public writeLectureRights_result setSuccess(boolean success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Boolean)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Boolean.valueOf(isSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof writeLectureRights_result) return this.equals((writeLectureRights_result)that); return false; } public boolean equals(writeLectureRights_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } @Override public int compareTo(writeLectureRights_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("writeLectureRights_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class writeLectureRights_resultStandardSchemeFactory implements SchemeFactory { public writeLectureRights_resultStandardScheme getScheme() { return new writeLectureRights_resultStandardScheme(); } } private static class writeLectureRights_resultStandardScheme extends StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, writeLectureRights_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, writeLectureRights_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeBool(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class writeLectureRights_resultTupleSchemeFactory implements SchemeFactory { public writeLectureRights_resultTupleScheme getScheme() { return new writeLectureRights_resultTupleScheme(); } } private static class writeLectureRights_resultTupleScheme extends TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, writeLectureRights_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeBool(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, writeLectureRights_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readBool(); struct.setSuccessIsSet(true); } } } } }