public class ShieldInformationBarrier extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
ShieldInformationBarrier.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdAt
ISO date time string when this shield information barrier object was created.
|
protected UserBase |
createdBy
The user who created this shield information barrier.
|
protected OffsetDateTime |
enabledAt
ISO date time string when this shield information barrier was enabled.
|
protected UserBase |
enabledBy |
protected EnterpriseBase |
enterprise
The `type` and `id` of enterprise this barrier is under.
|
protected String |
id
The unique identifier for the shield information barrier.
|
protected EnumWrapper<ShieldInformationBarrierStatusField> |
status
Status of the shield information barrier.
|
protected EnumWrapper<ShieldInformationBarrierTypeField> |
type
The type of the shield information barrier.
|
protected OffsetDateTime |
updatedAt
ISO date time string when this shield information barrier was updated.
|
protected UserBase |
updatedBy
The user that updated this shield information barrier.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
ShieldInformationBarrier() |
protected |
ShieldInformationBarrier(ShieldInformationBarrier.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedAt() |
UserBase |
getCreatedBy() |
OffsetDateTime |
getEnabledAt() |
UserBase |
getEnabledBy() |
EnterpriseBase |
getEnterprise() |
String |
getId() |
EnumWrapper<ShieldInformationBarrierStatusField> |
getStatus() |
EnumWrapper<ShieldInformationBarrierTypeField> |
getType() |
OffsetDateTime |
getUpdatedAt() |
UserBase |
getUpdatedBy() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<ShieldInformationBarrierTypeField> type
protected EnterpriseBase enterprise
protected EnumWrapper<ShieldInformationBarrierStatusField> status
protected OffsetDateTime createdAt
protected OffsetDateTime updatedAt
protected OffsetDateTime enabledAt
public ShieldInformationBarrier()
protected ShieldInformationBarrier(ShieldInformationBarrier.Builder builder)
public EnumWrapper<ShieldInformationBarrierTypeField> getType()
public EnterpriseBase getEnterprise()
public EnumWrapper<ShieldInformationBarrierStatusField> getStatus()
public OffsetDateTime getCreatedAt()
public UserBase getCreatedBy()
public OffsetDateTime getUpdatedAt()
public UserBase getUpdatedBy()
public OffsetDateTime getEnabledAt()
public UserBase getEnabledBy()