public static final class RaConfigAction.SetProperty extends RaConfigAction.RaConfigPropertyAction
RaConfigAction.AddProperty, RaConfigAction.DeleteProperty, RaConfigAction.DeleteRaEntity, RaConfigAction.RaConfigPropertyAction, RaConfigAction.RenameProperty, RaConfigAction.RenameRaEntity, RaConfigAction.SetProperty
Constructor and Description |
---|
RaConfigAction.SetProperty(java.lang.String name,
ObjectGenerator.StringGenerator newValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
Returns the name of the RA configuration property.
|
ObjectGenerator.StringGenerator |
getNewValue() |
int |
hashCode() |
java.lang.String |
toString() |
public RaConfigAction.SetProperty(@Nonnull java.lang.String name, @Nonnull ObjectGenerator.StringGenerator newValue)
name
- The name of the property.newValue
- Used to generate the value to set for the property.@Nonnull public java.lang.String getName()
RaConfigAction.RaConfigPropertyAction
getName
in class RaConfigAction.RaConfigPropertyAction
@Nonnull public ObjectGenerator.StringGenerator getNewValue()
public boolean equals(java.lang.Object o)
equals
in class RaConfigAction
public int hashCode()
hashCode
in class RaConfigAction
public java.lang.String toString()
Copyright © OpenCloud. All Rights Reserved.