public class MapiBooleanPropertyDto extends MapiPropertyDto
Constructor and Description |
---|
MapiBooleanPropertyDto() |
MapiBooleanPropertyDto(MapiPropertyDescriptor descriptor,
String discriminator,
Boolean value)
Initializes a new instance of the MapiBooleanPropertyDto
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Boolean |
isValue()
Property value
|
void |
setValue(Boolean value)
Set value.
|
String |
toString() |
MapiBooleanPropertyDto |
value(Boolean value)
Set value and return this.
|
descriptor, getDescriptor, getDiscriminator, setDescriptor, setDiscriminator
public MapiBooleanPropertyDto()
public MapiBooleanPropertyDto(MapiPropertyDescriptor descriptor, String discriminator, Boolean value)
descriptor
- Property descriptordiscriminator
- value
- Property valuepublic MapiBooleanPropertyDto value(Boolean value)
value
- Property valuepublic Boolean isValue()
public void setValue(Boolean value)
value
- Property valuepublic boolean equals(Object o)
equals
in class MapiPropertyDto
public int hashCode()
hashCode
in class MapiPropertyDto
public String toString()
toString
in class MapiPropertyDto
Copyright © 2020. All rights reserved.