public class RsMd extends Object
Modifier and Type | Method and Description |
---|---|
Optional<ZonedDateTime> |
getAt() |
Optional<String> |
getCapability() |
Optional<String> |
getChange() |
Optional<ZonedDateTime> |
getCompleted() |
Optional<ZonedDateTime> |
getDateTime() |
Optional<String> |
getEncoding() |
Optional<ZonedDateTime> |
getFrom() |
Optional<String> |
getHash() |
Optional<Long> |
getLength() |
Optional<String> |
getPath() |
Optional<String> |
getType() |
Optional<ZonedDateTime> |
getUntil() |
RsMd |
withAt(ZonedDateTime at) |
RsMd |
withCapability(String capability) |
RsMd |
withChange(String change) |
RsMd |
withCompleted(ZonedDateTime completed) |
RsMd |
withDateTime(ZonedDateTime dateTime) |
RsMd |
withEncoding(String encoding) |
RsMd |
withFrom(ZonedDateTime from) |
RsMd |
withHash(String hash) |
RsMd |
withLength(Long length) |
RsMd |
withPath(String path) |
RsMd |
withType(String type) |
RsMd |
withUntil(ZonedDateTime until) |
public RsMd()
public RsMd(String capability)
public Optional<ZonedDateTime> getAt()
public RsMd withAt(ZonedDateTime at)
public Optional<ZonedDateTime> getCompleted()
public RsMd withCompleted(ZonedDateTime completed)
public Optional<ZonedDateTime> getFrom()
public RsMd withFrom(ZonedDateTime from)
public Optional<ZonedDateTime> getUntil()
public RsMd withUntil(ZonedDateTime until)
public Optional<ZonedDateTime> getDateTime()
public RsMd withDateTime(ZonedDateTime dateTime)
Copyright © 2017. All rights reserved.