public class BlockingStateJson extends JsonBase
| Constructor and Description |
|---|
BlockingStateJson(String blockedId,
String stateName,
String service,
Boolean blockChange,
Boolean blockEntitlement,
Boolean blockBilling,
org.joda.time.LocalDate effectiveDate,
BlockingStateType type,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBlockedId() |
org.joda.time.LocalDate |
getEffectiveDate() |
String |
getService() |
String |
getStateName() |
BlockingStateType |
getType() |
int |
hashCode() |
Boolean |
isBlockBilling() |
Boolean |
isBlockChange() |
Boolean |
isBlockEntitlement() |
String |
toString() |
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic BlockingStateJson(String blockedId, String stateName, String service, Boolean blockChange, Boolean blockEntitlement, Boolean blockBilling, org.joda.time.LocalDate effectiveDate, BlockingStateType type, @Nullable List<AuditLogJson> auditLogs)
public String getBlockedId()
public String getStateName()
public String getService()
public Boolean isBlockChange()
public Boolean isBlockEntitlement()
public Boolean isBlockBilling()
public org.joda.time.LocalDate getEffectiveDate()
public BlockingStateType getType()
Copyright © 2010-2016. All Rights Reserved.