Package sh.ory.model
Class SuccessfulProjectConfigUpdate
java.lang.Object
sh.ory.model.SuccessfulProjectConfigUpdate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-03-08T19:41:46.895754881Z[Etc/UTC]") public class SuccessfulProjectConfigUpdate extends Object
SuccessfulProjectConfigUpdate
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PROJECTstatic StringSERIALIZED_NAME_WARNINGS -
Constructor Summary
Constructors Constructor Description SuccessfulProjectConfigUpdate() -
Method Summary
Modifier and Type Method Description SuccessfulProjectConfigUpdateaddWarningsItem(Warning warningsItem)booleanequals(Object o)ProjectgetProject()Get projectList<Warning>getWarnings()Import Warnings Not all configuration items can be imported to Ory Cloud.inthashCode()SuccessfulProjectConfigUpdateproject(Project project)voidsetProject(Project project)voidsetWarnings(List<Warning> warnings)StringtoString()SuccessfulProjectConfigUpdatewarnings(List<Warning> warnings)
-
Field Details
-
SERIALIZED_NAME_PROJECT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WARNINGS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SuccessfulProjectConfigUpdate
public SuccessfulProjectConfigUpdate()
-
-
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
-