Package com.zb.mom.ww.mxgateway.client
Class BrowseChildrenOptions.Builder
java.lang.Object
com.zb.mom.ww.mxgateway.client.BrowseChildrenOptions.Builder
- Enclosing class:
- BrowseChildrenOptions
Fluent builder for
BrowseChildrenOptions.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalarmBearingOnly(boolean v) Toggles the alarm-bearing-only filter.build()Builds the immutable options.categoryIds(List<Integer> v) Sets the category-id filter.historizedOnly(boolean v) Toggles the historized-only filter.Sets the tri-stateincludeAttributesoverride;nullkeeps the server default.Sets the tag-name glob.Sets the template-chain-contains filter.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
categoryIds
Sets the category-id filter. -
templateChainContains
Sets the template-chain-contains filter. -
tagNameGlob
Sets the tag-name glob. -
includeAttributes
Sets the tri-stateincludeAttributesoverride;nullkeeps the server default. -
alarmBearingOnly
Toggles the alarm-bearing-only filter. -
historizedOnly
Toggles the historized-only filter. -
build
Builds the immutable options.
-