Package com.naver.ads.deferred
Class DeferredNodeItem
-
- All Implemented Interfaces:
public class DeferredNodeItemRepresents an item holding the properties of the DeferredNode.
-
-
Field Summary
Fields Modifier and Type Field Description private final CancellationTokencancellationToken
-
Constructor Summary
Constructors Constructor Description DeferredNodeItem(CancellationToken cancellationToken)
-
Method Summary
Modifier and Type Method Description CancellationTokengetCancellationToken()the cancellationToken to cancel this item. final BooleanisCancellationRequest()Returns true if and only if this Cancellable has been successfully cancelled. -
-
Constructor Detail
-
DeferredNodeItem
DeferredNodeItem(CancellationToken cancellationToken)
-
-
Method Detail
-
getCancellationToken
CancellationToken getCancellationToken()
the cancellationToken to cancel this item.
-
isCancellationRequest
final Boolean isCancellationRequest()
Returns true if and only if this Cancellable has been successfully cancelled.
-
-
-
-