Class V20PresSpecByFormatRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20PresSpecByFormatRequest
-
public class V20PresSpecByFormatRequest extends Object
V20PresSpecByFormatRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20PresSpecByFormatRequest.V20PresSpecByFormatRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DIFstatic StringSERIALIZED_NAME_INDYstatic StringSERIALIZED_NAME_TRACE
-
Constructor Summary
Constructors Constructor Description V20PresSpecByFormatRequest()V20PresSpecByFormatRequest(DIFPresSpec dif, IndyPresSpec indy, Boolean trace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20PresSpecByFormatRequest.V20PresSpecByFormatRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)DIFPresSpecgetDif()IndyPresSpecgetIndy()BooleangetTrace()inthashCode()voidsetDif(DIFPresSpec dif)voidsetIndy(IndyPresSpec indy)voidsetTrace(Boolean trace)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_DIF
public static final String SERIALIZED_NAME_DIF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INDY
public static final String SERIALIZED_NAME_INDY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRACE
public static final String SERIALIZED_NAME_TRACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
V20PresSpecByFormatRequest
public V20PresSpecByFormatRequest(DIFPresSpec dif, IndyPresSpec indy, Boolean trace)
-
V20PresSpecByFormatRequest
public V20PresSpecByFormatRequest()
-
-
Method Detail
-
builder
public static V20PresSpecByFormatRequest.V20PresSpecByFormatRequestBuilder builder()
-
getDif
public DIFPresSpec getDif()
-
getIndy
public IndyPresSpec getIndy()
-
getTrace
public Boolean getTrace()
-
setDif
public void setDif(DIFPresSpec dif)
-
setIndy
public void setIndy(IndyPresSpec indy)
-
setTrace
public void setTrace(Boolean trace)
-
canEqual
protected boolean canEqual(Object other)
-
-