Skip to content

Commit 982676b

Browse files
author
yzou
committed
add showrows in the report service
1 parent 853a904 commit 982676b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

ipp-v3-java-devkit/src/main/java/com/intuit/ipp/services/ReportService.java

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ public class ReportService {
263263

264264
private String subcol_pct_exp = null;
265265

266+
private String showrows = null;
267+
266268

267269

268270
/**
@@ -1209,5 +1211,12 @@ public String getSubcol_pct_exp() {
12091211
public void setSubcol_pct_exp(String subcol_pct_exp) {
12101212
this.subcol_pct_exp = subcol_pct_exp;
12111213
}
1212-
1214+
1215+
public String getShowrows() {
1216+
return showrows;
1217+
}
1218+
1219+
public void setShowrows(String showrows) {
1220+
this.showrows = showrows;
1221+
}
12131222
}

0 commit comments

Comments
 (0)