public final class ManagedArtifact extends Object
Constructor and Description |
---|
ManagedArtifact() |
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the id property: The managed artifact id.
|
void |
validate()
Validates the instance.
|
ManagedArtifact |
withId(String id)
Set the id property: The managed artifact id.
|
public String id()
public ManagedArtifact withId(String id)
id
- the id value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.