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