public class AssetReference extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
artifactId |
String |
groupId |
String |
packaging |
String |
version |
| Constructor and Description |
|---|
AssetReference() |
| Modifier and Type | Method and Description |
|---|---|
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setPackaging(String packaging) |
void |
setVersion(String version) |
Copyright © 2024 MuleSoft Inc. All rights reserved.