public class Call
extends java.lang.Object
| Constructor and Description |
|---|
Call(org.appops.core.service.meta.ServiceOpMeta op)
Constructor for Call.
|
Call(org.appops.core.service.meta.ServiceOpMeta op,
Call p)
Object constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.appops.core.service.meta.ServiceOpMeta |
getOperation()
Getter for the field
operation. |
Call |
getParent()
Getter for the field
parent. |
public Call(org.appops.core.service.meta.ServiceOpMeta op)
Constructor for Call.
op - a ServiceOpMeta object.public Call(org.appops.core.service.meta.ServiceOpMeta op,
Call p)
op - Invoked operation.p - Parent call.Copyright © 2021. All rights reserved.