ServingContext
class ServingContext extends Model (View source)
Properties
string | $all | ||
protected | $appTypeType | ||
protected | $appTypeDataType | ||
protected | $auctionTypeType | ||
protected | $auctionTypeDataType | ||
protected | $locationType | ||
protected | $locationDataType | ||
protected | $platformType | ||
protected | $platformDataType | ||
protected | $securityTypeType | ||
protected | $securityTypeDataType |
Methods
setAll($all)
No description
string
getAll()
No description
getAppType()
No description
getAuctionType()
No description
getLocation()
No description
getPlatform()
No description
getSecurityType()
No description
Details
setAll($all)
No description
string
getAll()
No description
setAppType(AppContext $appType)
No description
AppContext
getAppType()
No description
setAuctionType(AuctionContext $auctionType)
No description
AuctionContext
getAuctionType()
No description
setLocation(LocationContext $location)
No description
LocationContext
getLocation()
No description
setPlatform(PlatformContext $platform)
No description
PlatformContext
getPlatform()
No description
setSecurityType(SecurityContext $securityType)
No description
SecurityContext
getSecurityType()
No description