Udostępnij za pośrednictwem


ApplicationGatewayWafDynamicManifestResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ApplicationGatewayWafDynamicManifestResultInner

Implements

public final class ApplicationGatewayWafDynamicManifestResultInner
implements JsonSerializable<ApplicationGatewayWafDynamicManifestResultInner>

Response for ApplicationGatewayWafDynamicManifest API service call.

Constructor Summary

Constructor Description
ApplicationGatewayWafDynamicManifestResultInner()

Creates an instance of ApplicationGatewayWafDynamicManifestResultInner class.

Method Summary

Modifier and Type Method and Description
List<ApplicationGatewayFirewallManifestRuleSet> availableRuleSets()

Get the availableRuleSets property: The available rulesets.

static ApplicationGatewayWafDynamicManifestResultInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayWafDynamicManifestResultInner from the JsonReader.

String id()

Get the id property: Resource ID.

String name()

Get the name property: Resource name.

String ruleSetType()

Get the ruleSetType property: The type of the web application firewall rule set.

String ruleSetVersion()

Get the ruleSetVersion property: The version of the web application firewall rule set type.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: Resource type.

void validate()

Validates the instance.

ApplicationGatewayWafDynamicManifestResultInner withAvailableRuleSets(List<ApplicationGatewayFirewallManifestRuleSet> availableRuleSets)

Set the availableRuleSets property: The available rulesets.

ApplicationGatewayWafDynamicManifestResultInner withId(String id)

Set the id property: Resource ID.

ApplicationGatewayWafDynamicManifestResultInner withRuleSetType(String ruleSetType)

Set the ruleSetType property: The type of the web application firewall rule set.

ApplicationGatewayWafDynamicManifestResultInner withRuleSetVersion(String ruleSetVersion)

Set the ruleSetVersion property: The version of the web application firewall rule set type.

Methods inherited from java.lang.Object

Constructor Details

ApplicationGatewayWafDynamicManifestResultInner

public ApplicationGatewayWafDynamicManifestResultInner()

Creates an instance of ApplicationGatewayWafDynamicManifestResultInner class.

Method Details

availableRuleSets

public List<ApplicationGatewayFirewallManifestRuleSet> availableRuleSets()

Get the availableRuleSets property: The available rulesets.

Returns:

the availableRuleSets value.

fromJson

public static ApplicationGatewayWafDynamicManifestResultInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayWafDynamicManifestResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationGatewayWafDynamicManifestResultInner 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 ApplicationGatewayWafDynamicManifestResultInner.

id

public String id()

Get the id property: Resource ID.

Returns:

the id value.

name

public String name()

Get the name property: Resource name.

Returns:

the name value.

ruleSetType

public String ruleSetType()

Get the ruleSetType property: The type of the web application firewall rule set.

Returns:

the ruleSetType value.

ruleSetVersion

public String ruleSetVersion()

Get the ruleSetVersion property: The version of the web application firewall rule set type.

Returns:

the ruleSetVersion value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Resource type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withAvailableRuleSets

public ApplicationGatewayWafDynamicManifestResultInner withAvailableRuleSets(List<ApplicationGatewayFirewallManifestRuleSet> availableRuleSets)

Set the availableRuleSets property: The available rulesets.

Parameters:

availableRuleSets - the availableRuleSets value to set.

Returns:

the ApplicationGatewayWafDynamicManifestResultInner object itself.

withId

public ApplicationGatewayWafDynamicManifestResultInner withId(String id)

Set the id property: Resource ID.

Parameters:

id - the id value to set.

Returns:

the ApplicationGatewayWafDynamicManifestResultInner object itself.

withRuleSetType

public ApplicationGatewayWafDynamicManifestResultInner withRuleSetType(String ruleSetType)

Set the ruleSetType property: The type of the web application firewall rule set.

Parameters:

ruleSetType - the ruleSetType value to set.

Returns:

the ApplicationGatewayWafDynamicManifestResultInner object itself.

withRuleSetVersion

public ApplicationGatewayWafDynamicManifestResultInner withRuleSetVersion(String ruleSetVersion)

Set the ruleSetVersion property: The version of the web application firewall rule set type.

Parameters:

ruleSetVersion - the ruleSetVersion value to set.

Returns:

the ApplicationGatewayWafDynamicManifestResultInner object itself.

Applies to