Constructor and Description |
---|
Outlink() |
Outlink(String toUrl,
String anchor) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAnchor() |
String |
getToUrl() |
static Outlink |
read(DataInput in) |
void |
readFields(DataInput in) |
static void |
skip(DataInput in)
Skips over one Outlink in the input.
|
String |
toString() |
void |
write(DataOutput out) |
public Outlink()
public Outlink(String toUrl, String anchor) throws MalformedURLException
MalformedURLException
public void readFields(DataInput in) throws IOException
readFields
in interface Writable
IOException
public static void skip(DataInput in) throws IOException
IOException
public void write(DataOutput out) throws IOException
write
in interface Writable
IOException
public static Outlink read(DataInput in) throws IOException
IOException
public String getToUrl()
public String getAnchor()
Copyright © 2015 The Apache Software Foundation