public class RsLn extends Object
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getEncoding() |
Optional<String> |
getHash() |
String |
getHref() |
Optional<Long> |
getLength() |
Optional<ZonedDateTime> |
getModified() |
Optional<String> |
getPath() |
Optional<Integer> |
getPri() |
String |
getRel() |
Optional<String> |
getType() |
RsLn |
withEncoding(String encoding) |
RsLn |
withHash(String hash) |
RsLn |
withHref(String href) |
RsLn |
withLength(Long length) |
RsLn |
withModified(ZonedDateTime modified) |
RsLn |
withPath(String path) |
RsLn |
withPri(Integer pri) |
RsLn |
withRel(String rel) |
RsLn |
withType(String type) |
public String getRel()
public String getHref()
public Optional<ZonedDateTime> getModified()
public RsLn withModified(ZonedDateTime modified)
Copyright © 2017. All rights reserved.