public abstract class Deprecated extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Deprecated.State |
Modifier and Type | Method and Description |
---|---|
static Deprecated |
create(Deprecated.State state,
URI replacement,
String deprecated,
String obsolete,
String deleted) |
abstract String |
deleted()
An optional RFC3339 timestamp on or after which the deprecation state of this resource will be changed to
DELETED.
|
abstract String |
deprecated()
An optional RFC3339 timestamp for when the deprecation state of this resource will be changed to DEPRECATED.
|
abstract String |
obsolete()
An optional RFC3339 timestamp on or after which the deprecation state of this resource will be changed to
OBSOLETE.
|
abstract URI |
replacement()
A fully-qualified URL of the suggested replacement for the deprecated image.
|
abstract Deprecated.State |
state()
The deprecation state of this image.
|
@Nullable public abstract Deprecated.State state()
@Nullable public abstract URI replacement()
@Nullable public abstract String deprecated()
@Nullable public abstract String obsolete()
@Nullable public abstract String deleted()
public static Deprecated create(Deprecated.State state, URI replacement, String deprecated, String obsolete, String deleted)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.