org.apache.archiva.rest.api.model
Class MetadataAddRequest
java.lang.Object
org.apache.archiva.rest.api.model.MetadataAddRequest
- All Implemented Interfaces:
- Serializable
public class MetadataAddRequest
- extends Object
- implements Serializable
- Since:
- 1.4-M4
- Author:
- Adrien Lecharpentier <alecharp@apache.org>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataAddRequest
public MetadataAddRequest()
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
getArtifactId
public String getArtifactId()
setArtifactId
public void setArtifactId(String artifactId)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getMetadatas
public Map<String,String> getMetadatas()
setMetadatas
public void setMetadatas(Map<String,String> metadatas)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.