Interface WindowsRegistryValueObj
- All Superinterfaces:
GenericValidation,SdoDefaultValidator,Serializable,StixCustomProperties
- All Known Implementing Classes:
WindowsRegistryValue
@Immutable
public interface WindowsRegistryValueObj
extends GenericValidation, StixCustomProperties, Serializable
The Windows Registry Value type captures the properties of a Windows Registry Key Value.
-
Field Summary
Fields inherited from interface security.whisper.javastix.validation.SdoDefaultValidator
VALIDATOR -
Method Summary
Methods inherited from interface security.whisper.javastix.validation.GenericValidation
validateEntityMethods inherited from interface security.whisper.javastix.validation.SdoDefaultValidator
validate, validateOnlyIdMethods inherited from interface security.whisper.javastix.common.StixCustomProperties
getCustomProperties
-
Method Details
-
getName
@JsonPropertyDescription("Specifies the name of the registry value. For specifying the default value in a registry key, an empty string MUST be used.") @NotNull @NotNull String getName() -
getData
-
getDataType
@JsonPropertyDescription("Specifies the registry (REG_*) data type used in the registry value.") Optional<@Vocab(WindowsRegistryValueDataTypes.class) String> getDataType()
-