public class InterfaceDefinition extends Object
InterfaceDefinition class contains detailed
information about a vAPI interface. This should contain all the
information required to address an interface in the vAPI runtime.| Constructor and Description |
|---|
InterfaceDefinition(InterfaceIdentifier id,
Set<MethodIdentifier> methodIds)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
InterfaceIdentifier |
getIdentifier()
Returns the identifier of this interface.
|
Set<MethodIdentifier> |
getMethodIdentifiers()
Returns the set of identifiers for methods in this interface.
|
int |
hashCode() |
String |
toString() |
public InterfaceDefinition(InterfaceIdentifier id, Set<MethodIdentifier> methodIds)
id - interface identifiermethodIds - set of identifiers for methods in the interfaceIllegalArgumentException - if id or methodIds is
null or methodIds contains null elementpublic InterfaceIdentifier getIdentifier()
public Set<MethodIdentifier> getMethodIdentifiers()
Copyright © 2023. All rights reserved.