|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.mycompany.myproject.api.MyFunction.Request
Container for the input parameters of the MyFunction function.
| Constructor Summary | |
MyFunction.Request(String __ipArg,
Gender.Item gender,
String personLastName)
Constructs a new Request instance. |
|
| Method Summary | |
boolean |
equals(Object obj)
|
Gender.Item |
getGender()
Gets the value of the required input parameter gender, which is The gender of the person. |
String |
getPersonLastName()
Gets the value of the required input parameter personLastName, which is The last name of the person. |
int |
hashCode()
|
String |
remoteIP()
Gets the IP address of the originating host. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MyFunction.Request(String __ipArg,
Gender.Item gender,
String personLastName)
Request instance.
| Method Detail |
public final String remoteIP()
"192.168.0.1"), never null.public Gender.Item getGender()
null.public String getPersonLastName()
null.public int hashCode()
public boolean equals(Object obj)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||