SettingsParameterDescription Class
- java.
lang. Object - com.
azure. resourcemanager. servicefabric. models. SettingsParameterDescription
- com.
Implements
public final class SettingsParameterDescription
implements JsonSerializable<SettingsParameterDescription>
Describes a parameter in fabric settings of the cluster.
Constructor Summary
| Constructor | Description |
|---|---|
| SettingsParameterDescription() |
Creates an instance of Settings |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Settings |
fromJson(JsonReader jsonReader)
Reads an instance of Settings |
| String |
name()
Get the name property: The parameter name of fabric setting. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
value()
Get the value property: The parameter value of fabric setting. |
|
Settings |
withName(String name)
Set the name property: The parameter name of fabric setting. |
|
Settings |
withValue(String value)
Set the value property: The parameter value of fabric setting. |
Methods inherited from java.lang.Object
Constructor Details
SettingsParameterDescription
public SettingsParameterDescription()
Creates an instance of SettingsParameterDescription class.
Method Details
fromJson
public static SettingsParameterDescription fromJson(JsonReader jsonReader)
Reads an instance of SettingsParameterDescription from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The parameter name of fabric setting.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: The parameter value of fabric setting.
Returns:
withName
public SettingsParameterDescription withName(String name)
Set the name property: The parameter name of fabric setting.
Parameters:
Returns:
withValue
public SettingsParameterDescription withValue(String value)
Set the value property: The parameter value of fabric setting.
Parameters:
Returns: