Package sh.ory.model
Class SuccessfulProjectUpdate
java.lang.Object
sh.ory.model.SuccessfulProjectUpdate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SuccessfulProjectUpdate extends Object
SuccessfulProjectUpdate
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PROJECTstatic StringSERIALIZED_NAME_WARNINGS -
Constructor Summary
Constructors Constructor Description SuccessfulProjectUpdate() -
Method Summary
Modifier and Type Method Description SuccessfulProjectUpdateaddWarningsItem(Warning warningsItem)booleanequals(Object o)ProjectgetProject()Get projectList<Warning>getWarnings()Import Warnings Not all configuration items can be imported to Ory Cloud.inthashCode()SuccessfulProjectUpdateproject(Project project)voidsetProject(Project project)voidsetWarnings(List<Warning> warnings)StringtoString()SuccessfulProjectUpdatewarnings(List<Warning> warnings)
-
Field Details
-
SERIALIZED_NAME_PROJECT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WARNINGS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SuccessfulProjectUpdate
public SuccessfulProjectUpdate()
-
-
Method Details
-
project
-
getProject
Get project- Returns:
- project
-
setProject
-
warnings
-
addWarningsItem
-
getWarnings
Import Warnings Not all configuration items can be imported to Ory Cloud. For example, setting the port does not make sense because Ory Cloud provides the runtime and networking. This field contains warnings where configuration keys were found but can not be imported. These keys will be ignored by Ory Cloud. This field will help you understand why certain configuration keys might not be respected!- Returns:
- warnings
-
setWarnings
-
equals
-
hashCode
public int hashCode() -
toString
-