public class MacSetResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| MacSetResponse(String objectId,
              String description,
              String name,
              String value,
              boolean inheritanceAllowed,
              int revision)Instantiates a new Mac set response. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets description of the MAC set. | 
| String | getName()Gets name of the MAC set. | 
| String | getObjectId()Gets object id for the MAC set. | 
| int | getRevision()Gets revision. | 
| String | getValue()Gets value of the MAC set. | 
| boolean | isInheritanceAllowed()Is inheritance allowed for the MAC set. | 
public MacSetResponse(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.