public class PartialImportResult extends Object
Modifier and Type | Method and Description |
---|---|
static PartialImportResult |
added(ResourceType resourceType,
String resourceName,
String id,
Object representation) |
Action |
getAction() |
String |
getId() |
Object |
getRepresentation() |
String |
getResourceName() |
ResourceType |
getResourceType() |
static PartialImportResult |
overwritten(ResourceType resourceType,
String resourceName,
String id,
Object representation) |
void |
setAction(Action action) |
void |
setId(String id) |
void |
setResourceName(String resourceName) |
void |
setResourceType(ResourceType resourceType) |
static PartialImportResult |
skipped(ResourceType resourceType,
String resourceName,
String id,
Object representation) |
public static PartialImportResult skipped(ResourceType resourceType, String resourceName, String id, Object representation)
public static PartialImportResult added(ResourceType resourceType, String resourceName, String id, Object representation)
public static PartialImportResult overwritten(ResourceType resourceType, String resourceName, String id, Object representation)
public Action getAction()
public void setAction(Action action)
public ResourceType getResourceType()
public void setResourceType(ResourceType resourceType)
public String getResourceName()
public void setResourceName(String resourceName)
public String getId()
public void setId(String id)
public Object getRepresentation()
Copyright © 2021 JBoss by Red Hat. All rights reserved.