public interface RevisionMetadata<N extends NumberSE & ComparableSE<N>>| 修飾子と型 | メソッドと説明 |
|---|---|
<T> T | getDelegate() より詳細な実装固有の情報を提供する可能性のある、基になるリビジョンメタデータを返します。 |
default LocalDateTimeSE | getRequiredRevisionDate() 使用すべきではありません。 代わりに getRevisionInstant() を使用してください。 |
default InstantSE | getRequiredRevisionInstant() リビジョンのタイムスタンプを返し、不在の場合はすぐに失敗します。 |
default N | getRequiredRevisionNumber() リビジョンのリビジョン番号を返します。不在の場合は直ちに失敗します。 |
OptionalSE<LocalDateTimeSE> | getRevisionDate() 使用すべきではありません。 代わりに getRevisionInstant() を使用してください。 |
OptionalSE<InstantSE> | getRevisionInstant() リビジョンのタイムスタンプを返します。 |
OptionalSE<N> | getRevisionNumber() リビジョンのリビジョン番号を返します。 |
OptionalSE<N> getRevisionNumber()
default N getRequiredRevisionNumber()
IllegalStateExceptionSE - 利用可能なリビジョン番号がない場合。@DeprecatedSE OptionalSE<LocalDateTimeSE> getRevisionDate()
getRevisionInstant() を使用してください。OptionalSE<InstantSE> getRevisionInstant()
@DeprecatedSE default LocalDateTimeSE getRequiredRevisionDate()
getRevisionInstant() を使用してください。IllegalStateExceptionSE - 改訂日がない場合。default InstantSE getRequiredRevisionInstant()
IllegalStateExceptionSE - 改訂日がない場合。<T> T getDelegate()
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.