Package sh.ory.model
Class UiNodeScriptAttributes
java.lang.Object
sh.ory.model.UiNodeScriptAttributes
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class UiNodeScriptAttributes extends Object
UiNodeScriptAttributes
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ASYNCstatic StringSERIALIZED_NAME_CROSSORIGINstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_INTEGRITYstatic StringSERIALIZED_NAME_NODE_TYPEstatic StringSERIALIZED_NAME_NONCEstatic StringSERIALIZED_NAME_REFERRERPOLICYstatic StringSERIALIZED_NAME_SRCstatic StringSERIALIZED_NAME_TYPE -
Constructor Summary
Constructors Constructor Description UiNodeScriptAttributes() -
Method Summary
-
Field Details
-
SERIALIZED_NAME_ASYNC
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CROSSORIGIN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INTEGRITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NODE_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NONCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REFERRERPOLICY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SRC
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
UiNodeScriptAttributes
public UiNodeScriptAttributes()
-
-
Method Details
-
async
-
getAsync
The script async type- Returns:
- async
-
setAsync
-
crossorigin
-
getCrossorigin
The script cross origin policy- Returns:
- crossorigin
-
setCrossorigin
-
id
-
getId
A unique identifier- Returns:
- id
-
setId
-
integrity
-
getIntegrity
The script's integrity hash- Returns:
- integrity
-
setIntegrity
-
nodeType
-
getNodeType
Get nodeType- Returns:
- nodeType
-
setNodeType
-
nonce
-
getNonce
Nonce for CSP A nonce you may want to use to improve your Content Security Policy. You do not have to use this value but if you want to improve your CSP policies you may use it. You can also choose to use your own nonce value!- Returns:
- nonce
-
setNonce
-
referrerpolicy
-
getReferrerpolicy
The script referrer policy- Returns:
- referrerpolicy
-
setReferrerpolicy
-
src
-
getSrc
The script source- Returns:
- src
-
setSrc
-
type
-
getType
The script MIME type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-