Rtoaster
core
/
jp.co.brainpad.rtoaster.core.data
/
Referrer
Referrer
class
Referrer
:
RtoasterUrl
リファラーを収納するためのクラス
Types
Constructors
Functions
Properties
Extensions
Parameters
Throws
Parameters
url
URL
is
Site
Page
サイトページ用のURLか否か
Throws
Rtoaster
Url
Format
Exception
urlとしてフォーマットが正しくない場合にスローされる
Constructors
Referrer
Link copied to clipboard
fun
Referrer
(
url
:
String
)
コンストラクタ
Types
Companion
Link copied to clipboard
object
Companion
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
url
Link copied to clipboard
open
override
val
url
:
String
URL
Extensions
is
Empty
Link copied to clipboard
fun
IRtoasterUrl
.
isEmpty
(
)
:
Boolean
URLが空かどうかを調べる
is
Not
Empty
Link copied to clipboard
fun
IRtoasterUrl
.
isNotEmpty
(
)
:
Boolean
URLが空でないかを調べる