public abstract class Action extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Action.Status |
Modifier and Type | Method and Description |
---|---|
abstract Date |
completedAt() |
static Action |
create(int id,
Action.Status status,
String type,
Date startedAt,
Date completedAt,
long resourceId,
String resourceType,
Region region,
String regionSlug) |
abstract int |
id() |
abstract Region |
region() |
abstract String |
regionSlug() |
abstract long |
resourceId() |
abstract String |
resourceType() |
abstract Date |
startedAt() |
abstract Action.Status |
status() |
abstract String |
type() |
public abstract int id()
public abstract Action.Status status()
public abstract String type()
public abstract Date startedAt()
public abstract long resourceId()
public abstract String resourceType()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.