Returns the cookie value. @return the cookie value
()
| 158 | * @return the cookie value |
| 159 | */ |
| 160 | public String getValue() { |
| 161 | return value_; |
| 162 | } |
| 163 | |
| 164 | /** |
| 165 | * Returns the domain to which this cookie applies ({@code null} for all domains). |
no outgoing calls