Package | Description |
---|---|
br.org.scadabr.api.ae | |
br.org.scadabr.api.config | |
br.org.scadabr.api.da | |
br.org.scadabr.api.hda |
Modifier and Type | Field and Description |
---|---|
private ReplyBase |
BrowseEventsResponse.replyBase |
private ReplyBase |
GetActiveEventsResponse.replyBase |
private ReplyBase |
GetEventsHistoryResponse.replyBase |
private ReplyBase |
AnnotateEventResponse.replyBase |
private ReplyBase |
AckEventsResponse.replyBase |
Modifier and Type | Method and Description |
---|---|
ReplyBase |
BrowseEventsResponse.getReplyBase()
Gets the replyBase value for this BrowseEventsResponse.
|
ReplyBase |
GetActiveEventsResponse.getReplyBase()
Gets the replyBase value for this GetActiveEventsResponse.
|
ReplyBase |
GetEventsHistoryResponse.getReplyBase()
Gets the replyBase value for this GetEventsHistoryResponse.
|
ReplyBase |
AnnotateEventResponse.getReplyBase()
Gets the replyBase value for this AnnotateEventResponse.
|
ReplyBase |
AckEventsResponse.getReplyBase()
Gets the replyBase value for this AckEventsResponse.
|
Modifier and Type | Method and Description |
---|---|
void |
BrowseEventsResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this BrowseEventsResponse.
|
void |
GetActiveEventsResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this GetActiveEventsResponse.
|
void |
GetEventsHistoryResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this GetEventsHistoryResponse.
|
void |
AnnotateEventResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this AnnotateEventResponse.
|
void |
AckEventsResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this AckEventsResponse.
|
Constructor and Description |
---|
AckEventsResponse(APIError[] errors,
EventNotification[] events,
ReplyBase replyBase) |
AnnotateEventResponse(APIError[] errors,
EventMessage[] eventMessagesList,
ReplyBase replyBase) |
BrowseEventsResponse(APIError[] errors,
EventDefinition[] eventsList,
ReplyBase replyBase) |
GetActiveEventsResponse(APIError[] errors,
EventNotification[] eventsList,
ReplyBase replyBase) |
GetEventsHistoryResponse(APIError[] errors,
EventNotification[] eventsList,
ReplyBase replyBase) |
Modifier and Type | Field and Description |
---|---|
private ReplyBase |
BrowseFlexProjectsResponse.replyBase |
private ReplyBase |
ConfigureDataSourceResponse.replyBase |
private ReplyBase |
ConfigureDataPointResponse.replyBase |
private ReplyBase |
RemoveDataSourceResponse.replyBase |
private ReplyBase |
SetFlexBuilderConfigResponse.replyBase |
private ReplyBase |
BrowseDataPointsResponse.replyBase |
private ReplyBase |
RemoveFlexProjectResponse.replyBase |
private ReplyBase |
RemoveDataPointResponse.replyBase |
private ReplyBase |
BrowseDataSourcesResponse.replyBase |
private ReplyBase |
GetFlexBuilderConfigResponse.replyBase |
private ReplyBase |
AddDataSourceResponse.replyBase |
Modifier and Type | Method and Description |
---|---|
ReplyBase |
BrowseFlexProjectsResponse.getReplyBase()
Gets the replyBase value for this BrowseFlexProjectsResponse.
|
ReplyBase |
ConfigureDataSourceResponse.getReplyBase()
Gets the replyBase value for this ConfigureDataSourceResponse.
|
ReplyBase |
ConfigureDataPointResponse.getReplyBase()
Gets the replyBase value for this ConfigureDataPointResponse.
|
ReplyBase |
RemoveDataSourceResponse.getReplyBase()
Gets the replyBase value for this RemoveDataSourceResponse.
|
ReplyBase |
SetFlexBuilderConfigResponse.getReplyBase()
Gets the replyBase value for this SetFlexBuilderConfigResponse.
|
ReplyBase |
BrowseDataPointsResponse.getReplyBase()
Gets the replyBase value for this BrowseDataPointsResponse.
|
ReplyBase |
RemoveFlexProjectResponse.getReplyBase()
Gets the replyBase value for this RemoveFlexProjectResponse.
|
ReplyBase |
RemoveDataPointResponse.getReplyBase()
Gets the replyBase value for this RemoveDataPointResponse.
|
ReplyBase |
BrowseDataSourcesResponse.getReplyBase()
Gets the replyBase value for this BrowseDataSourcesResponse.
|
ReplyBase |
GetFlexBuilderConfigResponse.getReplyBase()
Gets the replyBase value for this GetFlexBuilderConfigResponse.
|
ReplyBase |
AddDataSourceResponse.getReplyBase()
Gets the replyBase value for this AddDataSourceResponse.
|
Modifier and Type | Method and Description |
---|---|
void |
BrowseFlexProjectsResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this BrowseFlexProjectsResponse.
|
void |
ConfigureDataSourceResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this ConfigureDataSourceResponse.
|
void |
ConfigureDataPointResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this ConfigureDataPointResponse.
|
void |
RemoveDataSourceResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this RemoveDataSourceResponse.
|
void |
SetFlexBuilderConfigResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this SetFlexBuilderConfigResponse.
|
void |
BrowseDataPointsResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this BrowseDataPointsResponse.
|
void |
RemoveFlexProjectResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this RemoveFlexProjectResponse.
|
void |
RemoveDataPointResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this RemoveDataPointResponse.
|
void |
BrowseDataSourcesResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this BrowseDataSourcesResponse.
|
void |
GetFlexBuilderConfigResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this GetFlexBuilderConfigResponse.
|
void |
AddDataSourceResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this AddDataSourceResponse.
|
Constructor and Description |
---|
AddDataSourceResponse(APIError[] errors,
ReplyBase replyBase) |
BrowseDataPointsResponse(APIError[] errors,
ReplyBase replyBase,
DataSourceType type,
java.lang.Object[] dataPoints) |
BrowseDataSourcesResponse(APIError[] errors,
ReplyBase replyBase,
DataSourceType type,
java.lang.Object[] dataSources) |
BrowseFlexProjectsResponse(FlexProject[] projects,
ReplyBase replyBase) |
ConfigureDataPointResponse(int id,
APIError[] errors,
ReplyBase replyBase) |
ConfigureDataSourceResponse(int id,
APIError[] errors,
ReplyBase replyBase) |
GetFlexBuilderConfigResponse(FlexProject project,
ReplyBase replyBase) |
RemoveDataPointResponse(APIError[] errors,
ReplyBase replyBase) |
RemoveDataSourceResponse(APIError[] errors,
ReplyBase replyBase) |
RemoveFlexProjectResponse(APIError[] errors,
ReplyBase replyBase) |
SetFlexBuilderConfigResponse(int projectId,
ReplyBase replyBase) |
Modifier and Type | Field and Description |
---|---|
private ReplyBase |
WriteStringDataResponse.replyBase |
private ReplyBase |
ReadDataResponse.replyBase |
private ReplyBase |
WriteDataResponse.replyBase |
private ReplyBase |
BrowseTagsResponse.replyBase |
private ReplyBase |
GetStatusResponse.replyBase |
Modifier and Type | Method and Description |
---|---|
ReplyBase |
WriteStringDataResponse.getReplyBase()
Gets the replyBase value for this WriteStringDataResponse.
|
ReplyBase |
ReadDataResponse.getReplyBase()
Gets the replyBase value for this ReadDataResponse.
|
ReplyBase |
WriteDataResponse.getReplyBase()
Gets the replyBase value for this WriteDataResponse.
|
ReplyBase |
BrowseTagsResponse.getReplyBase()
Gets the replyBase value for this BrowseTagsResponse.
|
ReplyBase |
GetStatusResponse.getReplyBase()
Gets the replyBase value for this GetStatusResponse.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteStringDataResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this WriteStringDataResponse.
|
void |
ReadDataResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this ReadDataResponse.
|
void |
WriteDataResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this WriteDataResponse.
|
void |
BrowseTagsResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this BrowseTagsResponse.
|
void |
GetStatusResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this GetStatusResponse.
|
Constructor and Description |
---|
BrowseTagsResponse(APIError[] errors,
ItemInfo[] itemsList,
ReplyBase replyBase) |
GetStatusResponse(ReplyBase replyBase,
ServerStatus serverStatus) |
ReadDataResponse(APIError[] errors,
ItemValue[] itemsList,
ReplyBase replyBase) |
WriteDataResponse(APIError[] errors,
ItemValue[] itemsList,
ReplyBase replyBase) |
WriteStringDataResponse(APIError[] errors,
ItemStringValue[] itemsList,
ReplyBase replyBase) |
Modifier and Type | Field and Description |
---|---|
private ReplyBase |
GetDataHistoryResponse.replyBase |
Modifier and Type | Method and Description |
---|---|
ReplyBase |
GetDataHistoryResponse.getReplyBase()
Gets the replyBase value for this GetDataHistoryResponse.
|
Modifier and Type | Method and Description |
---|---|
void |
GetDataHistoryResponse.setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this GetDataHistoryResponse.
|
Constructor and Description |
---|
GetDataHistoryResponse(APIError[] errors,
boolean moreValues,
ItemValue[] itemsList,
ReplyBase replyBase) |