Class SenderFeature

java.lang.Object
no.digipost.api.client.representations.sender.SenderFeature

public final class SenderFeature extends Object
Java class for feature complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="feature">
   <simpleContent>
     <extension base="<http://api.digipost.no/schema/v7>feature-name">
       <attribute name="param" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Constructor Details

    • SenderFeature

      public SenderFeature()
    • SenderFeature

      public SenderFeature(SenderFeatureName name, String param)
  • Method Details

    • getName

      public SenderFeatureName getName()
    • getParam

      public String getParam()
    • getIntParam

      public int getIntParam()
    • getLongParam

      public long getLongParam()
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object