Skip to content

Commit 687d42f

Browse files
committed
<fix>[sdk]: add exportPath to SDK inventory
Resolves: ZSTAC-77454 Change-Id: I3e91cc5eb349960d56f775097ed55f34f1866be2
1 parent 8f4ac96 commit 687d42f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sdk/src/main/java/org/zstack/sdk/ModelServiceInstanceGroupInventory.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,12 @@ public java.util.List getSupportMetrics() {
116116
return this.supportMetrics;
117117
}
118118

119+
public java.lang.String exportPath;
120+
public void setExportPath(java.lang.String exportPath) {
121+
this.exportPath = exportPath;
122+
}
123+
public java.lang.String getExportPath() {
124+
return this.exportPath;
125+
}
126+
119127
}

0 commit comments

Comments
 (0)