public class BooleanRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
BooleanRequestBody()
Default constructor
|
BooleanRequestBody(BooleanRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
int |
hashCode()
Create a hash code for this element type.
|
boolean |
isFlag()
Return the boolean result.
|
void |
setFlag(boolean flag)
Set up the boolean result.
|
String |
toString()
Standard toString method.
|
public BooleanRequestBody()
public BooleanRequestBody(BooleanRequestBody template)
template - object to copypublic boolean isFlag()
public void setFlag(boolean flag)
flag - booleanpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.