public class FpeOptionsAdvanced extends Object
Constructor and Description |
---|
FpeOptionsAdvanced() |
Modifier and Type | Method and Description |
---|---|
FpeOptionsAdvanced |
description(String description) |
boolean |
equals(Object o) |
FpeOptionsAdvanced |
format(FpeDataPart format) |
String |
getDescription()
The user-friendly name for the data type that represents the input data.
|
FpeDataPart |
getFormat()
Get format
|
String |
getName()
A duplicate of the `description` field.
|
int |
hashCode() |
FpeOptionsAdvanced |
name(String name) |
void |
setDescription(String description) |
void |
setFormat(FpeDataPart format) |
void |
setName(String name) |
String |
toString() |
public FpeOptionsAdvanced format(FpeDataPart format)
public FpeDataPart getFormat()
public void setFormat(FpeDataPart format)
public FpeOptionsAdvanced description(String description)
public String getDescription()
public void setDescription(String description)
public FpeOptionsAdvanced name(String name)
public String getName()
public void setName(String name)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved