public class IpSetResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| IpSetResponse(String objectId,
             String description,
             String name,
             String value,
             boolean inheritanceAllowed,
             int revision)Instantiates a new Ip set response. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets description of the IP set. | 
| String | getName()Gets name of the IP set. | 
| String | getObjectId()Gets object id for the IP set. | 
| int | getRevision()Gets revision. | 
| String | getValue()Gets value of the IP set. | 
| boolean | isInheritanceAllowed()Is inheritance allowed for the IP set. | 
public IpSetResponse(String objectId, String description, String name, String value, boolean inheritanceAllowed, int revision)
objectId - the object iddescription - the descriptionname - the namevalue - the valueinheritanceAllowed - the inheritance allowedrevision - revisionpublic String getObjectId()
String the object idpublic String getDescription()
String the descriptionpublic boolean isInheritanceAllowed()
public int getRevision()
String the revisionCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.