public class UploadArtifactsResponse extends Object
| Constructor and Description |
|---|
UploadArtifactsResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrimaryResourceFilePath() |
String |
getResourcesDirPath() |
Service[] |
getServices() |
boolean |
isWsdlProvided() |
void |
setPrimaryResourceFilePath(String primaryResourceFilePath) |
void |
setResourcesDirPath(String resourcesDirPath) |
void |
setServices(Service[] services) |
void |
setWsdlProvided(boolean wsdlProvided) |
public Service[] getServices()
public void setServices(Service[] services)
public String getPrimaryResourceFilePath()
public void setPrimaryResourceFilePath(String primaryResourceFilePath)
public String getResourcesDirPath()
public void setResourcesDirPath(String resourcesDirPath)
public boolean isWsdlProvided()
public void setWsdlProvided(boolean wsdlProvided)
Copyright © 2016 WSO2. All rights reserved.