package com.ubt.jimu.transport3.model; import com.ubt.jimu.utils.SystemUtils; /* loaded from: classes2.dex */ public class DiyModelAction { public static final long ACTION_SERVER_ID = 1; public static final int DELETED = 1; private long createTime; private Long customActionId; private String customModelId; private String fileName; private String fileUrl; private long id; private int isDeleted; private long lastUploadTime; private int modelId; private int modelType; private boolean modify; private long modifyTime; private long serverId; private boolean uploaded; private int uploading; private String userId; public DiyModelAction(String str, int i, int i2, String str2, String str3) { this.userId = str; this.modelType = i; this.modelId = i2; this.customModelId = str2; this.fileName = str3; long a = SystemUtils.a(); this.createTime = a; this.modifyTime = a; this.lastUploadTime = a; this.isDeleted = 0; this.modify = true; } public long getCreateTime() { return this.createTime; } public Long getCustomActionId() { return this.customActionId; } public String getCustomModelId() { return this.customModelId; } public String getFileName() { return this.fileName; } public String getFileUrl() { return this.fileUrl; } public long getId() { return this.id; } public int getIsDeleted() { return this.isDeleted; } public long getLastUploadTime() { return this.lastUploadTime; } public int getModelId() { return this.modelId; } public int getModelType() { return this.modelType; } public boolean getModify() { return this.modify; } public long getModifyTime() { return this.modifyTime; } public long getServerId() { return this.serverId; } public boolean getUploaded() { return this.uploaded; } public int getUploading() { return this.uploading; } public String getUserId() { return this.userId; } public void setCreateTime(long j) { this.createTime = j; } public void setCustomActionId(Long l) { this.customActionId = l; } public void setCustomModelId(String str) { this.customModelId = str; } public void setFileName(String str) { this.fileName = str; } public void setFileUrl(String str) { this.fileUrl = str; } public void setId(long j) { this.id = j; } public void setIsDeleted(int i) { this.isDeleted = i; } public void setLastUploadTime(long j) { this.lastUploadTime = j; } public void setModelId(int i) { this.modelId = i; } public void setModelType(int i) { this.modelType = i; } public void setModify(boolean z) { this.modify = z; } public void setModifyTime(long j) { this.modifyTime = j; } public void setServerId(long j) { this.serverId = j; } public void setUploaded(boolean z) { this.uploaded = z; } public void setUploading(int i) { this.uploading = i; } public void setUserId(String str) { this.userId = str; } public DiyModelAction(Long l, long j, long j2, String str, int i, int i2, String str2, String str3, String str4, long j3, long j4, long j5, int i3, boolean z, boolean z2, int i4) { this.customActionId = l; this.id = j; this.serverId = j2; this.userId = str; this.modelType = i; this.modelId = i2; this.customModelId = str2; this.fileName = str3; this.fileUrl = str4; this.createTime = j3; this.modifyTime = j4; this.lastUploadTime = j5; this.isDeleted = i3; this.modify = z; this.uploaded = z2; this.uploading = i4; } public DiyModelAction() { } }