public class DistributedFirewallRuleDestinationResponse extends Object implements Serializable
Constructor and Description |
---|
DistributedFirewallRuleDestinationResponse(String name,
String value,
String type,
boolean isValid)
Instantiates a new distributed firewall rule destination response.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets name.
|
String |
getType()
Gets type.
|
String |
getValue()
Gets value.
|
boolean |
isValid()
Gets isValid.
|
public DistributedFirewallRuleDestinationResponse(String name, String value, String type, boolean isValid)
name
- the namevalue
- the valuetype
- the typeisValid
- the is validpublic String getName()
The name of the destination object
String
the namepublic String getValue()
The value of the destination object
String
the valuepublic String getType()
The type of the destination object
String
the typepublic boolean isValid()
Whether or not the destination object is valid
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.