public class BlockingStateJson extends JsonBase
| Constructor and Description |
|---|
BlockingStateJson(BlockingState input,
AccountAuditLogs accountAuditLogs) |
BlockingStateJson(UUID blockedId,
String stateName,
String service,
Boolean isBlockChange,
Boolean isBlockEntitlement,
Boolean isBlockBilling,
org.joda.time.DateTime effectiveDate,
BlockingStateType type,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UUID |
getBlockedId() |
org.joda.time.DateTime |
getEffectiveDate() |
String |
getService() |
String |
getStateName() |
BlockingStateType |
getType() |
int |
hashCode() |
Boolean |
isBlockBilling() |
Boolean |
isBlockChange() |
Boolean |
isBlockEntitlement() |
String |
toString() |
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic BlockingStateJson(UUID blockedId, String stateName, String service, Boolean isBlockChange, Boolean isBlockEntitlement, Boolean isBlockBilling, org.joda.time.DateTime effectiveDate, BlockingStateType type, @Nullable List<AuditLogJson> auditLogs)
public BlockingStateJson(BlockingState input, AccountAuditLogs accountAuditLogs)
public UUID getBlockedId()
public String getStateName()
public String getService()
public Boolean isBlockChange()
public Boolean isBlockEntitlement()
public Boolean isBlockBilling()
public org.joda.time.DateTime getEffectiveDate()
public BlockingStateType getType()
Copyright © 2010–2022. All rights reserved.