public final class TemplateId extends Object
| Constructor and Description |
|---|
TemplateId(String string)
Creates an instance of string.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static TemplateId |
fromString(String valInString)
Returns the object of templateId fromString input String templateId.
|
int |
hashCode() |
static TemplateId |
of(String value)
Returns the object of templateId for type string.
|
String |
string()
Returns the attribute string.
|
void |
string(String string)
Sets the attribute string.
|
String |
toString() |
public TemplateId(String string)
string - value of stringpublic static TemplateId of(String value)
value - value of templateId for type stringpublic String string()
public void string(String string)
string - value of stringpublic static TemplateId fromString(String valInString)
valInString - value of input StringCopyright © 2017. All rights reserved.