Package io.nem.sdk.openapi.jersey2.model
Class NamespaceMetaDTO
- java.lang.Object
-
- io.nem.sdk.openapi.jersey2.model.NamespaceMetaDTO
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-02-02T21:53:44.206008392-03:00[America/Argentina/Buenos_Aires]") public class NamespaceMetaDTO extends java.lang.ObjectNamespaceMetaDTO
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ACTIVEstatic java.lang.StringJSON_PROPERTY_IDstatic java.lang.StringJSON_PROPERTY_INDEX
-
Constructor Summary
Constructors Constructor Description NamespaceMetaDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamespaceMetaDTOactive(java.lang.Boolean active)booleanequals(java.lang.Object o)java.lang.BooleangetActive()Get activejava.lang.StringgetId()Get idjava.lang.IntegergetIndex()Get indexinthashCode()NamespaceMetaDTOid(java.lang.String id)NamespaceMetaDTOindex(java.lang.Integer index)voidsetActive(java.lang.Boolean active)voidsetId(java.lang.String id)voidsetIndex(java.lang.Integer index)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final java.lang.String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ACTIVE
public static final java.lang.String JSON_PROPERTY_ACTIVE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_INDEX
public static final java.lang.String JSON_PROPERTY_INDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public NamespaceMetaDTO id(java.lang.String id)
-
getId
public java.lang.String getId()
Get id- Returns:
- id
-
setId
public void setId(java.lang.String id)
-
active
public NamespaceMetaDTO active(java.lang.Boolean active)
-
getActive
public java.lang.Boolean getActive()
Get active- Returns:
- active
-
setActive
public void setActive(java.lang.Boolean active)
-
index
public NamespaceMetaDTO index(java.lang.Integer index)
-
getIndex
public java.lang.Integer getIndex()
Get index- Returns:
- index
-
setIndex
public void setIndex(java.lang.Integer index)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-