public abstract class MetadataEntity
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataEntity.MetadataType |
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
fieldName |
protected MetadataEntity.MetadataType |
type |
| Constructor and Description |
|---|
MetadataEntity() |
| Modifier and Type | Method and Description |
|---|---|
FreeformMetadata |
getAsFreeformMetadata() |
NumericMetadata |
getAsNumericMetadata() |
PointOfContactMetadata |
getAsPointOfContactMetadata() |
java.lang.String |
getFieldName() |
MetadataEntity.MetadataType |
getType() |
void |
setType(java.lang.String type) |
protected MetadataEntity.MetadataType type
@SerializedName(value="fieldName") protected java.lang.String fieldName
public MetadataEntity.MetadataType getType()
public void setType(java.lang.String type)
public java.lang.String getFieldName()
public FreeformMetadata getAsFreeformMetadata() throws InvalidConversionException
InvalidConversionExceptionpublic NumericMetadata getAsNumericMetadata() throws InvalidConversionException
InvalidConversionExceptionpublic PointOfContactMetadata getAsPointOfContactMetadata() throws InvalidConversionException
InvalidConversionExceptionCopyright © 2022 Contrast Security, Inc.. All rights reserved.