public class DependencyForListApplicationInstanceOutput extends Object
| Constructor and Description |
|---|
DependencyForListApplicationInstanceOutput() |
| Modifier and Type | Method and Description |
|---|---|
DependencyForListApplicationInstanceOutput |
addJarsItem(String jarsItem) |
DependencyForListApplicationInstanceOutput |
addPyLibrariesItem(String pyLibrariesItem) |
boolean |
equals(Object o) |
List<String> |
getJars()
Get jars
|
List<String> |
getPyLibraries()
Get pyLibraries
|
int |
hashCode() |
DependencyForListApplicationInstanceOutput |
jars(List<String> jars) |
DependencyForListApplicationInstanceOutput |
pyLibraries(List<String> pyLibraries) |
void |
setJars(List<String> jars) |
void |
setPyLibraries(List<String> pyLibraries) |
String |
toString() |
public DependencyForListApplicationInstanceOutput()
public DependencyForListApplicationInstanceOutput jars(List<String> jars)
public DependencyForListApplicationInstanceOutput addJarsItem(String jarsItem)
public DependencyForListApplicationInstanceOutput pyLibraries(List<String> pyLibraries)
public DependencyForListApplicationInstanceOutput addPyLibrariesItem(String pyLibrariesItem)
Copyright © 2025. All rights reserved.