public class GetModelTemplateResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents a mapping template used to transform a payload.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value
The Apache Velocity Template Language (VTL) template content
used for the template resource.
|
Constructor and Description |
---|
GetModelTemplateResult() |
Modifier and Type | Method and Description |
---|---|
GetModelTemplateResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getValue()
The Apache Velocity Template Language (VTL) template content
used for the template resource.
|
int |
hashCode() |
void |
setValue(java.lang.String value)
The Apache Velocity Template Language (VTL) template content
used for the template resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetModelTemplateResult |
withValue(java.lang.String value)
The Apache Velocity Template Language (VTL) template content
used for the template resource.
|
private java.lang.String value
The Apache Velocity Template Language (VTL) template content used for the template resource.
public void setValue(java.lang.String value)
The Apache Velocity Template Language (VTL) template content used for the template resource.
value
- The Apache Velocity Template Language (VTL) template
content used for the template resource.public java.lang.String getValue()
The Apache Velocity Template Language (VTL) template content used for the template resource.
public GetModelTemplateResult withValue(java.lang.String value)
The Apache Velocity Template Language (VTL) template content used for the template resource.
value
- The Apache Velocity Template Language (VTL) template
content used for the template resource.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetModelTemplateResult clone()
clone
in class java.lang.Object