Class RedirectUrlBuilder
java.lang.Object
net.anotheria.anosite.gen.assitedata.data.RedirectUrlBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<RedirectUrl>
public class RedirectUrlBuilder
extends Object
implements net.anotheria.asg.data.Builder<RedirectUrl>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the value of the in attribute.Sets the value of the out attribute.
-
Field Details
-
in
-
out
-
-
Constructor Details
-
RedirectUrlBuilder
public RedirectUrlBuilder()
-
-
Method Details
-
in
Sets the value of the in attribute. -
out
Sets the value of the out attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<RedirectUrl>
-