public class ApproveFilingsModel
extends java.lang.Object
| Constructor and Description |
|---|
ApproveFilingsModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getApprove()
Getter for approve
Set this value to true in order to approve the filings.
|
void |
setApprove(java.lang.Boolean value)
Setter for approve
Set this value to true in order to approve the filings.
|
java.lang.String |
toString()
Returns a JSON string representation of ApproveFilingsModel
|
public java.lang.Boolean getApprove()
public void setApprove(java.lang.Boolean value)
public java.lang.String toString()
toString in class java.lang.Object