public class MetadataAddRequest extends Object implements Serializable
| Constructor and Description |
|---|
MetadataAddRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getGroupId() |
Map<String,String> |
getMetadatas() |
String |
getVersion() |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setMetadatas(Map<String,String> metadatas) |
void |
setVersion(String version) |
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.