Class ConnectionStaticResult
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.ConnectionStaticResult
-
public class ConnectionStaticResult extends Object
ConnectionStaticResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConnectionStaticResult.ConnectionStaticResultBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_MY_DIDstatic StringSERIALIZED_NAME_MY_ENDPOINTstatic StringSERIALIZED_NAME_MY_VERKEYstatic StringSERIALIZED_NAME_RECORDstatic StringSERIALIZED_NAME_THEIR_DIDstatic StringSERIALIZED_NAME_THEIR_VERKEY
-
Constructor Summary
Constructors Constructor Description ConnectionStaticResult()ConnectionStaticResult(String myDid, String myEndpoint, String myVerkey, ConnRecord record, String theirDid, String theirVerkey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectionStaticResult.ConnectionStaticResultBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetMyDid()StringgetMyEndpoint()StringgetMyVerkey()ConnRecordgetRecord()StringgetTheirDid()StringgetTheirVerkey()inthashCode()voidsetMyDid(String myDid)voidsetMyEndpoint(String myEndpoint)voidsetMyVerkey(String myVerkey)voidsetRecord(ConnRecord record)voidsetTheirDid(String theirDid)voidsetTheirVerkey(String theirVerkey)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_MY_DID
public static final String SERIALIZED_NAME_MY_DID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MY_ENDPOINT
public static final String SERIALIZED_NAME_MY_ENDPOINT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MY_VERKEY
public static final String SERIALIZED_NAME_MY_VERKEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RECORD
public static final String SERIALIZED_NAME_RECORD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_THEIR_DID
public static final String SERIALIZED_NAME_THEIR_DID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_THEIR_VERKEY
public static final String SERIALIZED_NAME_THEIR_VERKEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static ConnectionStaticResult.ConnectionStaticResultBuilder builder()
-
getMyDid
public String getMyDid()
-
getMyEndpoint
public String getMyEndpoint()
-
getMyVerkey
public String getMyVerkey()
-
getRecord
public ConnRecord getRecord()
-
getTheirDid
public String getTheirDid()
-
getTheirVerkey
public String getTheirVerkey()
-
setMyDid
public void setMyDid(String myDid)
-
setMyEndpoint
public void setMyEndpoint(String myEndpoint)
-
setMyVerkey
public void setMyVerkey(String myVerkey)
-
setRecord
public void setRecord(ConnRecord record)
-
setTheirDid
public void setTheirDid(String theirDid)
-
setTheirVerkey
public void setTheirVerkey(String theirVerkey)
-
canEqual
protected boolean canEqual(Object other)
-
-