public class ServiceAction extends Object
| Constructor and Description |
|---|
ServiceAction(String verb,
String noun) |
ServiceAction(String verb,
String noun,
int version) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNoun() |
String |
getVerb() |
int |
getVersion() |
void |
setNoun(String noun) |
void |
setVerb(String verb) |
void |
setVersion(int version) |
Copyright © 2019. All rights reserved.