public class LicenseCommonParam extends Object
| Constructor and Description |
|---|
LicenseCommonParam() |
LicenseCommonParam(String subject,
String description,
Date issued,
Date notBefore,
Date notAfter,
String consumerType,
int consumerAmount,
List<LicenseExtraParam> extraParams) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
consumerAmount() |
String |
consumerType() |
String |
description() |
List<LicenseExtraParam> |
extraParams() |
Date |
issuedTime() |
Date |
notAfter() |
Date |
notBefore() |
String |
subject() |
public String subject()
public Date issuedTime()
public Date notBefore()
public Date notAfter()
public String consumerType()
public Integer consumerAmount()
public String description()
public List<LicenseExtraParam> extraParams()
Copyright © 2021. All rights reserved.