Package io.stigg.api.operations
Class GetCouponsQuery.Node
- java.lang.Object
-
- io.stigg.api.operations.GetCouponsQuery.Node
-
- Enclosing class:
- GetCouponsQuery
public static class GetCouponsQuery.Node extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String__typenameCouponFragmentcouponFragmentSynthetic field for 'CouponFragment'
-
Constructor Summary
Constructors Constructor Description Node(java.lang.String __typename, CouponFragment couponFragment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
__typename
public java.lang.String __typename
-
couponFragment
public CouponFragment couponFragment
Synthetic field for 'CouponFragment'
-
-
Constructor Detail
-
Node
public Node(java.lang.String __typename, CouponFragment couponFragment)
-
-