Class Target
- java.lang.Object
-
- cz.gopay.api.v3.model.payment.support.Target
-
public class Target extends Object
- Author:
- Zbynek Novak novak.zbynek@gmail.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTarget.TargetType
-
Constructor Summary
Constructors Constructor Description Target()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Targetcreate()static TargetcreateEShop(Long goID)static TargetcreateEWallet(String email)Targeteshop(Long goId)Targetewallet(String email)LonggetGoId()Target.TargetTypegetType()voidsetGoId(Long goId)voidsetType(Target.TargetType type)StringtoString()
-
-
-
Method Detail
-
getGoId
public Long getGoId()
-
setGoId
public void setGoId(Long goId)
-
getType
public Target.TargetType getType()
-
setType
public void setType(Target.TargetType type)
-
create
public static Target create()
-
-