public class ShieldInformationBarrierSegment extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
ShieldInformationBarrierSegment.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 |
protected String |
description
Description of the shield information barrier segment.
|
protected String |
id
The unique identifier for the shield information barrier segment.
|
protected String |
name
Name of the shield information barrier segment.
|
protected ShieldInformationBarrierBase |
shieldInformationBarrier |
protected EnumWrapper<ShieldInformationBarrierSegmentTypeField> |
type
The type of the shield information barrier segment.
|
protected OffsetDateTime |
updatedAt
ISO date time string when this shield information barrier segment was updated.
|
protected UserBase |
updatedBy |
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
ShieldInformationBarrierSegment() |
protected |
ShieldInformationBarrierSegment(ShieldInformationBarrierSegment.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedAt() |
UserBase |
getCreatedBy() |
String |
getDescription() |
String |
getId() |
String |
getName() |
ShieldInformationBarrierBase |
getShieldInformationBarrier() |
EnumWrapper<ShieldInformationBarrierSegmentTypeField> |
getType() |
OffsetDateTime |
getUpdatedAt() |
UserBase |
getUpdatedBy() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<ShieldInformationBarrierSegmentTypeField> type
protected ShieldInformationBarrierBase shieldInformationBarrier
protected String description
protected OffsetDateTime createdAt
protected OffsetDateTime updatedAt
public ShieldInformationBarrierSegment()
protected ShieldInformationBarrierSegment(ShieldInformationBarrierSegment.Builder builder)
public EnumWrapper<ShieldInformationBarrierSegmentTypeField> getType()
public ShieldInformationBarrierBase getShieldInformationBarrier()
public String getDescription()
public OffsetDateTime getCreatedAt()
public UserBase getCreatedBy()
public OffsetDateTime getUpdatedAt()
public UserBase getUpdatedBy()