Package io.webfolder.cdp.type.page
Class GetAppIdResult
java.lang.Object
io.webfolder.cdp.type.page.GetAppIdResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppId()
App id, either from manifest's id attribute or computed from start_urlRecommendation for manifest's id attribute to match current id computed from start_urlvoid
App id, either from manifest's id attribute or computed from start_urlvoid
setRecommendedId
(String recommendedId) Recommendation for manifest's id attribute to match current id computed from start_urltoString()
-
Constructor Details
-
GetAppIdResult
public GetAppIdResult()
-
-
Method Details
-
getAppId
App id, either from manifest's id attribute or computed from start_url -
setAppId
App id, either from manifest's id attribute or computed from start_url -
getRecommendedId
Recommendation for manifest's id attribute to match current id computed from start_url -
setRecommendedId
Recommendation for manifest's id attribute to match current id computed from start_url -
toString
-