| Constructor and Description |
|---|
Advice.AdviceAttribute(String name)
Creates an advice attribute
|
Advice.AdviceAttribute(String name,
List<String> value)
Creates an advice attribute
|
Advice.AdviceAttribute(String name,
String friendlyName,
List<String> value)
Creates an advice attribute
|
public Advice.AdviceAttribute(String name)
name - The name of the attribute. Must be URI. Cannot be
nullpublic Advice.AdviceAttribute(String name, List<String> value)
name - The name of the attribute. Must be URI. Cannot be
nullvalue - List of values representing the content of the advice
attribute. Cannot be nullpublic Advice.AdviceAttribute(String name, String friendlyName, List<String> value)
name - The name of the attribute. Must be URI. Cannot be
nullfriendlyName - a friendly name of the attribute.value - List of values representing the content of the advice
attribute. Cannot be nullpublic String getName()
nullpublic String getFriendlyName()
public List<String> getValue()
nullCopyright © 2016. All rights reserved.