public class DefaultNutsArtifactCallBuilder extends Object implements net.thevpc.nuts.NutsArtifactCallBuilder, Serializable
| Constructor and Description |
|---|
DefaultNutsArtifactCallBuilder() |
DefaultNutsArtifactCallBuilder(net.thevpc.nuts.NutsArtifactCall value) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsArtifactCall |
build() |
net.thevpc.nuts.NutsArtifactCallBuilder |
clear() |
boolean |
equals(Object o) |
String[] |
getArguments() |
net.thevpc.nuts.NutsId |
getId() |
Map<String,String> |
getProperties() |
int |
hashCode() |
net.thevpc.nuts.NutsArtifactCallBuilder |
set(net.thevpc.nuts.NutsArtifactCall value) |
net.thevpc.nuts.NutsArtifactCallBuilder |
set(net.thevpc.nuts.NutsArtifactCallBuilder value) |
DefaultNutsArtifactCallBuilder |
setArguments(String... arguments) |
DefaultNutsArtifactCallBuilder |
setId(net.thevpc.nuts.NutsId id) |
DefaultNutsArtifactCallBuilder |
setProperties(Map<String,String> properties) |
public DefaultNutsArtifactCallBuilder()
public DefaultNutsArtifactCallBuilder(net.thevpc.nuts.NutsArtifactCall value)
public net.thevpc.nuts.NutsId getId()
getId in interface net.thevpc.nuts.NutsArtifactCallBuilderpublic String[] getArguments()
getArguments in interface net.thevpc.nuts.NutsArtifactCallBuilderpublic Map<String,String> getProperties()
getProperties in interface net.thevpc.nuts.NutsArtifactCallBuilderpublic DefaultNutsArtifactCallBuilder setArguments(String... arguments)
setArguments in interface net.thevpc.nuts.NutsArtifactCallBuilderpublic DefaultNutsArtifactCallBuilder setProperties(Map<String,String> properties)
setProperties in interface net.thevpc.nuts.NutsArtifactCallBuilderpublic DefaultNutsArtifactCallBuilder setId(net.thevpc.nuts.NutsId id)
setId in interface net.thevpc.nuts.NutsArtifactCallBuilderpublic net.thevpc.nuts.NutsArtifactCallBuilder set(net.thevpc.nuts.NutsArtifactCallBuilder value)
set in interface net.thevpc.nuts.NutsArtifactCallBuilderpublic net.thevpc.nuts.NutsArtifactCallBuilder set(net.thevpc.nuts.NutsArtifactCall value)
set in interface net.thevpc.nuts.NutsArtifactCallBuilderpublic net.thevpc.nuts.NutsArtifactCallBuilder clear()
clear in interface net.thevpc.nuts.NutsArtifactCallBuilderpublic net.thevpc.nuts.NutsArtifactCall build()
build in interface net.thevpc.nuts.NutsArtifactCallBuilderCopyright © 2021 vpc open source initiative. All rights reserved.