Class UrlsType
- java.lang.Object
-
- com.elastisys.autoscaler.server.restapi.types.UrlsType
-
public class UrlsType extends java.lang.ObjectREST API response type that represents a list of URLs.
-
-
Constructor Summary
Constructors Constructor Description UrlsType(java.util.List<java.lang.String> urls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getUrls()java.lang.StringtoString()
-