public class IvanBinPasteImpl extends PasteImpl implements IvanBinPaste
Constructor and Description |
---|
IvanBinPasteImpl(String id,
String body,
String url,
OffsetDateTime createdAt,
OffsetDateTime expiresAt) |
Modifier and Type | Method and Description |
---|---|
OffsetDateTime |
getCreatedAt()
Returns the time, when the bin was created at.
|
OffsetDateTime |
getExpiresAt()
Returns the time, when the bin will expire.
|
public IvanBinPasteImpl(String id, String body, String url, OffsetDateTime createdAt, OffsetDateTime expiresAt)
public OffsetDateTime getCreatedAt()
IvanBinPaste
getCreatedAt
in interface IvanBinPaste
public OffsetDateTime getExpiresAt()
IvanBinPaste
getExpiresAt
in interface IvanBinPaste
Copyright © 2019. All rights reserved.