package com.seomoz.api.response;
/**
*
* A Pojo to capture the json response from
* TopPages Api
*
* @author Radeep Solutions
*/
public class TopPagesResponse
{
private String lrid;
private String lsrc;
private String ltgt;
private String lufmrp;
private String lufmrr;
private String lufrid;
private String lupda;
private String luprid;
private String luueid;
private String luufq;
private String luuid;
private String luumrp;
private String luumrr;
private String luupa;
private String luupl;
private String luus;
private String luut;
private String luuu;
private String uu;
/**
* @return the lrid
*/
public String getLrid() {
return lrid;
}
/**
* @param lrid the lrid to set
*/
public void setLrid(String lrid) {
this.lrid = lrid;
}
/**
* @return the lsrc
*/
public String getLsrc() {
return lsrc;
}
/**
* @param lsrc the lsrc to set
*/
public void setLsrc(String lsrc) {
this.lsrc = lsrc;
}
/**
* @return the ltgt
*/
public String getLtgt() {
return ltgt;
}
/**
* @param ltgt the ltgt to set
*/
public void setLtgt(String ltgt) {
this.ltgt = ltgt;
}
/**
* @return the lufmrp
*/
public String getLufmrp() {
return lufmrp;
}
/**
* @param lufmrp the lufmrp to set
*/
public void setLufmrp(String lufmrp) {
this.lufmrp = lufmrp;
}
/**
* @return the lufmrr
*/
public String getLufmrr() {
return lufmrr;
}
/**
* @param lufmrr the lufmrr to set
*/
public void setLufmrr(String lufmrr) {
this.lufmrr = lufmrr;
}
/**
* @return the lufrid
*/
public String getLufrid() {
return lufrid;
}
/**
* @param lufrid the lufrid to set
*/
public void setLufrid(String lufrid) {
this.lufrid = lufrid;
}
/**
* @return the lupda
*/
public String getLupda() {
return lupda;
}
/**
* @param lupda the lupda to set
*/
public void setLupda(String lupda) {
this.lupda = lupda;
}
/**
* @return the luprid
*/
public String getLuprid() {
return luprid;
}
/**
* @param luprid the luprid to set
*/
public void setLuprid(String luprid) {
this.luprid = luprid;
}
/**
* @return the luueid
*/
public String getLuueid() {
return luueid;
}
/**
* @param luueid the luueid to set
*/
public void setLuueid(String luueid) {
this.luueid = luueid;
}
/**
* @return the luufq
*/
public String getLuufq() {
return luufq;
}
/**
* @param luufq the luufq to set
*/
public void setLuufq(String luufq) {
this.luufq = luufq;
}
/**
* @return the luuid
*/
public String getLuuid() {
return luuid;
}
/**
* @param luuid the luuid to set
*/
public void setLuuid(String luuid) {
this.luuid = luuid;
}
/**
* @return the luumrp
*/
public String getLuumrp() {
return luumrp;
}
/**
* @param luumrp the luumrp to set
*/
public void setLuumrp(String luumrp) {
this.luumrp = luumrp;
}
/**
* @return the luumrr
*/
public String getLuumrr() {
return luumrr;
}
/**
* @param luumrr the luumrr to set
*/
public void setLuumrr(String luumrr) {
this.luumrr = luumrr;
}
/**
* @return the luupa
*/
public String getLuupa() {
return luupa;
}
/**
* @param luupa the luupa to set
*/
public void setLuupa(String luupa) {
this.luupa = luupa;
}
/**
* @return the luupl
*/
public String getLuupl() {
return luupl;
}
/**
* @param luupl the luupl to set
*/
public void setLuupl(String luupl) {
this.luupl = luupl;
}
/**
* @return the luus
*/
public String getLuus() {
return luus;
}
/**
* @param luus the luus to set
*/
public void setLuus(String luus) {
this.luus = luus;
}
/**
* @return the luut
*/
public String getLuut() {
return luut;
}
/**
* @param luut the luut to set
*/
public void setLuut(String luut) {
this.luut = luut;
}
/**
* @return the luuu
*/
public String getLuuu() {
return luuu;
}
/**
* @param luuu the luuu to set
*/
public void setLuuu(String luuu) {
this.luuu = luuu;
}
/**
* @return the uu
*/
public String getUu() {
return uu;
}
/**
* @param uu the uu to set
*/
public void setUu(String uu) {
this.uu = uu;
}
/* (non-Javadoc)
* @see java.lang.Object#toString()
*/
@Override
public String toString() {
return "TopPagesResponse [lrid=" + lrid + ", lsrc=" + lsrc + ", ltgt="
+ ltgt + ", lufmrp=" + lufmrp + ", lufmrr=" + lufmrr
+ ", lufrid=" + lufrid + ", lupda=" + lupda + ", luprid="
+ luprid + ", luueid=" + luueid + ", luufq=" + luufq
+ ", luuid=" + luuid + ", luumrp=" + luumrp + ", luumrr="
+ luumrr + ", luupa=" + luupa + ", luupl=" + luupl + ", luus="
+ luus + ", luut=" + luut + ", luuu=" + luuu + ", uu=" + uu
+ "]";
}
}