170 lines
3.9 KiB
Java
170 lines
3.9 KiB
Java
package com.ubt.jimu.base.db.diy;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class DiyStep2Model {
|
|
private String customModelId;
|
|
private Integer direction;
|
|
private String directionPath;
|
|
private String modelName;
|
|
private String picJson;
|
|
private Integer step1lock;
|
|
private Integer step1state;
|
|
private Integer step2lock;
|
|
private Integer step2state;
|
|
private Integer step3lock;
|
|
private Integer step3state;
|
|
private Integer step4lock;
|
|
private Integer step4state;
|
|
private String stepDesc;
|
|
|
|
public DiyStep2Model(String str, String str2, Integer num, Integer num2, String str3, String str4, Integer num3, Integer num4, Integer num5, String str5, Integer num6, Integer num7, Integer num8, Integer num9) {
|
|
this.step1state = 0;
|
|
this.step1lock = 0;
|
|
this.step2state = 0;
|
|
this.step2lock = 0;
|
|
this.direction = 1;
|
|
this.step3state = 0;
|
|
this.step3lock = 0;
|
|
this.step4state = 0;
|
|
this.step4lock = 0;
|
|
this.customModelId = str;
|
|
this.modelName = str2;
|
|
this.step1state = num;
|
|
this.step1lock = num2;
|
|
this.stepDesc = str3;
|
|
this.picJson = str4;
|
|
this.step2state = num3;
|
|
this.step2lock = num4;
|
|
this.direction = num5;
|
|
this.directionPath = str5;
|
|
this.step3state = num6;
|
|
this.step3lock = num7;
|
|
this.step4state = num8;
|
|
this.step4lock = num9;
|
|
}
|
|
|
|
public String getCustomModelId() {
|
|
return this.customModelId;
|
|
}
|
|
|
|
public Integer getDirection() {
|
|
return this.direction;
|
|
}
|
|
|
|
public String getDirectionPath() {
|
|
return this.directionPath;
|
|
}
|
|
|
|
public String getModelName() {
|
|
return this.modelName;
|
|
}
|
|
|
|
public String getPicJson() {
|
|
return this.picJson;
|
|
}
|
|
|
|
public Integer getStep1lock() {
|
|
return this.step1lock;
|
|
}
|
|
|
|
public Integer getStep1state() {
|
|
return this.step1state;
|
|
}
|
|
|
|
public Integer getStep2lock() {
|
|
return this.step2lock;
|
|
}
|
|
|
|
public Integer getStep2state() {
|
|
return this.step2state;
|
|
}
|
|
|
|
public Integer getStep3lock() {
|
|
return this.step3lock;
|
|
}
|
|
|
|
public Integer getStep3state() {
|
|
return this.step3state;
|
|
}
|
|
|
|
public Integer getStep4lock() {
|
|
return this.step4lock;
|
|
}
|
|
|
|
public Integer getStep4state() {
|
|
return this.step4state;
|
|
}
|
|
|
|
public String getStepDesc() {
|
|
return this.stepDesc;
|
|
}
|
|
|
|
public void setCustomModelId(String str) {
|
|
this.customModelId = str;
|
|
}
|
|
|
|
public void setDirection(Integer num) {
|
|
this.direction = num;
|
|
}
|
|
|
|
public void setDirectionPath(String str) {
|
|
this.directionPath = str;
|
|
}
|
|
|
|
public void setModelName(String str) {
|
|
this.modelName = str;
|
|
}
|
|
|
|
public void setPicJson(String str) {
|
|
this.picJson = str;
|
|
}
|
|
|
|
public void setStep1lock(Integer num) {
|
|
this.step1lock = num;
|
|
}
|
|
|
|
public void setStep1state(Integer num) {
|
|
this.step1state = num;
|
|
}
|
|
|
|
public void setStep2lock(Integer num) {
|
|
this.step2lock = num;
|
|
}
|
|
|
|
public void setStep2state(Integer num) {
|
|
this.step2state = num;
|
|
}
|
|
|
|
public void setStep3lock(Integer num) {
|
|
this.step3lock = num;
|
|
}
|
|
|
|
public void setStep3state(Integer num) {
|
|
this.step3state = num;
|
|
}
|
|
|
|
public void setStep4lock(Integer num) {
|
|
this.step4lock = num;
|
|
}
|
|
|
|
public void setStep4state(Integer num) {
|
|
this.step4state = num;
|
|
}
|
|
|
|
public void setStepDesc(String str) {
|
|
this.stepDesc = str;
|
|
}
|
|
|
|
public DiyStep2Model() {
|
|
this.step1state = 0;
|
|
this.step1lock = 0;
|
|
this.step2state = 0;
|
|
this.step2lock = 0;
|
|
this.direction = 1;
|
|
this.step3state = 0;
|
|
this.step3lock = 0;
|
|
this.step4state = 0;
|
|
this.step4lock = 0;
|
|
}
|
|
}
|