Class DevToolPortalFeatureSettings
java.lang.Object
com.azure.resourcemanager.appplatform.models.DevToolPortalFeatureSettings
- All Implemented Interfaces:
com.azure.json.JsonSerializable<DevToolPortalFeatureSettings>
public final class DevToolPortalFeatureSettings
extends Object
implements com.azure.json.JsonSerializable<DevToolPortalFeatureSettings>
Settings for Dev Tool Portal.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DevToolPortalFeatureSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the applicationAccelerator property: Detail of Accelerator plugin.Get the applicationLiveView property: Detail of App Live View plugin.static DevToolPortalFeatureSettingsfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DevToolPortalFeatureSettings from the JsonReader.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withApplicationAccelerator(DevToolPortalFeatureDetail applicationAccelerator) Set the applicationAccelerator property: Detail of Accelerator plugin.withApplicationLiveView(DevToolPortalFeatureDetail applicationLiveView) Set the applicationLiveView property: Detail of App Live View plugin.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
DevToolPortalFeatureSettings
public DevToolPortalFeatureSettings()Creates an instance of DevToolPortalFeatureSettings class.
-
-
Method Details
-
applicationAccelerator
Get the applicationAccelerator property: Detail of Accelerator plugin.- Returns:
- the applicationAccelerator value.
-
withApplicationAccelerator
public DevToolPortalFeatureSettings withApplicationAccelerator(DevToolPortalFeatureDetail applicationAccelerator) Set the applicationAccelerator property: Detail of Accelerator plugin.- Parameters:
applicationAccelerator- the applicationAccelerator value to set.- Returns:
- the DevToolPortalFeatureSettings object itself.
-
applicationLiveView
Get the applicationLiveView property: Detail of App Live View plugin.- Returns:
- the applicationLiveView value.
-
withApplicationLiveView
public DevToolPortalFeatureSettings withApplicationLiveView(DevToolPortalFeatureDetail applicationLiveView) Set the applicationLiveView property: Detail of App Live View plugin.- Parameters:
applicationLiveView- the applicationLiveView value to set.- Returns:
- the DevToolPortalFeatureSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<DevToolPortalFeatureSettings>- Throws:
IOException
-
fromJson
public static DevToolPortalFeatureSettings fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of DevToolPortalFeatureSettings from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of DevToolPortalFeatureSettings if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the DevToolPortalFeatureSettings.
-