Class DiscoverFeatureEvent.DisclosedFeatures
- java.lang.Object
-
- org.hyperledger.aries.api.discover_features.DiscoverFeatureEvent.DisclosedFeatures
-
- Enclosing class:
- DiscoverFeatureEvent
public static final class DiscoverFeatureEvent.DisclosedFeatures extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDiscoverFeatureEvent.DisclosedFeatures.Feature
-
Constructor Summary
Constructors Constructor Description DisclosedFeatures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<DiscoverFeatureEvent.DisclosedFeatures.Feature>getDisclosures()StringgetId()StringgetType()inthashCode()voidsetDisclosures(List<DiscoverFeatureEvent.DisclosedFeatures.Feature> disclosures)voidsetId(String id)voidsetType(String type)StringtoString()
-
-
-
Method Detail
-
getType
public String getType()
-
getId
public String getId()
-
getDisclosures
public List<DiscoverFeatureEvent.DisclosedFeatures.Feature> getDisclosures()
-
setType
public void setType(String type)
-
setId
public void setId(String id)
-
setDisclosures
public void setDisclosures(List<DiscoverFeatureEvent.DisclosedFeatures.Feature> disclosures)
-
-