package com.bean; //Path to the class public class Path { private String cardStorePath; private String successOutPath; private String failOutpath; public Path() { super(); } public Path(String cardStorePath, String successOutPath, String failOutpath) { super(); this.cardStorePath = cardStorePath; this.successOutPath = successOutPath; this.failOutpath = failOutpath; } public String getCardStorePath() { return cardStorePath; } public void setCardStorePath(String cardStorePath) { this.cardStorePath = cardStorePath; } public String getSuccessOutPath() { if (successOutPath == null) { //如果为空在当前库文件路径下创建文件夹 successOutPath = cardStorePath + "\\" + "successFile"; } return successOutPath; } public void setSuccessOutPath(String successOutPath) { this.successOutPath = successOutPath; } public String getFailOutpath() { if (failOutpath == null) { failOutpath = cardStorePath + "\\" + "failFile"; } return failOutpath; } public void setFailOutpath(String failOutpath) { this.failOutpath = failOutpath; } }
最近下载更多
okliu123456 LV24
2021年12月14日
zzs269285304 LV7
2020年6月30日
570662438 LV8
2019年11月1日
xtm123 LV18
2019年10月12日
CLATZJ LV19
2019年7月12日
a278975044 LV7
2019年5月18日
tess123 LV1
2019年5月17日
fuxiyuan LV6
2019年5月8日
913024733 LV15
2019年4月16日
zouzuofa LV1
2019年2月21日
最近浏览更多
星空Starry-Sky LV6
3月1日
tr1314qq LV17
2月5日
liyonggang LV2
1月19日
1837157674lgw
2023年11月13日
暂无贡献等级
1257592068 LV6
2023年9月18日
huang163zi LV1
2023年4月26日
微微笑的笑笑 LV3
2023年4月11日
我真的是小明 LV10
2023年3月21日
晴风8815 LV2
2023年2月28日
CHENSHINIANG
2022年12月22日
暂无贡献等级