public static class OperationBuilder.WriteAttributeOperationBuilder<T extends OperationBuilder.WriteAttributeOperationBuilder<?>> extends OperationBuilder.AbstractSingleOperationBuilder<T,OperationBuilder.OperationResult<?>>
batchbaseNode| Modifier and Type | Method and Description |
|---|---|
T |
attribute(String name,
Integer value)
If
value == null, no entry is added. |
T |
attribute(String name,
String value)
If
value == null, the attribute will be removed. |
T |
valueAttribute(String value) |
address, address, address, parentBuilderallowResourceServiceRestart, build, createResult, execute, operationHeader, operationHeaderpublic T attribute(String name, Integer value)
value == null, no entry is added. Otherwise, the attribute will be added.name - the name of the attributevalue - the value of the attributepublic T attribute(String name, String value)
value == null, the attribute will be removed. Otherwise, the attribute will be written.name - the name of the attributevalue - the value of the attributeCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.