|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface CommandDscr
This annotation allows describe Java POJO object as Diameter Command element
| Required Element Summary | |
|---|---|
int |
code
Return command code |
| Optional Element Summary | |
|---|---|
long |
appId
Return command application-id |
Child[] |
childs
Return array of command child avp |
CommandFlag[] |
flags
Return array of command flags |
java.lang.String |
name
Return command name |
| Element Detail |
|---|
public abstract int code
public abstract java.lang.String name
public abstract CommandFlag[] flags
public abstract long appId
public abstract Child[] childs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||