Package com.splunk

Examples of com.splunk.License


import java.util.Date;

class LicenseNode extends EntityNode {
    LicenseNode(Entity value) {
        super(value);
        License license = (License)value;
        String displayName = license.getLabel();
        if (displayName == null) displayName = license.getName();
        setDisplayName(displayName);
    }
View Full Code Here

TOP

Related Classes of com.splunk.License

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.