public class RRA extends Object
| Constructor and Description | 
|---|
RRA()
Instantiates a new RRA. 
 | 
RRA(String rra)
Instantiates a new RRA. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCf()
Gets the consolidation function. 
 | 
Integer | 
getRows()
Gets the rows. 
 | 
String | 
getRra()
Gets the RRA. 
 | 
Integer | 
getSteps()
Gets the steps. 
 | 
Double | 
getXff()
Gets the XFF. 
 | 
void | 
setCf(String cf)
Sets the consolidation function. 
 | 
void | 
setRows(Integer rows)
Sets the rows. 
 | 
void | 
setRra(String rra)
Sets the RRA. 
 | 
void | 
setSteps(Integer steps)
Sets the steps. 
 | 
void | 
setXff(Double xff)
Sets the XFF. 
 | 
public RRA()
public RRA(String rra)
rra - the RRApublic String getCf()
public void setCf(String cf)
cf - the new consolidation functionpublic Double getXff()
public void setXff(Double xff)
xff - the new XFFpublic Integer getSteps()
public void setSteps(Integer steps)
steps - the new stepspublic Integer getRows()
public void setRows(Integer rows)
rows - the new rowspublic String getRra()
public void setRra(String rra)
rra - the new RRACopyright © 2021. All rights reserved.