public class OpProfileDef extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
incomingCount |
int |
operatorId |
String |
operatorType |
| Constructor and Description |
|---|
OpProfileDef(int operatorId,
String operatorType,
int incomingCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIncomingCount() |
int |
getOperatorId() |
String |
getOperatorType() |
public int operatorId
public String operatorType
public int incomingCount
public OpProfileDef(int operatorId,
String operatorType,
int incomingCount)
public int getOperatorId()
public String getOperatorType()
public int getIncomingCount()
Copyright © 2021 The Apache Software Foundation. All rights reserved.