public static class Provisioning.InterpolationTypeEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
DisplayName
Display name
|
String |
InterpolationType
Interpolation type
|
Integer |
Value
Value
|
| Constructor and Description |
|---|
InterpolationTypeEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getInterpolationType() |
Integer |
getValue() |
Provisioning.InterpolationTypeEntry |
setDisplayName(String value) |
Provisioning.InterpolationTypeEntry |
setInterpolationType(String value) |
Provisioning.InterpolationTypeEntry |
setValue(Integer value) |
public String InterpolationType
public String DisplayName
public Integer Value
public String getInterpolationType()
public Provisioning.InterpolationTypeEntry setInterpolationType(String value)
public String getDisplayName()
public Provisioning.InterpolationTypeEntry setDisplayName(String value)
public Integer getValue()
public Provisioning.InterpolationTypeEntry setValue(Integer value)
Copyright © 2022. All rights reserved.