public final class TemplateHashResultInner extends Object
| Constructor and Description |
|---|
TemplateHashResultInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
minifiedTemplate()
Get the minifiedTemplate property: The minified template string.
|
String |
templateHash()
Get the templateHash property: The template hash.
|
void |
validate()
Validates the instance.
|
TemplateHashResultInner |
withMinifiedTemplate(String minifiedTemplate)
Set the minifiedTemplate property: The minified template string.
|
TemplateHashResultInner |
withTemplateHash(String templateHash)
Set the templateHash property: The template hash.
|
public String minifiedTemplate()
public TemplateHashResultInner withMinifiedTemplate(String minifiedTemplate)
minifiedTemplate - the minifiedTemplate value to set.public String templateHash()
public TemplateHashResultInner withTemplateHash(String templateHash)
templateHash - the templateHash value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.