public class Artifact extends Object
| Constructor and Description |
|---|
Artifact() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnector() |
String |
getFile() |
String |
getName() |
String |
getServerRole() |
String |
getType() |
String |
getVersion() |
void |
setConnector(String connector) |
void |
setFile(String file) |
void |
setName(String name) |
void |
setServerRole(String serverRole) |
void |
setType(String type) |
void |
setVersion(String version) |
public String getName()
public void setName(String name)
name - of the artifactpublic String getVersion()
public void setVersion(String version)
version - of the artifactpublic String getServerRole()
public void setServerRole(String serverRole)
serverRole - of the artifactpublic String getType()
public void setType(String type)
type - of the artifactpublic String getFile()
public void setFile(String file)
file - location of the artifactpublic String getConnector()
public void setConnector(String connector)
connector - of the artifactCopyright © 2025 WSO2. All rights reserved.